-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 966 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 966 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
36
{
"name": "simplifyeu",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"test": "turbo run test",
"test:unit": "turbo run test:unit",
"test:e2e": "turbo run test:e2e",
"format": "prettier --write \"**/*.{ts,tsx,md,json}\"",
"db:generate": "turbo run db:generate",
"db:push": "turbo run db:push",
"db:studio": "turbo run db:studio"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^20.17.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.23",
"eslint": "^8.57.1",
"postcss": "^8.5.6",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"supabase": "^2.77.0",
"tailwindcss": "^4.0.0",
"turbo": "^2.3.4",
"typescript": "^5.6.3"
},
"packageManager": "pnpm@9.12.2",
"engines": {
"node": ">=20.0.0"
}
}