-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) 路 1.01 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) 路 1.01 KB
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
{
"name": "@nuxtaid/void",
"type": "module",
"version": "0.0.0",
"main": "./nuxt.config.ts",
"packageManager": "pnpm@11.8.0",
"scripts": {
"dev": "nuxi dev .playground",
"dev:prepare": "nuxt prepare .playground",
"build": "nuxt build .playground",
"generate": "nuxt generate .playground",
"preview": "nuxt preview .playground",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"devDependencies": {
"@iconify-json/ph": "^1.2.2",
"@iconify-json/uil": "^1.2.3",
"@nuxt/eslint": "^1.16.0",
"better-sqlite3": "^12.11.1",
"eslint": "^10.5.0",
"jiti": "^2.7.0",
"nuxt": "^4.4.8",
"typescript": "^6.0.3",
"vue": "^3.5.38"
},
"dependencies": {
"@nuxt/content": "3.14.0",
"@nuxt/fonts": "^0.14.0",
"@nuxt/icon": "^2.2.3",
"@nuxtjs/color-mode": "^4.0.1",
"@nuxtjs/seo": "^5.3.0",
"@nuxtjs/tailwindcss": "^6.12.2",
"@resvg/resvg-js": "^2.6.2",
"@vueuse/core": "^14.3.0",
"@vueuse/nuxt": "^14.3.0",
"satori": "^0.26.0"
}
}