awesome-docker/package.json

42 lines
1.2 KiB
Markdown
Raw Normal View History

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