generated from ijkml/nuxt-flint
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 835 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
{
"type": "module",
"private": true,
"packageManager": "[email protected]",
"author": "ML (ijkml)",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"start": "node .output/server/index.mjs",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"postinstall": "nuxi prepare",
"generate": "nuxi generate"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.1",
"@iconify-json/carbon": "^1.2.1",
"@nuxt/content": "^2.13.2",
"@nuxthq/studio": "^2.1.1",
"@nuxtjs/seo": "2.0.0-rc.10",
"@types/node": "^22.5.5",
"@unocss/nuxt": "^0.62.4",
"@vueuse/nuxt": "^11.1.0",
"eslint": "^9.11.0",
"eslint-plugin-format": "^0.1.2",
"nuxt": "^3.13.2",
"nuxt-umami": "^3.0.1",
"sass": "^1.79.3",
"typescript": "^5.6.2",
"vite-svg-loader": "^5.1.0"
}
}