-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 991 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
32
33
34
35
36
37
38
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@pinia/nuxt": "^0.9.0",
"@popperjs/core": "^2.11.8",
"@samk-dev/nuxt-vcalendar": "^1.0.4",
"@vueuse/motion": "^2.2.6",
"axios": "^1.7.9",
"nuxt": "^3.15.0",
"pinia": "^2.3.0",
"socket.io-client": "^4.8.1",
"vue": "latest",
"vue-cal": "^4.10.0",
"vue-router": "latest"
},
"devDependencies": {
"@iconify-json/fa": "^1.2.1",
"@iconify-json/fa6-solid": "^1.2.3",
"@iconify-json/flowbite": "^1.2.3",
"@iconify-json/ic": "^1.2.2",
"@iconify-json/material-symbols-light": "^1.2.14",
"@iconify-json/tdesign": "^1.2.6",
"@nuxt/icon": "^1.10.3",
"autoprefixer": "^10.4.20",
"nuxt-icon": "^1.0.0-beta.7",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17"
}
}