gauntlet/js/react/package.json
2024-12-18 22:08:12 +01:00

18 lines
430 B
JSON

{
"name": "@project-gauntlet/react",
"private": true,
"scripts": {
"build": "rollup --config rollup.config.ts --configPlugin typescript"
},
"dependencies": {
"react": "^18.2.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-replace": "^6.0.1",
"@rollup/plugin-typescript": "^11.1.5",
"rollup": "^4.27.4",
"tslib": "^2.6.2",
"typescript": "^5.7.2"
}
}