Pre-Script-Break
This commit is contained in:
parent
6526b51429
commit
089f07360c
7 changed files with 29 additions and 36 deletions
12
package.json
12
package.json
|
@ -14,11 +14,9 @@
|
|||
"qualiteer": "./dist/app.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build:all": "npm run build:react && npm run export:executor",
|
||||
"build:bin:executor": "caxa -m \"Unpacking, please wait...\" -i dist/bundles/ -o bin/executor -- \"{{caxa}}/node_modules/.bin/node\" \"{{caxa}}/qualiteer-executor.js\"",
|
||||
"build:all": "npm run build:react && npm run build:executor",
|
||||
"build:executor": "node lib/jobs/executor/executor-bundler.js",
|
||||
"build:react": "vite build",
|
||||
"export:executor": "npm run pack:executor && npm run build:bin:executor",
|
||||
"pack:executor": "rollup -c",
|
||||
"start": "node dist/app.js",
|
||||
"start:dev": "nodemon dist/app.js",
|
||||
"start:dev:replit": "npm run start:dev & npm run start:react:replit",
|
||||
|
@ -63,16 +61,16 @@
|
|||
"@rollup/plugin-commonjs": "^22.0.0",
|
||||
"@rollup/plugin-node-resolve": "^13.3.0",
|
||||
"@rollup/plugin-replace": "^4.0.0",
|
||||
"@vitejs/plugin-react": "1.1.1",
|
||||
"axios": "^0.27.2",
|
||||
"caxa": "^2.1.0",
|
||||
"nodemon": "^2.0.15",
|
||||
"react": "^18.1.0",
|
||||
"react-dom": "^18.1.0",
|
||||
"@vitejs/plugin-react": "1.1.1",
|
||||
"vite": "2.7.0",
|
||||
"readline-sync": "^1.4.10",
|
||||
"rollup": "^2.72.0",
|
||||
"rollup-plugin-terser": "^7.0.2"
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"vite": "2.7.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"rabbiteer": "gitlab:Dunemask/rabbiteer"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue