-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 864 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
35
{
"name": "bundleless-test",
"version": "1.0.0",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"build:esbuild": "node esbuild.js && tsc --project tsconfig.build.json",
"build:tsup": "tsup",
"build:modern": "modern build",
"build:unbuild": "unbuild"
},
"devDependencies": {
"@modern-js/module-tools": "^2.58.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.2.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"esbuild": "^0.23.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"postcss": "^8.4.41",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"unbuild": "^2.0.0"
},
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17"
},
"sideEffects": true
}