-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 891 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@vueuse/core": "^10.6.1",
"@vueuse/nuxt": "^10.6.1",
"autoprefixer": "^10.4.16",
"nuxt": "^3.8.2",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.5",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"dependencies": {
"@formkit/nuxt": "^1.3.2",
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^2.0.18",
"@pinia/nuxt": "^0.5.1",
"pinia": "^2.1.7",
"socket.io-client": "^4.7.2"
}
}