mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"private": true,
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/*",
|
|
"apps/*"
|
|
],
|
|
"nohoist": [
|
|
"**/next",
|
|
"**/next/**"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react-forget.git"
|
|
},
|
|
"scripts": {
|
|
"bundle:meta": "scripts/bundle-meta.sh",
|
|
"bundle:oss": "scripts/bundle-oss.sh",
|
|
"copyright": "node scripts/copyright.js",
|
|
"hash": "scripts/hash.sh",
|
|
"start": "yarn workspace playground run start",
|
|
"next": "yarn workspace playground run dev",
|
|
"build": "yarn workspaces run build",
|
|
"dev": "concurrently --kill-others -n compiler,playground \"yarn workspace babel-plugin-react-forget run build --watch\" \"yarn workspace playground run dev\"",
|
|
"test": "yarn workspaces run test",
|
|
"snap": "yarn workspace babel-plugin-react-forget run snap",
|
|
"snap:build": "yarn workspace snap run build"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-json": "^6.1.0",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
"@tsconfig/strictest": "^2.0.5",
|
|
"concurrently": "^7.4.0",
|
|
"rollup": "^4.13.2",
|
|
"rollup-plugin-banner2": "^1.2.3",
|
|
"rollup-plugin-prettier": "^4.1.1",
|
|
"typescript": "^5.4.3"
|
|
}
|
|
}
|