feat: add publish app
This commit is contained in:
15
package.json
15
package.json
@@ -7,7 +7,7 @@
|
||||
"author": "abearxiong",
|
||||
"scripts": {
|
||||
"watch": "cross-env ENV=production webpack --mode=production --watch",
|
||||
"dev": "cross-env NODE_ENV=development nodemon --delay 2.5 -e js,cjs,mjs --exec node dist/app.cjs",
|
||||
"dev": "cross-env NODE_ENV=development nodemon --delay 2.5 -e js,cjs,mjs --watch dist --exec node dist/app.cjs",
|
||||
"test": "tsx test/**/*.ts",
|
||||
"dev:watch": "concurrently -n \"Watch,Dev\" -c \"green,blue\" \"npm run watch\" \"sleep 1 && npm run dev\" ",
|
||||
"build": "cross-env ENV=production webpack --mode=production ",
|
||||
@@ -32,11 +32,11 @@
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@abearxiong/auth": "1.0.2",
|
||||
"@abearxiong/router": "0.0.1-alpha.38",
|
||||
"@abearxiong/router": "0.0.1-alpha.40",
|
||||
"@abearxiong/use-config": "^0.0.2",
|
||||
"@babel/core": "^7.25.2",
|
||||
"@babel/preset-env": "^7.25.4",
|
||||
"@babel/preset-typescript": "^7.24.7",
|
||||
"@babel/core": "^7.25.7",
|
||||
"@babel/preset-env": "^7.25.7",
|
||||
"@babel/preset-typescript": "^7.25.7",
|
||||
"@kevisual/ai-graph": "workspace:^",
|
||||
"@kevisual/ai-lang": "workspace:^",
|
||||
"@types/semver": "^7.5.8",
|
||||
@@ -55,7 +55,7 @@
|
||||
"ollama": "^0.5.9",
|
||||
"pg": "^8.13.0",
|
||||
"semver": "^7.6.3",
|
||||
"sequelize": "^6.37.3",
|
||||
"sequelize": "^6.37.4",
|
||||
"socket.io": "^4.8.0",
|
||||
"strip-ansi": "^7.1.0",
|
||||
"uuid": "^10.0.0",
|
||||
@@ -88,7 +88,8 @@
|
||||
"resolutions": {
|
||||
"glob": "latest",
|
||||
"inflight": "latest",
|
||||
"rimraf": "latest"
|
||||
"rimraf": "latest",
|
||||
"picomatch": "^4.0.2"
|
||||
},
|
||||
"pnpm": {}
|
||||
}
|
Reference in New Issue
Block a user