-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 953 Bytes
/
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
{
"name": "student",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@svgdotjs/svg.js": "^3.0.16",
"core-js": "^3.6.5",
"firebase": "^7.16.0",
"js-cookie": "^2.2.1",
"nosleep.js": "^0.11.0",
"register-service-worker": "^1.7.1",
"vue": "^2.6.11",
"vue-google-oauth2": "^1.5.5",
"vue-router": "^3.3.4",
"vuetify": "^2.3.4",
"vuex": "^3.5.1",
"vuex-persistedstate": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.2.3",
"@vue/cli-plugin-pwa": "^4.5.6",
"@vue/cli-plugin-router": "~4.2.3",
"@vue/cli-plugin-vuex": "~4.2.3",
"@vue/cli-service": "~4.2.3",
"sass": "^1.26.10",
"sass-loader": "^8.0.0",
"vue-cli-plugin-vuetify": "^2.0.6",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.5.0"
}
}