-
-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 700 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 700 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --max-warnings 0 .",
"typecheck": "nuxt typecheck",
"start": "NODE_ENV=production node .output/server/index.mjs"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/tailwindcss": "^6.11.4",
"@sidebase/nuxt-auth": "0.7.0-rc.0",
"@types/node": "^18.19.22",
"eslint": "^8.57.0",
"nuxt": "^3.10.3",
"typescript": "^5.3.3",
"vue-tsc": "^1.8.27"
},
"dependencies": {
"next-auth": "4.21.1",
"nuxt-icon": "0.5.0"
}
}