-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·58 lines (58 loc) · 1.64 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
{
"name": "webStarterKitLuna",
"version": "0.0.2",
"description": "",
"main": "./src/app.js",
"scripts": {
"start": "gulp",
"eslint": "node_modules/eslint/bin/eslint.js",
"eslintfix": "node_modules/eslint/bin/eslint.js --fix",
"build": "NODE_ENV=production gulp build"
},
"author": "Neil Ruiz Dorador",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^7.1.3",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"browser-sync": "^2.18.13",
"chalk": "^2.1.0",
"coffee-loader": "^0.8.0",
"coffee-script": "^1.12.7",
"coffeescript": "^1.12.7",
"del": "^3.0.0",
"eslint": "^4.5.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-find-rules": "^3.1.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.3.0",
"group-css-media-queries": "^1.4.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-csso": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-util": "^3.0.8",
"node-sass": "^4.5.3",
"webpack": "^3.5.5",
"webpack-stream": "^4.0.0"
},
"peerDependencies": {
"eslint": "^3.19.0 || ^4.5.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-react": "^7.3.0"
}
}