-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 799 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 799 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
{
"name": "acp-template",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"test": "vitest",
"lint": "turbo lint",
"lint:fix": "turbo lint:fix",
"format": "turbo format",
"format:fix": "turbo format:fix"
},
"dependencies": {
"next": "^16.0.10",
"react": "19.2.3",
"react-dom": "19.2.3",
"turbo": "^2.6.3",
"zod": "^4.1.13"
},
"devDependencies": {
"@biomejs/biome": "2.3.8",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^25.0.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitest/coverage-v8": "4.0.15",
"tailwindcss": "^4.1.18",
"typescript": "^5",
"vitest": "^4.0.15"
},
"packageManager": "pnpm@10.16.1"
}