-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 982 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
37
38
{
"name": "iombian-configurator-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"fflate": "^0.7.4",
"file-saver": "^2.0.5",
"firebase": "^8.2.1",
"js-yaml": "^4.1.0",
"strftime": "^0.10.1",
"vue": "^2.7.13",
"vue-router": "^3.6.5",
"vue-template-compiler": "^2.7.14",
"vuetify": "^2.6.12",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3",
"vuexfire": "^3.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.0.1",
"eslint": "^8.27.0",
"eslint-plugin-vue": "^9.7.0",
"npm-check-updates": "^16.3.18",
"sass": "^1.56.1",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.2.3",
"vite-plugin-pwa": "^0.13.3",
"vite-plugin-vue2": "2.0.2",
"vue-cli-plugin-vuetify": "~2.5.8",
"vuetify-loader": "^1.9.2"
}
}