-
Notifications
You must be signed in to change notification settings - Fork 10
/
vue2.package.json
83 lines (83 loc) · 2.51 KB
/
vue2.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
83
{
"name": "damien",
"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.2.96",
"axios": "1.4.0",
"core-js": "3.32.0",
"lodash": "4.17.21",
"moment-timezone": "0.5.43",
"v-calendar": "2.4.1",
"vue": "npm:@neverendingsupport/[email protected]",
"vue-class-component": "7.2.6",
"vue-linkify": "1.0.1",
"vue-moment": "4.1.0",
"vue-property-decorator": "9.1.2",
"vue-router": "npm:@neverendingsupport/[email protected]",
"vue-scrollto": "2.20.0",
"vuetify": "npm:@neverendingsupport/[email protected]",
"vuex": "3.6.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^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-router": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-plugin-vuex": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^7.26.0",
"eslint-plugin-vue": "^7.20.0",
"eslint-plugin-xss": "^0.1.11",
"sass": "~1.32.0",
"sass-loader": "^10.4.1",
"typescript": "~4.4.4",
"vue-cli-plugin-vuetify": "~2.5.8",
"vue-eslint-parser": "^9.1.1",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "npm:@neverendingsupport/[email protected]",
"vuetify-loader": "^1.9.2"
},
"license": "SEE LICENSE IN LICENSE",
"overrides": {
"@vue/cli-shared-utils": {
"@achrinza/node-ipc": "^9.2.9"
},
"@vue/cli-ui": {
"@achrinza/node-ipc": "^9.2.9"
},
"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/damien.git"
}
}