forked from ctweney/calcentral
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.05 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
78
{
"name": "calcentral",
"description": "UC Berkeley portal",
"version": "51.0.0",
"keywords": [
"CalCentral",
"portal",
"UC Berkeley"
],
"homepage": "https://github.com/ets-berkeley-edu/calcentral",
"repository": {
"type": "git",
"url": "https://github.com/ets-berkeley-edu/calcentral.git"
},
"bugs": {
"url": "https://www.ets.berkeley.edu/calcentral-support"
},
"author": {
"name": "CalCentral Developers",
"email": "[email protected]"
},
"scripts": {
"build": "webpack --config webpack/prod.config.js",
"dev": "webpack-serve --config webpack/dev.config.js",
"lint": "eslint ."
},
"engines": {
"node": ">=10.1.0"
},
"license": "ECL-2.0",
"dependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"angular": "1.6.6",
"angular-route": "1.6.6",
"angular-sanitize": "1.6.6",
"babel-loader": "^8.0.2",
"babel-plugin-angularjs-annotate": "^0.9.0",
"clean-webpack-plugin": "~0.1.19",
"css-loader": "^1.0.0",
"date-fns": "^1.30.1",
"del": "~3.0.0",
"eslint": "^5.4.0",
"eslint-plugin-react": "^7.11.1",
"file-loader": "^1.1.11",
"font-awesome": "~4.7.0",
"highcharts": "~6.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"immutability-helper": "^2.8.1",
"js-natural-sort": "~0.8.1",
"lodash": "^4.17.15",
"ng-annotate-loader": "^0.6.1",
"ngtemplate-loader": "^2.0.1",
"node-sass": "^4.9.2",
"pikaday": "~1.8.0",
"prop-types": "^15.6.2",
"querystringify": "^2.1.0",
"raven-js": "~3.18.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react2angular": "^4.0.4",
"sass-loader": "^7.1.0",
"style-loader": "^0.21.0",
"webpack": "~4.16.2",
"webpack-cli": "~3.1.0",
"webpack-merge": "^4.1.4"
},
"devDependencies": {
"chokidar": "^2.0.4",
"http-proxy-middleware": "^0.18.0",
"json-stringify-safe": "^5.0.1",
"koa-connect": "^2.0.1",
"webpack-serve": "^2.0.2",
"ws": "^6.0.0"
}
}