forked from ctweney/calcentral
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 3.04 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 3.04 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"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"
},
"scripts": {
"build": "webpack --config webpack/prod.config.js",
"build-vue": "vue-cli-service build --modern --dest 'dist/static'",
"dev": "webpack-serve --config webpack/dev.config.js",
"lint": "eslint --config .eslintrc.json .",
"lint-vue": "vue-cli-service lint --config .eslintrc.vue.js --no-fix src/views src/store src/*.ts src/*.vue",
"lint-vue-fix": "vue-cli-service lint --config .eslintrc.vue.js src/views src/store src/*.ts src/*.vue",
"serve-vue": "vue-cli-service --config .eslintrc.vue.js serve --open"
},
"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",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/vue-fontawesome": "^2.0.0",
"@vue/cli-plugin-babel": "^4.5.4",
"angular": "1.7.9",
"angular-route": "1.7.9",
"angular-sanitize": "1.7.9",
"axios": "0.20.0",
"babel-loader": "^8.1.0",
"babel-plugin-angularjs-annotate": "^0.9.0",
"bootstrap": "4.5.2",
"bootstrap-vue": "2.16.0",
"clean-webpack-plugin": "~0.1.19",
"core-js": "3.6.5",
"css-loader": "^1.0.1",
"date-fns": "^1.30.1",
"del": "~3.0.0",
"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.9.1",
"js-natural-sort": "~0.8.1",
"lodash": "^4.17.20",
"ngtemplate-loader": "^2.0.1",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"querystringify": "^2.1.1",
"raven-js": "~3.27.2",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"vue": "2.6.12",
"vue-router": "3.3.4",
"vuex": "3.5.1",
"webpack": "^4.42.1",
"webpack-cli": "~3.3.10",
"webpack-merge": "^4.2.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/eslint-plugin-tslint": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"@typescript-eslint/typescript-estree": "^4.0.1",
"@vue/cli-plugin-eslint": "~4.5.4",
"@vue/cli-plugin-typescript": "^4.5.4",
"@vue/cli-service": "~4.5.4",
"@vue/eslint-config-typescript": "^5.1.0",
"babel-eslint": "^10.1.0",
"chokidar": "^3.3.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"http-proxy-middleware": "^0.20.0",
"json-stringify-safe": "^5.0.1",
"koa-connect": "^2.0.1",
"typescript": "^3.9.7",
"vue-template-compiler": "^2.6.12",
"webpack-serve": "^3.2.0",
"ws": "^7.2.0"
}
}