mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
18 lines
430 B
JSON
18 lines
430 B
JSON
{
|
|
"name": "@project-gauntlet/react",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "rollup --config rollup.config.ts --configPlugin typescript"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^28.0.2",
|
|
"@rollup/plugin-replace": "^6.0.2",
|
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
"rollup": "^4.28.1",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|