-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.38 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.38 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": "janoeditor-dev",
"version": "1.0.0-alpha.18",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"prepare": "vp config",
"test": "vitest",
"test:watch": "vitest --watch",
"test:coverage": "vitest --coverage",
"test:unit": "vitest --project unit",
"test:nuxt": "vitest --project nuxt",
"lint": "vp lint",
"fmt": "vp fmt",
"check": "vp check"
},
"dependencies": {
"@nuxt/a11y": "1.0.0-alpha.1",
"@nuxt/image": "2.0.0",
"@nuxt/test-utils": "4.0.0",
"@nuxt/ui": "4.6.0",
"@nuxtjs/i18n": "10.2.4",
"@nuxtjs/sitemap": "^8.0.11",
"archiver": "^7.0.1",
"better-sqlite3": "^12.8.0",
"drizzle-orm": "^0.45.2",
"nuxt": "^4.4.2",
"nuxt-auth-utils": "^0.5.29",
"tailwindcss": "^4.2.2",
"vue": "^3.5.30",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@types/archiver": "^7.0.0",
"@types/better-sqlite3": "^7.6.13",
"@vitest/coverage-v8": "^4.1.2",
"@vue/test-utils": "^2.4.6",
"drizzle-kit": "^0.31.10",
"happy-dom": "^20.8.9",
"vite-plus": "latest",
"vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.14"
},
"packageManager": "pnpm@10.33.0",
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3"
]
}
}