-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.65 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
{
"name": "sched-client",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@casl/ability": "^5.3.1",
"@casl/vue": "^1.2.2",
"acorn-globals": "^4.3.4",
"core-js": "^3.3.2",
"emailjs-com": "^3.2.0",
"esutils": "^2.0.3",
"jsesc": "^2.5.2",
"jwt-decode": "^3.1.2",
"material-design-icons-iconfont": "^5.0.1",
"moment": "^2.29.4",
"reflect-metadata": "^0.1.13",
"v-calendar": "^2.4.1",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.1.3",
"vuetify": "^2.6.10",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.0.0-beta.3"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/helper-annotate-as-pure": "^7.7.4",
"@mdi/font": "^5.9.55",
"@mdi/js": "^4.6.95",
"@vue/cli-plugin-babel": "^4.5.11",
"@vue/cli-plugin-e2e-nightwatch": "^4.5.11",
"@vue/cli-plugin-router": "^4.5.11",
"@vue/cli-plugin-typescript": "^4.5.11",
"@vue/cli-plugin-vuex": "^4.5.11",
"@vue/cli-service": "^4.5.11",
"axios": "^0.21.2",
"chromedriver": "^98.0.0",
"geckodriver": "^3.0.2",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"typescript": "~3.9.3",
"vue-cli-plugin-axios-ts": "^1.0.2",
"vue-cli-plugin-pug": "^2.0.0",
"vue-cli-plugin-vuetify": "^2.2.2",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.3.0"
}
}