mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
23 lines
661 B
JSON
23 lines
661 B
JSON
{
|
|
"name": "@project-gauntlet/react-renderer",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "tsc --noEmit && rollup --config rollup.config.ts --configPlugin typescript"
|
|
},
|
|
"dependencies": {
|
|
"react-reconciler": "^0.29.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
"@rollup/plugin-replace": "^5.0.5",
|
|
"@rollup/plugin-typescript": "^11.1.5",
|
|
"@types/react": "^18.2.35",
|
|
"@types/react-reconciler": "^0.28.6",
|
|
"@project-gauntlet/typings": "*",
|
|
"@project-gauntlet/deno": "*",
|
|
"rollup": "^4.3.0",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|