-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 747 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 747 Bytes
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
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"axios": "^1.1.3",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"buefy": "^0.9.22",
"firebase": "^9.12.1",
"@mdi/font": "^7.0.96",
"uuid": "^9.0.0",
"vue": "^3.2.41",
"vue-router": "^4.1.6",
"vue2-datepicker": "^3.11.0",
"vuex": "^4.1.0",
"vuexfire": "^3.2.5"
},
"devDependencies": {
"@vue/cli-service": "^5.0.8",
"node-sass": "^7.0.3",
"sass-loader": "^13.1.0",
"vue-template-compiler": "^2.7.13"
}
}