This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
77 lines (77 loc) · 2.13 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "classportal",
"description": "Class Portal",
"homepage": "https://cs.ubc.ca",
"author": "Reid Holmes",
"contributors": [
"Michael Sargent"
],
"license": "private",
"repository": "",
"bugs": "",
"keywords": [],
"version": "0.0.1",
"dependencies": {
"async": "^2.0.1",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"compression": "^1.6.2",
"elemental": "^0.6.1",
"http-server": "^0.9.0",
"if-env": "^1.0.0",
"joi": "^9.0.4",
"lodash": "^4.15.0",
"mocha": "^3.0.2",
"moment": "^2.14.1",
"querystring": "^0.2.0",
"react": "^15.3.1",
"react-addons-css-transition-group": "^15.3.0",
"react-dom": "^15.3.0",
"react-router": "^2.0.0",
"request": "^2.73.0",
"request-promise": "^4.1.1",
"request-promise-native": "^1.0.3",
"restify": "^4.0.3",
"typings": "^1.3.3",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.1"
},
"devDependencies": {
"axios": "^0.15.3",
"babel-core": "^6.5.1",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"chai": "^3.5.0",
"css-loader": "*",
"frisby": "^0.8.5",
"http": "0.0.0",
"http-server": "^0.9.0",
"icedfrisby": "^0.2.4",
"istanbul": "^0.4.4",
"jasmine-json-test-reporter": "^1.0.0-beta",
"jasmine-reporters": "^2.0.8",
"joi": "*",
"mocha": "*",
"nodemon": "^1.10.2",
"rc-collapse": "^1.6.11",
"react-star-rating": "^1.4.2",
"react-star-rating-component": "^1.2.2",
"request-promise": "*",
"style-loader": "^0.13.1",
"tslint": "^3.15.1",
"typescript": "^2.1.X",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"clean": "rm -rf ./typings/; rm -rf ./node_modules/;",
"configure": "npm install; typings install --global;",
"build": "tsc",
"test": "mocha -c",
"cover": "istanbul cover _mocha",
"start:prod": "webpack --progress && node src/App.js",
"start:dev": "webpack-dev-server --port 8080 --host 0.0.0.0 --inline --content-base frontend/public --history-api-fallback"
}
}