-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 764 Bytes
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
{
"name": "nuxt-builder",
"private": true,
"type": "module",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"generate": "nuxi generate",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "nuxt typecheck",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@formkit/drag-and-drop": "^0.6.1",
"@nuxt/ui": "^4.10.0",
"@pinia/nuxt": "^1.0.1",
"nuxt": "^4.5.0",
"pinia": "^4.0.2",
"zod": "^4.4.3"
},
"devDependencies": {
"@nuxt/eslint": "^1.16.0",
"@nuxt/test-utils": "^4.0.3",
"@vue/test-utils": "^2.4.11",
"fast-check": "^4.9.0",
"happy-dom": "^20.11.0",
"typescript": "^6.0.3",
"vitest": "^4.1.10",
"vue-tsc": "^3.3.7"
}
}