Files
OpenList-Frontend/package.json
2022-08-12 22:42:39 +08:00

36 lines
898 B
JSON

{
"name": "alist-web",
"version": "0.0.0",
"description": "",
"scripts": {
"crowdin": "crowdin download",
"i18n": "pnpm crowdin -b main --verbose && node ./scripts/i18n.mjs",
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"license": "MIT",
"devDependencies": {
"@crowdin/cli": "^3.7.10",
"@types/node": "^18.6.3",
"typescript": "^4.7.4",
"vite": "^3.0.4",
"vite-plugin-solid": "^2.3.0"
},
"dependencies": {
"@hope-ui/solid": "0.6.2",
"@motionone/solid": "^10.13.1",
"@solid-primitives/i18n": "^1.1.0",
"@solid-primitives/storage": "^1.3.1",
"@stitches/core": "^1.2.8",
"axios": "^0.27.2",
"copy-to-clipboard": "^3.3.1",
"lightgallery": "^2.5.0",
"mitt": "^3.0.0",
"solid-icons": "^0.5.0",
"solid-js": "^1.4.8",
"solid-transition-group": "^0.0.10"
}
}