-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.41 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
{
"name": "project",
"version": "1.0.0",
"description": "regular + regular-state + gulp + webpack",
"main": "index.js",
"scripts": {
"build": "gulp build --production",
"watch": "gulp watch"
},
"author": "Henry",
"dependencies": {
"babel-polyfill": "^6.23.0",
"es6-promise": "^4.1.0",
"isomorphic-fetch": "^2.2.1",
"regular-state": "^0.6.0-beta.7",
"regular-ui": "^0.1.8",
"text-loader": "^0.0.1"
},
"devDependencies": {
"babel-loader": "^5.2.0",
"browser-sync": "^2.18.8",
"copy-webpack-plugin": "^1.1.1",
"css-loader": "^0.28.0",
"eslint": "^3.15.0",
"expect.js": "^0.3.1",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.0",
"gulp-jshint": "^2.0.0",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.8",
"gulp-webpack": "^1.5.0",
"gulp_mcss": "^0.3.0",
"html-webpack-plugin": "^2.28.0",
"raw-loader": "^0.5.1",
"stringify": "^5.1.0",
"style-loader": "^0.16.1",
"text-loader": "^0.0.1",
"through2": "^2.0.3",
"webpack": "~1.14.0",
"yargs": "^3.26.0",
"script-loader": "^0.7.0"
},
"eslintConfig": {
"env": {
"browser": true,
"es6": true
},
"parserOptions": {
"ecmaVersion": 6
},
"rules": {
"camelcase": 2,
"brace-style": [
2,
"1tbs"
],
"quotes": [
2,
"single"
]
}
}
}