Files
picture-preview/package.json
2025-11-25 10:12:26 +08:00

25 lines
774 B
JSON

{
"name": "@kevisual/apps-template",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "pnpm build:web && pnpm build:backend",
"build:backend": "cd backend && bun run src/main.ts",
"build:web": "cd frontend && pnpm build",
"serve": "cd backend && bun run src/main.ts",
"init": "git submodule update --init --recursive",
"clean:module": "rm .gitmodules -rf && rm -rf .git/modules"
},
"keywords": [],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.19.0",
"type": "module",
"dependencies": {
"@kevisual/query": "^0.0.29",
"@kevisual/router": "^0.0.33",
"@types/archiver": "^7.0.0",
"archiver": "^7.0.1"
}
}