mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 11:00:55 +03:00
- Missed a few files that needed to be .jsx
- seperated out package locks per package
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
"axios": "^0.27.2",
|
||||
"clsx": "^1.1.1",
|
||||
"dotenv": "^16.0.0",
|
||||
"find-up": "^7.0.0",
|
||||
"flowise-embed": "*",
|
||||
"flowise-embed-react": "*",
|
||||
"flowise-react-json-view": "*",
|
||||
@@ -61,7 +60,9 @@
|
||||
"scripts": {
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"dev": "vite",
|
||||
"build": "vite build"
|
||||
"build": "vite build",
|
||||
"clean": "rimraf build",
|
||||
"nuke": "rimraf build node_modules"
|
||||
},
|
||||
"babel": {
|
||||
"presets": [
|
||||
@@ -88,6 +89,7 @@
|
||||
"@testing-library/user-event": "^12.8.3",
|
||||
"pretty-quick": "^3.1.3",
|
||||
"react-scripts": "^5.0.1",
|
||||
"rimraf": "^5.0.5",
|
||||
"sass": "^1.42.1",
|
||||
"typescript": "^4.8.4"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user