-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.38 KB
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
36
37
38
39
40
41
42
43
44
{
"name": "react-arven-workspace",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8",
"scripts": {
"build": "pnpm -r build",
"dev": "pnpm --filter testapp19 dev",
"test": "pnpm -r test",
"lint": "pnpm -r lint",
"tsc": "pnpm -r tsc",
"clean": "node ./scripts/clean.js",
"release:dry": "node ./scripts/release-dry-run.mjs",
"publish-prerelease": "bash ./scripts/publish-prerelease.sh",
"test:pack": "node scripts/test-pack.mjs"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.5",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/git": "^10.0.0",
"@types/node": "^20.14.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.0",
"publint": "^0.3.22",
"rollup": "^3.8.0",
"rollup-plugin-dts": "^6.4.1",
"rollup-plugin-filesize": "^9.1.2",
"semantic-release": "^24.0.0",
"tslib": "^2.8.1",
"typescript": "^5.5.0",
"vite": "^5.4.0"
},
"workspaces": [
"lib/src",
"testapp"
],
"license": "MIT"
}