Files
OpenList-Frontend/package.json
renovate[bot] 04ae23e1f9 chore(deps): update pnpm to v9.15.9 (#60)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-07-10 14:18:07 +08:00

107 lines
3.2 KiB
JSON

{
"name": "@openlist-frontend/openlist-frontend",
"version": "4.0.8",
"author": {
"name": "The OpenList Projects Contributors",
"url": "https://github.com/OpenListTeam"
},
"description": "A new AList Fork to Anti Trust Crisis",
"packageManager": "pnpm@9.15.9",
"repository": {
"type": "git",
"url": "git+https://github.com/OpenListTeam/OpenList-Frontend.git"
},
"bugs": {
"url": "https://github.com/OpenListTeam/OpenList/issues"
},
"files": [
"dist"
],
"homepage": "https://openlist.team/",
"scripts": {
"crowdin:upload": "crowdin upload sources --auto-update",
"crowdin:download": "crowdin download --verbose",
"crowdin": "pnpm crowdin:upload && pnpm crowdin:download",
"i18n:build": "pnpm crowdin && node ./scripts/i18n.mjs",
"i18n:release": "pnpm run crowdin:download && node ./scripts/i18n.mjs",
"start": "vite",
"dev": "vite --force",
"build": "vite build",
"serve": "vite preview",
"prepare": "husky install",
"format": "prettier --ignore-path .gitignore -w \"src/**/*.{js,ts,json,css,tsx,jsx}\""
},
"license": "MIT",
"devDependencies": {
"@crowdin/cli": "^3.19.4",
"@hrgui/libass-wasm-ts": "^1.0.3",
"@types/bencode": "^2.0.4",
"@types/crypto-js": "^4.2.2",
"@types/mark.js": "^8.11.12",
"@types/node": "^20.19.0",
"@types/qrcode": "^1.5.5",
"@types/sha256": "^0.2.2",
"@types/streamsaver": "^2.0.5",
"@vitejs/plugin-legacy": "^4.1.1",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"prettier": "3.1.1",
"rollup-plugin-copy": "^3.5.0",
"terser": "^5.42.0",
"typescript": "^4.9.5",
"vite": "^4.5.14",
"vite-plugin-dynamic-base": "^0.4.9",
"vite-plugin-solid": "^2.11.6"
},
"dependencies": {
"@egjs/view360": "4.0.0-beta.7",
"@github/webauthn-json": "^2.1.1",
"@hope-ui/solid": "0.6.7",
"@monaco-editor/loader": "^1.5.0",
"@solid-primitives/i18n": "^1.4.1",
"@solid-primitives/keyboard": "^1.3.1",
"@solid-primitives/storage": "^1.3.11",
"@solidjs/router": "^0.9.1",
"@stitches/core": "^1.2.8",
"@types/ini": "^4.1.1",
"@viselect/vanilla": "^3.9.0",
"aplayer": "^1.10.1",
"artplayer": "^5.2.3",
"artplayer-plugin-danmuku": "^5.1.6",
"asciinema-player": "^3.10.0",
"axios": "^1.9.0",
"bencode": "^4.0.0",
"chardet": "^2.1.0",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"crypto-js": "^4.2.0",
"hash-wasm": "^4.12.0",
"hls.js": "^1.6.5",
"ini": "^5.0.0",
"just-once": "^2.2.0",
"libass-wasm": "^4.1.0",
"lightgallery": "^2.8.3",
"mark.js": "^8.11.1",
"mitt": "^3.0.1",
"mpegts.js": "^1.8.0",
"qrcode": "^1.5.4",
"rehype-katex": "^6.0.3",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"seemly": "^0.3.10",
"sha256": "^0.2.0",
"solid-contextmenu": "0.0.2",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.7",
"solid-markdown": "^1.2.2",
"solid-motionone": "^1.0.4",
"solid-transition-group": "^0.0.12",
"streamsaver": "^2.0.6",
"typescript-natural-sort": "^0.7.2"
},
"lint-staged": {
"**/*.{js,ts,css,tsx,jsx,md,html,yml,yaml}": "prettier --write"
}
}