-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.64 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
{
"name": "prism",
"version": "0.0.1",
"description": "Local Learners",
"main": "index.js",
"scripts": {
"local": "NODE_ENV=local PORT=7000 node index.js",
"postinstall": "webpack --p --config ./webpack.config.prod.js --progress --colors",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectSunday/prism.git"
},
"author": "Hai Nguyen",
"license": "ISC",
"bugs": {
"url": "https://github.com/ProjectSunday/prism/issues"
},
"homepage": "https://github.com/ProjectSunday/prism#readme",
"dependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.11.5",
"babel-root-import": "^3.2.2",
"bootstrap": "^3.3.6",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.23.1",
"express": "^4.14.0",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.16.0",
"node-sass": "^3.7.0",
"react": "^15.0.1",
"react-bootstrap": "^0.30.2",
"react-dom": "^15.0.1",
"react-hot-loader": "^1.3.0",
"react-redux": "^4.4.5",
"react-router": "^2.3.0",
"react-router-redux": "^4.0.5",
"redux": "^3.5.2",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"superagent": "^2.0.0-alpha.3",
"url-loader": "^0.5.7",
"webpack": "^1.13.1"
},
"devDependencies": {
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.10.0"
}
}