-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 KB
/
package.json
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
{
"name": "frisk-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "NODE_ENV=development vite",
"build": "tsc -b && NODE_ENV=production vite build",
"build:skip": "tsc -b && vite build --mode skip",
"lint": "biome lint --write src",
"preview": "vite preview",
"format": "biome format --write src",
"prepare": "husky"
},
"dependencies": {
"@azure/msal-browser": "^3.23.0",
"@azure/msal-react": "^2.0.22",
"@dnd-kit/core": "^6.1.0",
"@kvib/react": "4.5.0",
"@tanstack/react-query": "5.56.2",
"@tanstack/react-router": "1.58.3",
"@tanstack/router-zod-adapter": "1.58.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"zod": "3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.9.1",
"@tanstack/router-devtools": "1.58.3",
"@tanstack/router-plugin": "1.58.4",
"@total-typescript/ts-reset": "^0.6.1",
"@types/bun": "1.1.9",
"@types/react": "18.3.7",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"globals": "15.9.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"typescript": "5.6.2",
"vite": "5.4.6"
}
}