-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.42 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
{
"name": "daniel-waltz",
"private": true,
"packageManager": "pnpm@9.15.1",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"generate-ico": "pnpx icon-gen@latest -i ./public/favicon.svg -o ./public --ico --ico-name favicon --ico-sizes 16,32,48",
"lint": "eslint . --flag unstable_ts_config --cache --cache-location ./node_modules/.cache/.eslintcache --max-warnings 0",
"postinstall": "nuxt prepare",
"preview": "nuxt preview",
"test": "run-p lint type-check",
"type-check": "nuxt typecheck"
},
"devDependencies": {
"@csstools/postcss-oklab-function": "^4.0.6",
"@danielwaltz/eslint-config": "^0.0.9",
"@iconify-json/lucide": "^1.2.20",
"@iconify-json/simple-icons": "^1.2.17",
"@iconify/utils": "^2.2.1",
"@nuxt/content": "^2.13.4",
"@nuxt/devtools": "^1.6.4",
"@nuxt/eslint": "^0.7.4",
"@nuxt/fonts": "^0.10.3",
"@nuxt/image": "^1.8.1",
"@types/node": "~22.10.2",
"@unhead/vue": "^1.11.14",
"@unocss/nuxt": "^0.65.3",
"@unocss/reset": "^0.65.3",
"@vueuse/core": "^12.2.0",
"@vueuse/nuxt": "^12.2.0",
"eslint": "^9.17.0",
"npm-run-all2": "^7.0.2",
"nuxt": "^3.15.0",
"pathe": "^1.1.2",
"prettier": "^3.4.2",
"typescript": "~5.7.2",
"unocss": "^0.65.3",
"vite": "^6.0.5",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-tsc": "^2.2.0"
}
}