-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "donglicss",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server -h --inline -d"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.24",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.24",
"css-loader": "^0.18.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"gulp-clean": "^0.3.1",
"gulp-connect": "^2.2.0",
"gulp-livereload": "^3.8.0",
"gulp-rev-all": "^0.8.21",
"gulp-useref": "^1.3.0",
"gulp-util": "^3.0.6",
"node-sass": "^3.3.2",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.12.1",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"animate.css": "^3.4.0",
"co": "^4.6.0",
"node-bourbon": "^4.2.3",
"normalize.css": "^3.0.3",
"raven-js": "^1.1.22",
"reveal.js": "^3.1.0",
"zeptojs": "^1.1.4"
}
}