-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 983 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 983 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": "@surfnet/curve-react-app",
"version": "0.5.0",
"private": true,
"description": "Demo app for testing @surfnet/curve-react components in a real Next.js consumer.",
"type": "module",
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"build:pages": "NEXT_PUBLIC_STATIC_EXPORT=1 next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@phosphor-icons/react": "^2.0.0",
"@surfnet/curve-react": "workspace:*",
"@surfnet/curve-tokens": "workspace:*",
"next": "16.2.9",
"react": "19.2.7",
"react-dom": "19.2.7"
},
"devDependencies": {
"@surfnet/curve-typescript-config": "workspace:*",
"@tailwindcss/postcss": "4.3.1",
"@tanstack/react-table": "^8.21.3",
"@types/node": "24.13.2",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"eslint": "^9.39.0",
"eslint-config-next": "^16.2.9",
"tailwindcss": "4.3.1",
"typescript": "6.0.3"
}
}