-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "weather",
"description": "",
"author": "tcstory",
"scripts": {
"dev": "node webpack.dev.server.js"
},
"devDependencies": {
"autoprefixer": "^6.3.7",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"css-loader": "^0.23.1",
"del": "^2.2.1",
"eslint": "^3.4.0",
"eslint-config-airbnb-base": "^5.0.3",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^1.14.0",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-html-replace": "^1.6.1",
"gulp-load-plugins": "^1.3.0",
"gulp-stream": "^0.0.2",
"gulp-util": "^3.0.7",
"html-webpack-plugin": "^2.21.0",
"node-sass": "^3.10.1",
"postcss-loader": "^0.9.1",
"postcss-px-to-em": "^1.0.1",
"run-sequence": "^1.2.2",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"stylelint-config-standard": "^13.0.2",
"stylelint-webpack-plugin": "^0.4.0",
"sw-precache": "^4.0.0",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"hammerjs": "^2.0.8",
"propagating-hammerjs": "^1.4.6",
"pubsub-js": "^1.5.3",
"superagent": "^2.1.0"
}
}