forked from web-infra-dev/modern.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 755 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 755 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": "bundle-diff-benchmark",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "modern dev",
"build": "modern build",
"start": "modern start"
},
"engines": {
"node": ">=16.18.1"
},
"eslintIgnore": [
"node_modules/",
"dist/"
],
"dependencies": {
"@modern-js/runtime": "workspace:*",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@modern-js/app-tools": "workspace:*",
"@modern-js/tsconfig": "workspace:*",
"@rsdoctor/rspack-plugin": "^1.3.11",
"@types/jest": "^29.5.14",
"@types/node": "^20",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"prettier": "~2.8.1",
"rimraf": "^6.1.2",
"typescript": "~5.0.4"
}
}