-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.93 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@codemirror/lang-css": "^6.3.0",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/state": "^6.4.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.34.2",
"@nuxt/icon": "^1.7.5",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/tailwindcss": "^6.12.2",
"@pinia/nuxt": "^0.9.0",
"@types/clean-css": "^4.2.11",
"@types/csso": "^5.0.4",
"@vee-validate/zod": "^4.14.7",
"@vercel/analytics": "^1.4.1",
"@vueuse/core": "^11.2.0",
"@vueuse/nuxt": "^11.2.0",
"axios": "^1.7.9",
"cidr-regex": "^4.1.1",
"class-variance-authority": "^0.7.0",
"clean-css": "^5.3.3",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"javascript-obfuscator": "^4.1.1",
"js-base64": "^3.7.7",
"lucide-vue-next": "^0.456.0",
"netmask": "^2.0.2",
"nuxt": "^3.14.159",
"pinia": "^2.3.0",
"pinia-plugin-persistedstate": "^4.1.3",
"prettier": "^3.3.3",
"radix-vue": "^1.9.9",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"tc-qrcode": "^1.1.0",
"terser": "^5.36.0",
"thememirror": "^2.0.1",
"vee-validate": "^4.14.7",
"vue": "latest",
"vue-codemirror": "^6.1.1",
"vue-router": "latest",
"zod": "^3.23.8"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"devDependencies": {
"@iconify-json/file-icons": "^1.2.1",
"@iconify-json/mdi": "^1.2.1",
"@types/crypto-js": "^4.2.2",
"@types/css-tree": "^2.3.9",
"@types/netmask": "^2.0.5",
"shadcn-nuxt": "^0.11.2",
"typescript": "^5.6.3"
}
}