-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 727 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 727 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": "pareto-example-custom-server",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "pareto dev",
"build": "NODE_ENV=production pareto build",
"start": "NODE_ENV=production pareto start",
"test:e2e": "playwright test"
},
"dependencies": {
"@paretojs/core": "workspace:*",
"@reactuses/core": "^6.3.0",
"express": "^4.21.0",
"react": "catalog:",
"react-dom": "catalog:"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@types/express": "^5.0.0",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.0",
"vite": "^8.0.7"
}
}