-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.08 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
41
42
43
44
45
{
"name": "commit-protocol-frontend",
"version": "0.1.0",
"private": true,
"packageManager": "npm@11.19.0",
"engines": {
"node": "24.20.0",
"npm": "11.19.0"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "eslint .",
"start": "next start",
"test": "vitest run",
"test:e2e": "playwright test",
"test:watch": "vitest",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"genlayer-js": "2.0.0-rc.1",
"lucide-react": "1.45.0",
"motion": "13.1.1",
"next": "16.3.3",
"react": "19.3.0",
"react-dom": "19.3.0"
},
"devDependencies": {
"@playwright/test": "1.63.0",
"@tailwindcss/postcss": "4.3.3",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "7.0.1",
"@testing-library/react": "16.3.3",
"@types/node": "24.13.4",
"@types/react": "19.3.0",
"@types/react-dom": "19.3.0",
"eslint": "9.39.5",
"eslint-config-next": "16.3.3",
"jsdom": "30.0.1",
"postcss": "8.5.28",
"tailwindcss": "4.3.3",
"typescript": "6.0.3",
"vitest": "5.0.0"
}
}