-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 751 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 751 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
31
{
"name": "vue-project",
"homepage": "https://derpmagician.github.io/vueexperiments",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"build": "vite build --base=/vueexperiments/",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^10.4.1",
"axios": "^1.5.1",
"bootstrap": "^5.3.2",
"firebase": "^10.4.0",
"lodash": "^4.17.21",
"lodash.clonedeep": "^4.5.0",
"nanoid": "^5.0.1",
"pinia": "^2.1.6",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"vue3-toastify": "^0.1.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.3.4",
"gh-pages": "^6.0.0",
"vite": "^4.4.9"
}
}