-
Notifications
You must be signed in to change notification settings - Fork 125
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 828 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 828 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": "example-with-authjs",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"lint": "eslint --fix \"**/*.{ts,tsx,js,jsx}\""
},
"type": "module",
"devDependencies": {
"@types/node": "^24.7.0",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint": "^8.56.0",
"eslint-plugin-solid": "^0.14.3",
"typescript": "^5.6.2"
},
"dependencies": {
"@solidjs/router": "^0.15.1",
"@solidjs/start": "^1.1.0",
"solid-js": "^1.9.5",
"vinxi": "^0.5.7",
"@solidjs/meta": "^0.29.4",
"zod": "^3.22.4",
"@auth/core": "^0.41.1",
"start-authjs": "^1.0.0",
"postcss": "^8.4.40",
"autoprefixer": "^10.4.19",
"tailwindcss": "^4.1.17"
},
"engines": {
"node": ">=22"
}
}