mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
18 lines
432 B
JSON
18 lines
432 B
JSON
{
|
|
"name": "@project-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"
|
|
}
|
|
}
|