forked from lchsiteam/lchs-go-pwa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.04 KB
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
{
"name": "lchs-go-web",
"version": "0.3.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "yarn build && firebase deploy"
},
"dependencies": {
"@firebase/firestore": "^3.8.4",
"@types/lodash.debounce": "^4.0.6",
"@types/luxon": "^3.2.0",
"core-js": "^3.19.1",
"firebase": "^9.17.2",
"firebaseui": "^6.0.2",
"lodash.debounce": "^4.0.8",
"luxon": "^3.3.0",
"register-service-worker": "^1.7.2",
"v-calendar": "=0.9.7",
"vue": "^2.6.12",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.1",
"vuex": "^3.6.2",
"yarn": "^1.22.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-pwa": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"sass": "^1.32.12",
"sass-loader": "^13.2.0",
"typescript": "^5.0.2",
"vue-template-compiler": "^2.6.11"
}
}