-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.19 KB
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
{
"name": "unit-design-system",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit",
"test:app-store-english": "node scripts/validate-app-store-english.mjs",
"build:app-store-screenshots": "node scripts/build-app-store-screenshots.mjs"
},
"dependencies": {
"@vercel/analytics": "^2.0.1",
"@vercel/blob": "^2.6.1",
"@vercel/speed-insights": "^2.0.0",
"jose": "^6.2.4",
"next": "^15.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"resend": "^6.12.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.6",
"@types/node": "^20.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.0",
"eslint": "^9.39.5",
"eslint-config-next": "15.5.12",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.0.0",
"vitest": "^4.1.10"
},
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be"
}