feat:移除了弹窗,服务器添加sls

This commit is contained in:
2026-09-08 22:39:45 +08:00
commit 6a295f9a7a
4082 changed files with 1322534 additions and 0 deletions

38
apps/website/package.json Normal file
View File

@ -0,0 +1,38 @@
{
"name": "@axolotl/website",
"private": true,
"type": "module",
"scripts": {
"build": "nuxi generate",
"dev": "nuxi dev",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare",
"lint": "eslint . && prettier --check .",
"fix": "eslint . --fix && prettier --write .",
"prepr": "pnpm run lint && pnpm run build"
},
"devDependencies": {
"@modrinth/tooling-config": "workspace:*",
"@types/node": "^24",
"autoprefixer": "^10.4.19",
"nuxt": "=3.20.2",
"postcss": "^8.4.39",
"prettier-plugin-tailwindcss": "^0.6.5",
"sass": "^1.58.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vite-svg-loader": "^5.1.0"
},
"dependencies": {
"@modrinth/assets": "workspace:*",
"@modrinth/ui": "workspace:*",
"howxm-js": "0.0.10",
"intl-messageformat": "^10.7.7",
"lru-cache": "^11.2.4",
"vue": "^3.5.13",
"vue-router": "*"
},
"web-types": "../../web-types.json",
"prettier": "@modrinth/tooling-config/frontend.prettier.config.cjs"
}