-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.43 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.43 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "daniel-waltz",
"type": "module",
"private": true,
"packageManager": "pnpm@10.33.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"icons": "pnpx nuxt-seo-utils@latest icons --source icon.svg",
"lint": "eslint --max-warnings 0",
"lint:fix": "eslint --fix",
"postinstall": "nuxt prepare",
"preview": "nuxt preview",
"test": "pnpm run lint && pnpm run type-check",
"type-check": "nuxt typecheck"
},
"devDependencies": {
"@csstools/postcss-oklab-function": "^5.0.3",
"@danielwaltz/eslint-config": "^3.3.3",
"@iconify-json/lucide": "^1.2.102",
"@iconify-json/simple-icons": "^1.2.78",
"@iconify/utils": "^3.1.0",
"@nuxt/content": "^3.13.0",
"@nuxt/devtools": "^3.2.4",
"@nuxt/eslint": "^1.15.2",
"@nuxt/fonts": "^0.14.0",
"@nuxt/image": "^2.0.0",
"@nuxtjs/mdc": "^0.21.1",
"@nuxtjs/seo": "^5.1.3",
"@takumi-rs/core": "^1.0.14",
"@takumi-rs/wasm": "^1.0.14",
"@types/node": "~24.12.2",
"@unocss/eslint-plugin": "^66.6.8",
"@unocss/nuxt": "^66.6.8",
"@valibot/to-json-schema": "^1.6.0",
"@vueuse/nuxt": "^14.2.1",
"eslint": "^10.2.1",
"nuxt": "^4.4.2",
"prettier": "^3.8.3",
"reka-ui": "^2.9.6",
"typescript": "~6.0.3",
"unocss": "^66.6.8",
"valibot": "^1.3.1",
"vite": "^7.3.2",
"vue": "^3.5.32",
"vue-router": "^5.0.4",
"vue-tsc": "^3.2.6"
}
}