-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 705 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 705 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
{
"name": "website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"lint": "eslint .",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"packageManager": "[email protected]",
"dependencies": {
"@nuxt/eslint": "^0.3.13",
"@nuxt/fonts": "^0.7.0",
"@nuxthub/core": "^0.5.17",
"@nuxtjs/plausible": "^1.0.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"cal-sans": "^1.0.1",
"drizzle-orm": "^0.30.10",
"nuxt": "^3.11.2",
"vue": "^3.4.27"
},
"devDependencies": {
"drizzle-kit": "^0.21.2",
"eslint": "^9.3.0",
"typescript": "^5.4.5",
"wrangler": "^3.57.0"
}
}