-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 694 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 694 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
{
"name": "next-tailwind-turbo-devup-ui-benchmark",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build --experimental-debug-memory-usage",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^16.1",
"react": "^19.2",
"react-dom": "^19.2",
"react-icons": "^5.5",
"@devup-ui/react": "workspace:^"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1",
"postcss": "^8.5",
"@types/node": "^25",
"@types/react": "^19",
"@types/react-dom": "^19",
"typescript": "^5",
"tailwindcss": "^4.1",
"@devup-ui/next-plugin": "workspace:^"
}
}