-
Notifications
You must be signed in to change notification settings - Fork 836
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 942 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 942 Bytes
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
{
"name": "vite-react-spa",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build && tsc",
"serve": "vite preview"
},
"dependencies": {
"@lingo.dev/compiler": "workspace:*",
"@tailwindcss/vite": "4.1.18",
"@tanstack/react-devtools": "0.7.0",
"@tanstack/react-router": "1.132.0",
"@tanstack/react-router-devtools": "1.132.0",
"@tanstack/router-plugin": "1.132.0",
"lucide-react": "0.545.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"tailwindcss": "4.1.18"
},
"devDependencies": {
"@tanstack/devtools-vite": "0.3.11",
"@testing-library/dom": "10.4.1",
"@testing-library/react": "16.2.0",
"@types/node": "22.10.2",
"@types/react": "19.2.0",
"@types/react-dom": "19.2.0",
"@vitejs/plugin-react": "5.0.4",
"jsdom": "27.0.0",
"typescript": "5.7.2",
"vite": "7.3.0",
"web-vitals": "5.1.0"
}
}