-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 KB
/
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
{
"name": "game_in_game",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"tw": "npx tailwindcss -i ./src/assets/tailwind.css -o ./src/assets/css/build.css --watch",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@tanstack/vue-query": "^5.35.2",
"@vueuse/motion": "^2.0.0",
"aos": "^2.3.4",
"axios": "^1.6.5",
"vue": "^3.3.11",
"vue-router": "^4.2.5",
"vue-toastification": "^2.0.0-rc.5",
"vue3-carousel": "^0.3.3",
"vue3-google-login": "^2.0.25",
"vuetify": "^3.5.8",
"vuex": "^4.1.0",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"tailwindcss": "^3.4.0",
"vite": "^5.0.12"
}
}