-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.09 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": "video-node-demo",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"startfe": "webpack-dev-server",
"build": "webpack",
"start": "nodemon app.js"
},
"author": "eCho",
"license": "ISC",
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"busboy": "^0.2.14",
"css-loader": "^0.28.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"image-webpack-loader": "^3.3.1",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"moment": "^2.18.1",
"mysql": "^2.15.0",
"node-sass": "^4.5.3",
"nodemon": "^1.11.0",
"pug": "^2.0.0-rc.3",
"react": "^15.5.4",
"react-addons-css-transition-group": "^15.5.2",
"react-dom": "^15.5.4",
"sass-loader": "^6.0.5",
"style-loader": "^0.17.0",
"uglifyjs-webpack-plugin": "^0.4.3",
"url-loader": "^0.5.8",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5"
}
}