generated from template/auto-template
Initial commit
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user