-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 961 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 961 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
35
36
37
38
39
40
41
{
"name": "fmeyer-dev",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.96",
"@iconify-json/simple-icons": "^1.2.72",
"@nuxt/content": "^3.12.0",
"@nuxt/image": "^2.0.0",
"@nuxt/ui": "^4.6.0",
"better-sqlite3": "^12.6.2",
"motion-v": "^2.2.0",
"nuxt": "^4.4.2",
"nuxt-og-image": "^5.1.13",
"tailwindcss": "^4.2.2"
},
"devDependencies": {
"@nuxt/eslint": "^1.15.2",
"eslint": "^10.0.3",
"typescript": "^5.9.3",
"vue-tsc": "^3.2.5"
},
"pnpm": {
"overrides": {
"flatted": "3.4.2",
"h3": "1.15.10",
"socket.io-parser": "4.2.6"
}
},
"packageManager": "pnpm@10.30.3"
}