-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 934 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 934 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
{
"name": "my-v0-project",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "biome .",
"test": "playwright install && playwright test",
"test:ui": "playwright test --ui"
},
"dependencies": {
"react": "19.2.0",
"react-dom": "19.2.0"
},
"devDependencies": {
"@biomejs/biome": "^2.5.1",
"@playwright/test": "^1.61.1",
"@tailwindcss/postcss": "^4.3.1",
"@types/node": "^25.9.4",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"postcss": "^8.5.15",
"tailwindcss": "^4.3.1",
"typescript": "7.0.1-rc",
"vite": "^8.1.0",
"vite-plugin-pwa": "^1.3.0"
},
"packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b"
}