-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.27 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
{
"name": "valhallaportal",
"version": "2.1.0",
"description": "Portal for Valhalla Development",
"license": "GPL-3.0-or-later",
"author": "Ragnar Lothbrok <ragnarlothbrokjr@proton.me>",
"homepage": "https://github.com/Valhalla-Development/ValhallaPortal#readme",
"repository": "https://github.com/Valhalla-Development/ValhallaPortal.git",
"bugs": {
"url": "https://github.com/Valhalla-Development/ValhallaPortal/issues"
},
"scripts": {
"lint": "tsc --noEmit -p tsconfig.json && biome check --files-ignore-unknown=true --diagnostic-level=error --no-errors-on-unmatched app",
"lint:fix": "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true app",
"dev": "bun --bun next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"motion": "^12.34.4",
"next": "16.1.6",
"next-themes": "^0.4.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"three": "^0.183.2",
"vanta": "^0.5.24"
},
"devDependencies": {
"@biomejs/biome": "^2.4.5",
"@tailwindcss/postcss": "^4.2.1",
"@types/node": "^25.3.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.183.1",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3",
"ultracite": "^7.2.4"
}
}