mirror of
https://github.com/modrinth/code.git
synced 2026-08-30 19:46:33 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "@modrinth/website",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"lint": "eslint . && prettier --check .",
|
|
"fix": "eslint . --fix && prettier --write .",
|
|
"intl:extract": "formatjs extract \"src/**/*.{vue,ts,tsx,js,jsx,mts,cts,mjs,cjs}\" --ignore \"**/*.d.ts\" --ignore node_modules --out-file src/locales/en-US/index.json --format crowdin --preserve-whitespace",
|
|
"intl:prune-local": "pnpm -w scripts i18n-icu-contract prune-local --scope apps/website"
|
|
},
|
|
"dependencies": {
|
|
"@modrinth/assets": "workspace:*",
|
|
"@modrinth/layouts": "workspace:*",
|
|
"@modrinth/ui": "workspace:*",
|
|
"intl-messageformat": "^10.7.7",
|
|
"lru-cache": "^11.2.4",
|
|
"nuxt": "^4.5.2",
|
|
"vue": "^3.5.41",
|
|
"vue-router": "^5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@formatjs/cli": "^6.2.12",
|
|
"@modrinth/tooling-config": "workspace:*",
|
|
"autoprefixer": "^10.5.4",
|
|
"postcss": "^8.5.26",
|
|
"tailwindcss": "^3.4.19",
|
|
"vite-tsconfig-paths": "^6.1.1"
|
|
}
|
|
}
|