This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
77 lines (77 loc) · 2.1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "404busters-page",
"version": "1.0.0",
"description": "Website of 404 busters",
"scripts": {
"build": "node build/build.js",
"dev": "node_modules/.bin/gulp dev",
"gulp": "node_modules/.bin/gulp",
"help": "node_modules/.bin/gulp help",
"watch": "node_modules/.bin/gulp watch",
"test": "echo \"No Test\"",
"lint": "eslint ."
},
"repository": {
"url": "git+https://github.com/404busters/404busters.github.io",
"type": "git"
},
"license": "MIT",
"devDependencies": {
"assets-webpack-plugin": "^3.5.1",
"autoprefixer": "^7.1.5",
"babel-core": "^6.20.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-flow": "^6.23.0",
"copy-webpack-plugin": "^4.1.1",
"css-loader": "^0.28.7",
"dotenv": "^4.0.0",
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.0.2",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.2.2",
"gulp-help": "^1.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.1.0",
"gulp-nunjucks": "^3.0.0",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-util": "^3.0.7",
"node-sass": "^4.5.3",
"nunjucks": "^3.0.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"sass-loader": "^6.0.6",
"serve-static": "^1.13.1",
"shelljs": "^0.7.8",
"style-loader": "^0.19.0",
"webpack": "^3.7.1",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.19.1",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"axios": "^0.16.2",
"babel-polyfill": "^6.26.0",
"babel-runtime": "^6.26.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"glob": "^7.1.2",
"gravatar": "^1.6.0",
"js-yaml": "^3.10.0"
},
"engines": {
"node": "6.11.x || 8.7.x",
"yarn": "1.x"
},
"browserslist": [
"> 1%",
"last 5 versions",
"not ie < 11"
]
}