mirror of
https://github.com/LittleQuartZ/addmon.git
synced 2026-02-07 02:45:28 +07:00
initial commit
This commit is contained in:
commit
43dd3ce0e9
64 changed files with 7783 additions and 0 deletions
37
package.json
Normal file
37
package.json
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"name": "addmon",
|
||||
"private": true,
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
],
|
||||
"catalog": {
|
||||
"dotenv": "^17.2.2",
|
||||
"zod": "^4.1.13",
|
||||
"typescript": "^5"
|
||||
}
|
||||
},
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"check": "oxlint && oxfmt --write",
|
||||
"dev": "turbo dev",
|
||||
"build": "turbo build",
|
||||
"check-types": "turbo check-types",
|
||||
"dev:native": "turbo -F native dev",
|
||||
"dev:web": "turbo -F web dev"
|
||||
},
|
||||
"dependencies": {
|
||||
"@addmon/env": "workspace:*",
|
||||
"dotenv": "catalog:",
|
||||
"zod": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@addmon/config": "workspace:*",
|
||||
"oxfmt": "^0.19.0",
|
||||
"oxlint": "^1.34.0",
|
||||
"turbo": "^2.6.3",
|
||||
"typescript": "catalog:"
|
||||
},
|
||||
"packageManager": "bun@1.3.5"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue