33 lines
725 B
JSON
33 lines
725 B
JSON
{
|
|
"name": "example-with-auth",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vinxi dev",
|
|
"build": "vinxi build",
|
|
"start": "vinxi start",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"lint": "biome lint src",
|
|
"lint:fix": "biome check --write src"
|
|
},
|
|
"dependencies": {
|
|
"@solidjs/meta": "^0.29.4",
|
|
"@solidjs/router": "^0.15.3",
|
|
"@solidjs/start": "^1.1.7",
|
|
"@types/node": "^25.2.0",
|
|
"solid-js": "^1.9.9",
|
|
"start-oauth": "^1.3.0",
|
|
"unstorage": "1.17.1",
|
|
"vinxi": "^0.5.8"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@tailwindcss/vite": "^4.1.13",
|
|
"tailwindcss": "^4.1.13",
|
|
"vitest": "^2.1.9"
|
|
},
|
|
"engines": {
|
|
"node": ">=22"
|
|
}
|
|
}
|