-
Notifications
You must be signed in to change notification settings - Fork 211
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.5 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.5 KB
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
42
43
44
45
46
47
48
49
50
51
{
"scripts": {
"dev": "vike dev",
"build": "vike build",
"preview": "vike build && vike preview",
"lint": "biome lint --write .",
"qc": "biome check .",
"qa": "biome check . --write",
"qau": "biome check . --write --unsafe",
"qts": "tsc --noEmit",
"qtsw": "tsc --noEmit --watch"
},
"dependencies": {
"@auth0/auth0-spa-js": "^2.17.0",
"@mantine/core": "^8.3.17",
"@mantine/hooks": "^8.3.17",
"@mantine/spotlight": "^8.3.17",
"@photonjs/vercel": "^0.1.22",
"@surrealdb/ui": "^1.0.93",
"github-slugger": "^2.0.0",
"node-html-parser": "^7.1.0",
"react": "^19",
"react-dom": "^19",
"surrealdb": "^2.0.2",
"vike": "^0.4.255",
"vike-react": "^0.6.21",
"xml2js": "^0.6.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"@types/bun": "^1.3.9",
"@types/node": "^25.3.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/xml2js": "^0.4.14",
"@vercel/config": "^0.0.41",
"@vitejs/plugin-react": "^5.1.4",
"sass-embedded": "^1.98.0",
"typescript": "^5.9.3",
"vike-content-collection": "^0.1.1",
"vike-sitemap-generator": "^2.2.1",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.1.1"
},
"overrides": {
"react": "^19",
"react-dom": "^19"
},
"type": "module"
}