generated from tailored/app-template
	temp
This commit is contained in:
		
							
								
								
									
										38
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										38
									
								
								package.json
									
									
									
									
									
								
							@@ -1,8 +1,17 @@
 | 
			
		||||
{
 | 
			
		||||
  "name": "@kevisual/ai-center",
 | 
			
		||||
  "name": "@kevisual/ai-center-services",
 | 
			
		||||
  "version": "0.0.1",
 | 
			
		||||
  "description": "",
 | 
			
		||||
  "main": "index.js",
 | 
			
		||||
  "basename": "/root/ai-center-services",
 | 
			
		||||
  "app": {
 | 
			
		||||
    "entry": "dist/app.mjs",
 | 
			
		||||
    "key": "ai-center-services",
 | 
			
		||||
    "type": "system-app"
 | 
			
		||||
  },
 | 
			
		||||
  "files": [
 | 
			
		||||
    "dist"
 | 
			
		||||
  ],
 | 
			
		||||
  "scripts": {
 | 
			
		||||
    "watch": "rollup -c rollup.config.mjs -w",
 | 
			
		||||
    "build": "rollup -c rollup.config.mjs",
 | 
			
		||||
@@ -10,8 +19,7 @@
 | 
			
		||||
    "test": "tsx  test/**/*.ts",
 | 
			
		||||
    "dev:watch": "cross-env NODE_ENV=development concurrently -n \"Watch,Dev\" -c \"green,blue\" \"npm run watch\" \"sleep 1 && npm run dev\" ",
 | 
			
		||||
    "clean": "rm -rf dist",
 | 
			
		||||
    "prepub": "envision switch root",
 | 
			
		||||
    "pub": "npm run build && envision pack -p -u"
 | 
			
		||||
    "pub": "envision pack -p -u"
 | 
			
		||||
  },
 | 
			
		||||
  "keywords": [],
 | 
			
		||||
  "author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
 | 
			
		||||
@@ -19,18 +27,13 @@
 | 
			
		||||
  "packageManager": "pnpm@10.7.1",
 | 
			
		||||
  "type": "module",
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@kevisual/code-center-module": "0.0.18",
 | 
			
		||||
    "@kevisual/mark": "0.0.7",
 | 
			
		||||
    "@kevisual/router": "0.0.10",
 | 
			
		||||
    "cookie": "^1.0.2",
 | 
			
		||||
    "crypto-js": "^4.2.0",
 | 
			
		||||
    "dayjs": "^1.11.13",
 | 
			
		||||
    "formidable": "^3.5.2",
 | 
			
		||||
    "json5": "^2.2.3",
 | 
			
		||||
    "lodash-es": "^4.17.21",
 | 
			
		||||
    "openai": "^4.91.1"
 | 
			
		||||
    "@kevisual/router": "0.0.10"
 | 
			
		||||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "@kevisual/code-center-module": "0.0.18",
 | 
			
		||||
    "@kevisual/mark": "0.0.7",
 | 
			
		||||
    "@kevisual/query": "^0.0.15",
 | 
			
		||||
    "@kevisual/query-config": "workspace:*",
 | 
			
		||||
    "@kevisual/types": "^0.0.6",
 | 
			
		||||
    "@kevisual/use-config": "^1.0.10",
 | 
			
		||||
    "@rollup/plugin-alias": "^5.1.1",
 | 
			
		||||
@@ -45,11 +48,20 @@
 | 
			
		||||
    "@types/node": "^22.14.0",
 | 
			
		||||
    "@vitejs/plugin-basic-ssl": "^2.0.0",
 | 
			
		||||
    "concurrently": "^9.1.2",
 | 
			
		||||
    "cookie": "^1.0.2",
 | 
			
		||||
    "cross-env": "^7.0.3",
 | 
			
		||||
    "crypto-js": "^4.2.0",
 | 
			
		||||
    "dayjs": "^1.11.13",
 | 
			
		||||
    "dotenv": "^16.4.7",
 | 
			
		||||
    "formidable": "^3.5.2",
 | 
			
		||||
    "ioredis": "^5.6.0",
 | 
			
		||||
    "jsrepo": "^1.45.3",
 | 
			
		||||
    "lodash-es": "^4.17.21",
 | 
			
		||||
    "nanoid": "^5.1.5",
 | 
			
		||||
    "nodemon": "^3.1.9",
 | 
			
		||||
    "openai": "^4.91.1",
 | 
			
		||||
    "pg": "^8.14.1",
 | 
			
		||||
    "pg-hstore": "^2.3.4",
 | 
			
		||||
    "pino": "^9.6.0",
 | 
			
		||||
    "pm2": "^6.0.5",
 | 
			
		||||
    "rimraf": "^6.0.1",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user