-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.02 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.02 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
40
41
42
43
44
45
{
"name": "project334",
"version": "0.1.0",
"private": true,
"scripts": {
"lint": "vue-cli-service lint",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@popperjs/core": "^2.11.5",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.8.1",
"chart.js": "^2.9.4",
"core-js": "^3.6.5",
"dist": "^0.1.2",
"firebase": "^9.6.7",
"lodash": "^4.17.21",
"mdb-ui-kit": "^3.11.0",
"register-service-worker": "^1.7.2",
"three": "^0.139.2",
"vee-validate": "^4.5.10",
"vue": "^3.0.0",
"vue-chartkick": "^1.1.0",
"vue-router": "^4.0.12",
"vuex": "^4.0.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.4",
"@vue/compiler-sfc": "^3.0.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0",
"execa": "latest",
"vite": "^2.9.5",
"vite-plugin-pwa": "^0.11.13",
"workbox-precaching": "^6.5.3"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}