-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.63 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.63 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
51
52
53
54
{
"name": "nuxt-starter",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint:oxlint": "oxlint --type-aware --fix --ignore-path .gitignore",
"lint:eslint": "eslint --fix --cache --concurrency auto",
"lint": "pnpm lint:oxlint && pnpm lint:eslint",
"format": "oxfmt",
"typecheck": "nuxt typecheck",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest",
"knip": "knip",
"knip:production": "knip --production"
},
"dependencies": {
"@nuxt/ui": "^4.4.0",
"@types/luxon": "^3.7.1",
"@vueuse/core": "^14.2.1",
"@vueuse/nuxt": "^14.2.1",
"eslint-plugin-oxlint": "^1.50.0",
"ky": "^1.14.3",
"luxon": "^3.7.2",
"nuxt": "^4.3.1",
"unstorage": "^1.17.4",
"zod": "^4.3.6"
},
"devDependencies": {
"@nuxt/eslint": "^1.15.1",
"@nuxt/test-utils": "^4.0.0",
"@types/node": "^25.3.0",
"@vitejs/plugin-vue": "^6.0.4",
"@vitest/browser": "^4.0.18",
"@vitest/browser-playwright": "^4.0.18",
"@vitest/eslint-plugin": "^1.6.9",
"@vue/test-utils": "^2.4.6",
"eslint": "^10.0.1",
"eslint-config-prettier": "^10.1.8",
"knip": "^5.85.0",
"oxfmt": "^0.35.0",
"oxlint": "^1.50.0",
"oxlint-tsgolint": "^0.14.2",
"playwright": "^1.58.2",
"typescript": "^5.9.3",
"vite": "8.0.0-beta.15",
"vitest": "^4.0.18",
"vue-tsc": "^3.2.5"
},
"packageManager": "pnpm@10.30.1+sha512.3590e550d5384caa39bd5c7c739f72270234b2f6059e13018f975c313b1eb9fefcc09714048765d4d9efe961382c312e624572c0420762bdc5d5940cdf9be73a"
}