-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·61 lines (61 loc) · 1.92 KB
/
package.json
File metadata and controls
executable file
·61 lines (61 loc) · 1.92 KB
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
58
59
60
61
{
"name": "Angle",
"version": "0.0.0",
"description": "Angle - Bootstrap Admin App + ReactJS",
"author": "@themicon_co",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js --inline --progress --port 3000 --open",
"clean": "rimraf dist/",
"build": "npm run clean && webpack --config webpack.prod.js --progress --profile --bail",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall-heroku": "bower install && npm run build"
},
"dependencies": {
"babel-polyfill": "6.16.0",
"babel-runtime": "6.18.0",
"codemirror": "5.17.0",
"compression": "1.6.2",
"cross-env": "3.1.3",
"ejs": "2.5.2",
"pubsub-js": "1.5.3",
"react": "15.3.2",
"react-addons-css-transition-group": "15.3.0",
"react-bootstrap": "0.30.6",
"react-dom": "15.2.1",
"react-router": "3.0.0",
"react-router-bootstrap": "0.23.0",
"style-loader": "0.13.1",
"url-loader": "0.5.7"
},
"devDependencies": {
"babel-core": "6.18.2",
"babel-jest": "17.0.0",
"babel-loader": "6.2.7",
"babel-plugin-transform-runtime": "6.15.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-0": "6.16.0",
"bower": "1.8.0",
"copy-webpack-plugin": "3.0.1",
"css-loader": "0.25.0",
"empty-module": "0.0.2",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"html-loader": "0.4.4",
"html-webpack-plugin": "2.24.1",
"imports-loader": "0.6.5",
"node-sass": "3.11.3",
"null-loader": "0.1.1",
"phantomjs-prebuilt": "2.1.13",
"raw-loader": "0.5.1",
"react-addons-test-utils": "15.3.2",
"react-hot-loader": "1.3.1",
"rimraf": "2.5.4",
"rtlcss": "^2.1.2",
"sass-loader": "4.0.2",
"style-loader": "0.13.1",
"webpack": "1.13.3",
"webpack-dev-server": "1.16.2",
"webpack-merge": "0.15.0"
}
}