-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 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
{
"name": "lesson-draft",
"version": "1.0.0",
"description": "react + webpack",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress --colors",
"start": "node server.js"
},
"author": "666",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-react": "^6.22.0",
"css-loader": "^0.26.1",
"file-loader": "^0.11.1",
"node-sass": "^4.5.2",
"progress-bar-webpack-plugin": "^1.9.3",
"raw-loader": "^0.5.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-hot-loader": "^1.3.1",
"react-router": "^3.0.2",
"sass-loader": "^6.0.3",
"style-loader": "^0.13.2",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
},
"dependencies": {
"body-parser": "^1.17.1",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"flux": "^3.1.2",
"jquery": "^3.2.1",
"mysql": "^2.13.0",
"path": "^0.12.7",
"react-addons-css-transition-group": "^15.4.2"
},
"main": "webpack.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/lhafsy/Backstage.git"
},
"bugs": {
"url": "https://github.com/lhafsy/Backstage/issues"
},
"homepage": "https://github.com/lhafsy/Backstage#readme"
}