Initial commit: restore project after Git corruption
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "@kevisual/light-code",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "pnpm run dev:server & pnpm run dev:web",
|
||||
"dev:server": "cd server && pnpm dev",
|
||||
"dev:web": "cd web && pnpm dev",
|
||||
"docker:build": "docker build -t kevisual/light-code:latest .",
|
||||
"docker:aliyun": "docker build -t crpi-92z54xpbq1hzmdcz.cn-hangzhou.personal.cr.aliyuncs.com/kevisual/light-code .",
|
||||
"docker:dev": "docker compose up",
|
||||
"build": "turbo build"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.18.3",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"turbo": "^2.5.8"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user