-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 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
32
33
{
"name": "herald3",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev-local": "vite --mode localBackend",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.4",
"floating-vue": "^5.2.2",
"gsap": "^3.12.5",
"lodash": "^4.17.21",
"vue": "^3.4.21",
"vue-router": "^4.3.2",
"vue3-google-login": "^2.0.26",
"vuex": "^4.1.0"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"sass": "^1.77.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vue-tsc": "^2.0.6"
}
}