## [1.8.2](https://github.com/HuLaSpark/HuLa-Website/compare/v1.8.1...v1.8.2) (2025-11-14) ### Bug Fixes * **windows:** 🐛 fix windows download link splicing error ([b55fbff](b55fbffe1a))
73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"name": "hula-nuxt",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "1.8.2",
|
|
"engines": {
|
|
"node": ">=18.12.0",
|
|
"pnpm": ">=8.10.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,vue,ts,tsx,json}": [
|
|
"prettier . --write",
|
|
"eslint ./"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev --open",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"commit": "git add . && git-cz",
|
|
"preinstall": "pnpm dlx only-allow pnpm",
|
|
"postinstall": "nuxt prepare",
|
|
"semantic-release": "semantic-release",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui --coverage.enabled=true",
|
|
"coverage": "pnpm dlx vitest run --coverage"
|
|
},
|
|
"dependencies": {
|
|
"@iconify-json/solar": "^1.2.1",
|
|
"@nuxt/image": "^1.8.1",
|
|
"@nuxt/ui": "^2.18.6",
|
|
"nuxt": "^3.14.159",
|
|
"vue": "^3.5.12",
|
|
"vue-router": "^4.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^19.3.0",
|
|
"@commitlint/config-conventional": "^19.2.2",
|
|
"@nuxt/test-utils": "^3.14.4",
|
|
"@semantic-release/changelog": "^6.0.3",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@typescript-eslint/eslint-plugin": "7.1.0",
|
|
"@typescript-eslint/parser": "^7.15.0",
|
|
"@vitest/coverage-v8": "^2.1.4",
|
|
"@vitest/ui": "^2.1.4",
|
|
"@vue/test-utils": "^2.4.6",
|
|
"commitizen": "^4.3.0",
|
|
"cz-git": "^1.9.3",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-vue": "^9.27.0",
|
|
"happy-dom": "^15.11.0",
|
|
"lint-staged": "^15.2.10",
|
|
"only-allow": "^1.2.1",
|
|
"playwright-core": "^1.48.2",
|
|
"prettier": "^3.3.3",
|
|
"sass": "^1.82.0",
|
|
"semantic-release": "^24.2.0",
|
|
"tailwindcss": "^3.4.16",
|
|
"typescript": "^5.7.2",
|
|
"vitest": "^2.1.4",
|
|
"vitest-environment-nuxt": "^1.0.1"
|
|
},
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "node_modules/cz-git"
|
|
}
|
|
}
|
|
}
|