-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 922 Bytes
/
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
{
"name": "tv-shows",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@tanstack/react-query": "^5.29.2",
"@tanstack/react-router": "^1.29.2",
"lucide-react": "^0.370.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.23.3",
"zustand": "^4.5.2"
},
"devDependencies": {
"@biomejs/biome": "1.7.0",
"@tanstack/router-vite-plugin": "^1.30.0",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.2",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react-swc": "^3.6.0",
"happy-dom": "^14.7.1",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vitest": "^1.5.0"
},
"config": {
"commitizen": {
"path": "cz-emoji"
}
}
}