|
|
@@ -45,14 +45,15 @@
|
|
|
"eslint": "^8.54.0",
|
|
|
"cross-env": "~7.0.3",
|
|
|
"@flowgram.ai/ts-config": "0.2.9",
|
|
|
- "@flowgram.ai/eslint-config": "0.2.9"
|
|
|
+ "@flowgram.ai/eslint-config": "0.2.9",
|
|
|
+ "react-app-rewired": "^2.2.1"
|
|
|
},
|
|
|
"publishConfig": {
|
|
|
"access": "public",
|
|
|
"registry": "https://registry.npmjs.org/"
|
|
|
},
|
|
|
"scripts": {
|
|
|
- "build": "exit 0",
|
|
|
+ "build": "rsbuild build",
|
|
|
"build:fast": "exit 0",
|
|
|
"build:watch": "exit 0",
|
|
|
"clean": "rimraf dist",
|