forked from 7836246/Nuxt-Whois
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 868 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"
},
"dependencies": {
"@nuxt/ui": "^2.14.2",
"@pinia/nuxt": "^0.5.1",
"lucide-vue-next": "^0.363.0",
"nuxt": "^3.11.1",
"socks": "^2.8.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@bg-dev/nuxt-naiveui": "^1.10.4",
"@nuxtjs/color-mode": "^3.3.3",
"@nuxtjs/i18n": "^8.2.0",
"@nuxtjs/tailwindcss": "^6.11.4",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"less": "^4.2.0",
"nuxt-headlessui": "^1.1.5",
"nuxt-icon": "^0.6.10",
"nuxt-simple-robots": "4.0.0-rc.15",
"sass": "^1.72.0",
"typescript": "5.4.3"
}
}