-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 912 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
{
"name": "salastudio-castenaso",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"deploy:copy": "cp dist/index.html dist/404.html",
"deploy": "yarn build && yarn deploy:copy && git add dist -f && git commit -m \"adding dist\" && git subtree push --prefix dist origin gh-pages && git push origin master"
},
"dependencies": {
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"bootstrap-vue-next": "^0.26.14",
"gh-pages": "^6.2.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@vitejs/plugin-vue": "^5.2.1",
"sass": "^1.82.0",
"typescript": "5.4",
"unplugin-vue-components": "^0.27.5",
"vite": "^6.0.3",
"vue-tsc": "^2.1.10"
},
"packageManager": "[email protected]"
}