-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 837 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 837 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
34
{
"name": "boltv2",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.73",
"@iconify-json/simple-icons": "^1.2.58",
"@nuxt/content": "^3.8.0",
"@nuxt/image": "^1.11.0",
"@nuxt/ui": "^4.1.0",
"@vueuse/nuxt": "^13.9.0",
"better-sqlite3": "^12.4.1",
"motion-v": "^1.7.4",
"nuxt": "^4.2.1",
"nuxt-og-image": "^5.1.12",
"nuxt-studio": "1.0.0-alpha.1"
},
"devDependencies": {
"@nuxt/eslint": "^1.10.0",
"eslint": "^9.39.1",
"typescript": "^5.9.3",
"vue-tsc": "^3.1.3"
},
"packageManager": "pnpm@10.19.0"
}