-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 842 Bytes
/
package.json
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": "website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "pareto dev",
"build": "NODE_ENV=production pareto build",
"ana": "NODE_ENV=production ANALYZE=true pareto build",
"start": "node .pareto/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/express": "^4.17.21",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0"
},
"dependencies": {
"@paretojs/core": "latest",
"express": "^4.19.2",
"react": "19.0.0-beta-94eed63c49-20240425",
"react-dom": "19.0.0-beta-94eed63c49-20240425",
"react-helmet-async": "^2.0.5"
},
"browserslist": [
"chrome >= 87",
"edge >= 88",
"firefox >= 78",
"safari >= 14"
]
}