-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
79 lines (79 loc) · 2.67 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
{
"name": "diablo",
"version": "0.1.0",
"scripts": {
"build-vue": "vue-cli-service build --modern --dest 'dist/static'",
"lint-vue": "vue-cli-service lint --config .eslintrc.js --no-fix src",
"lint-vue-fix": "vue-cli-service lint src",
"serve-vue": "vue-cli-service serve --open"
},
"dependencies": {
"@babel/core": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@mdi/font": "7.1.96",
"axios": "1.3.5",
"core-js": "3.30.1",
"js-file-download": "0.4.12",
"lodash": "4.17.21",
"moment": "2.29.4",
"moment-timezone": "0.5.41",
"tiptap-vuetify": "2.24.0",
"v-calendar": "2.4.1",
"v-wave": "1.5.0",
"vue": "npm:@neverendingsupport/[email protected]",
"vue-moment": "4.1.0",
"vue-router": "npm:@neverendingsupport/[email protected]",
"vuetify": "npm:@neverendingsupport/[email protected]",
"vuex": "3.6.2",
"webpack": "^5.89.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"@vue/cli": "^5.0.4",
"@vue/cli-plugin-babel": "^5.0.4",
"@vue/cli-plugin-eslint": "^5.0.4",
"@vue/cli-plugin-router": "^5.0.4",
"@vue/cli-plugin-typescript": "^5.0.4",
"@vue/cli-plugin-vuex": "^5.0.4",
"@vue/cli-service": "^5.0.4",
"@vue/eslint-config-typescript": "^7.0.0",
"deepmerge": "^4.2.2",
"eslint": "^7.26.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-unicorn": "^38.0.0",
"eslint-plugin-vue": "^7.20.0",
"eslint-plugin-xss": "^0.1.11",
"eslint-utils": "^2.1.0",
"fibers": "^5.0.3",
"npm-force-resolutions": "^0.0.10",
"sass": "~1.32.0",
"sass-loader": "^10.4.1",
"shell-quote": ">=1.7.3",
"shelljs": ">=0.8.5",
"typescript": "~4.9.4",
"vue-cli-plugin-vuetify": "~2.5.8",
"vue-eslint-parser": "^9.1.0",
"vue-template-compiler": "npm:@neverendingsupport/[email protected]",
"vuetify-loader": "^1.9.2"
},
"license": "SEE LICENSE IN LICENSE",
"overrides": {
"vue": { ".": "npm:@neverendingsupport/[email protected]" },
"@vue/compiler-sfc": { ".": "npm:@neverendingsupport/[email protected]" },
"vue-router": { ".": "npm:@neverendingsupport/[email protected]" },
"vue-server-renderer": { ".": "npm:@neverendingsupport/[email protected]" },
"vue-template-compiler": { ".": "npm:@neverendingsupport/[email protected]" },
"vuetify": { ".": "npm:@neverendingsupport/[email protected]" }
},
"repository": {
"type": "git",
"url": "git://github.com/ets-berkeley-edu/diablo.git"
},
"resolutions": {
"lodash": "^4.17.21",
"merge": "^2.1.1",
"webpack": "^5.89.0"
}
}