awesome-docker/package.json

42 lines
1.2 KiB
Markdown
Raw Normal View History

2018-03-17 11:27:41 -04:00
{
"name": "awesome-docker-website",
"version": "1.0.0",
2018-06-08 13:38:46 -04:00
"description": "A curated list of Docker resources and projects Inspired by @sindresorhus and improved by amazing contributors",
2018-07-21 09:12:59 -04:00
"main": "build.js",
2018-03-17 11:27:41 -04:00
"scripts": {
2018-07-21 09:12:59 -04:00
"build": "rimraf ./dist/ && node build.js"
2018-03-17 11:27:41 -04:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/veggiemonk/awesome-docker.git"
},
2019-09-11 08:09:34 -04:00
"author": "Julien Bisconti <julien.bisconti at hotmail dot com>",
2018-06-08 13:38:46 -04:00
"license": "Apache-2.0",
2018-03-17 11:27:41 -04:00
"bugs": {
"url": "https://github.com/veggiemonk/awesome-docker/issues"
},
"homepage": "https://github.com/veggiemonk/awesome-docker#readme",
"dependencies": {
2019-08-28 02:17:23 -04:00
"cheerio": "1.0.0-rc.3",
2019-11-06 01:42:28 -05:00
"dayjs": "1.8.17",
2018-07-21 09:12:59 -04:00
"draftlog": "1.0.12",
2019-08-28 02:17:23 -04:00
"fs-extra": "8.1.0",
2018-07-21 09:12:59 -04:00
"list.js": "1.5.0",
2019-08-28 02:17:23 -04:00
"node-fetch": "2.6.0",
2019-10-14 05:02:30 -04:00
"parcel-bundler": "1.12.4",
"rimraf": "3.0.0",
2019-11-03 16:37:51 -05:00
"showdown": "1.9.1",
2019-11-01 03:32:55 -04:00
"sitemap": "5.1.0"
2018-03-17 11:27:41 -04:00
},
"devDependencies": {
2019-08-28 02:17:23 -04:00
"babel-eslint": "10.0.3",
2019-12-02 15:56:09 -05:00
"eslint": "6.7.2",
2019-08-28 02:17:23 -04:00
"eslint-config-airbnb-base": "14.0.0",
"eslint-config-prettier": "6.7.0",
"eslint-plugin-import": "2.19.1",
2019-08-28 02:17:23 -04:00
"eslint-plugin-jsx-a11y": "6.2.3",
2019-10-14 05:02:30 -04:00
"eslint-plugin-prettier": "3.1.1",
2019-11-09 07:43:08 -05:00
"prettier": "1.19.1"
2018-03-17 11:27:41 -04:00
}
}