gauntlet/js/react/package.json
2023-11-30 20:52:41 +01:00

18 lines
423 B
JSON

{
"name": "gauntlet-react",
"version": "1.0.0",
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin typescript"
},
"dependencies": {
"react": "^18.2.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-typescript": "^11.1.5",
"rollup": "^4.3.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
}
}