You've already forked AstralRinth
forked from xxxOFFxxx/AstralRinth
19 lines
559 B
JSON
19 lines
559 B
JSON
{
|
|
"name": "@modrinth/monorepo",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo run build --filter=@modrinth/frontend",
|
|
"dev": "turbo run dev --filter=@modrinth/frontend",
|
|
"web:dev": "turbo run dev --filter=@modrinth/frontend",
|
|
"// app:dev": "Do not run this, this is broken. To run Modrinth app, use `cargo tauri dev`",
|
|
"app:dev": "turbo run dev --filter=@modrinth/app",
|
|
"lint": "turbo run lint"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.0.6",
|
|
"vue": "^3.4.31"
|
|
},
|
|
"packageManager": "pnpm@9.4.0"
|
|
}
|