forked from AxTps/Starlight_Lancher
38 lines
986 B
JSON
38 lines
986 B
JSON
{
|
|
"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:*",
|
|
"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"
|
|
}
|