-
Notifications
You must be signed in to change notification settings - Fork 479
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 726 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 726 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
{
"name": "debug",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"build:watch": "next start",
"lint": "next lint"
},
"dependencies": {
"backend": "workspace:*",
"next": "^15.5.7",
"plugin-ui": "workspace:*",
"react": "^19.2.1",
"react-dom": "^19.2.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^24.10.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"eslint-config-custom": "workspace:*",
"postcss": "^8.5.10",
"tailwindcss": "4.0.14",
"tsconfig": "workspace:*",
"types": "workspace:*",
"typescript": "^5.9.3"
}
}