-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "icu-ea-webapp",
"version": "0.0.1",
"description": "A web app for interacting with Imperial College Union's eActivities",
"main": "index.js",
"scripts": {
"postinstall": "webpack -p --progress --colors",
"build-client": "./node_modules/webpack/bin/webpack.js",
"watch-client": "./node_modules/webpack/bin/webpack.js -w"
},
"author": "JCGrant",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/JCGrant/icu-ea-webapp"
},
"dependencies": {
"bootstrap": "^4.0.0-alpha.5",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-select": "^1.0.0-rc.2"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.5",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.25.0",
"json-loader": "^0.5.4",
"node-sass": "^3.12.5",
"react-select": "^1.0.0-rc.2",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}