-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.38 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.38 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
{
"name": "Central",
"version": "0.0.1",
"description": "IEOR 185 Project",
"main": "dist/index.js",
"engines": {
"node": ">=0.10.32"
},
"repository" :
{ "type" : "git"
, "url" : "https://github.com/ryanau/Central.git"
},
"scripts": {
"build": "node_modules/.bin/webpack --progress --profile --colors",
"watch": "webpack-dev-server --hot --inline --progress --colors",
"probuild": "webpack -p --config webpack.pro.config.js --profile --progress --colors",
"postinstall": "npm run rejoice",
"test": "echo \"No unit tests and e2e tests yet\" && exit 1",
"rejoice": "echo yay!"
},
"author": "Ryan Au",
"license": "MIT",
"dependencies": {
"alt": "0.17.1",
"css-loader": "0.23.1",
"babel-runtime": "5.6.18",
"fixed-data-table": "0.6.0",
"react": "0.14.8",
"react-dom": "0.14.8",
"react-router": "2.0.0",
"react-bootstrap": "0.28.4",
"react-router-bootstrap": "0.20.1",
"react-bootstrap-datetimepicker": "0.0.22",
"react-tagsinput": "3.5.0",
"jquery": "^2.1.3",
"superagent": "1.7.2",
"style-loader": "^0.13.0",
"jsuri": "^1.3.0",
"toastr": "^2.1.2",
"moment": "^2.11.2",
"babel-core": "5.6.18",
"babel-loader": "5.3.1",
"html-webpack-plugin": "1.6.0",
"webpack": "1.13.0",
"babel-preset-es2015": "6.6.0"
},
"devDependencies": {
"webpack-dev-server": "1.12.1"
}
}