forked from ets-berkeley-edu/boac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.61 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
79
80
81
82
{
"name": "boac",
"scripts": {
"build-vue": "vue-cli-service build --modern --dest 'dist/static'",
"lint-vue": "vue-cli-service lint --config .eslintrc.js --no-fix",
"lint-vue-fix": "vue-cli-service lint --config .eslintrc.js",
"preinstall": "npx npm-force-resolutions",
"serve-vue": "vue-cli-service serve --open --host localhost"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "19.0.2",
"@ckeditor/ckeditor5-vue2": "1.0.5",
"@fortawesome/fontawesome-svg-core": "6.4.0",
"@fortawesome/free-regular-svg-icons": "6.4.0",
"@fortawesome/free-solid-svg-icons": "6.4.0",
"@fortawesome/vue-fontawesome": "2.0.10",
"@trevoreyre/autocomplete-vue": "2.4.1",
"@vue-a11y/announcer": "2.1.0",
"axios": "0.27.2",
"bootstrap-vue": "2.23.1",
"d3": "5.16.0",
"highcharts": "9.3.1",
"js-file-download": "0.4.12",
"lodash": "4.17.21",
"lodash.merge": "4.6.2",
"mitt": "3.0.1",
"moment": "2.29.4",
"moment-timezone": "0.5.43",
"numeral": "2.0.6",
"v-calendar": "2.4.1",
"v-hotkey": "0.9.0",
"vue": "2.7.14",
"vue-class-component": "7.2.6",
"vue-focus-lock": "1.4.1",
"vue-highcharts": "0.2.0",
"vue-linkify": "1.0.1",
"vue-lodash": "2.1.2",
"vue-moment": "4.1.0",
"vue-property-decorator": "9.1.2",
"vue-router": "3.6.5",
"vue-router-back-button": "1.3.2",
"vue-scrollto": "2.20.0",
"vuex": "3.6.2"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@jridgewell/source-map": "^0.3.5",
"@types/gtag.js": "^0.0.13",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/eslint-plugin-tslint": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@typescript-eslint/typescript-estree": "^4.33.0",
"@vue/cli": "^5.0.8",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-unicorn": "^39.0.0",
"eslint-plugin-vue": "^7.20.0",
"eslint-plugin-xss": "^0.1.12",
"eslint-utils": "^2.1.0",
"npm-force-resolutions": "^0.0.10",
"typescript": "~4.9.5",
"vue-eslint-parser": "^7.11.0",
"vue-template-compiler": "^2.7.14"
},
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "git://github.com/ets-berkeley-edu/boac.git"
},
"resolutions": {
"lodash": "4.17.21",
"merge": "^2.1.1",
"minimist": "1.2.6",
"terser": "5.15.0"
}
}