mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
20 lines
574 B
JSON
20 lines
574 B
JSON
{
|
|
"name": "@project-gauntlet/core",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsc --noEmit && rollup --config rollup.config.ts --configPlugin typescript"
|
|
},
|
|
"devDependencies": {
|
|
"@project-gauntlet/api": "*",
|
|
"@project-gauntlet/typings": "*",
|
|
"@rollup/plugin-alias": "^5.1.1",
|
|
"@rollup/plugin-commonjs": "^28.0.2",
|
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
"@types/deno": "^2.0.0",
|
|
"@types/react": "^18.3.18",
|
|
"rollup": "^4.28.1",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|