UNPKG

1.79 kBJSONView Raw
1{
2 "name": "alist-web",
3 "version": "2.1.2",
4 "author": {
5 "name": "Xhofe",
6 "email": "i@nn.ci",
7 "url": "https://www.nn.ci"
8 },
9 "scripts": {
10 "dev": "vite",
11 "build": "tsc && vite build",
12 "serve": "vite preview"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/alist-org/alist-web.git"
17 },
18 "bugs": {
19 "url": "https://github.com/Xhofe/alist/issues"
20 },
21 "files": [
22 "dist"
23 ],
24 "homepage": "https://alist-doc.nn.ci",
25 "dependencies": {
26 "@chakra-ui/icons": "^1.1.7",
27 "@chakra-ui/react": "^1.8.5",
28 "@chakra-ui/theme-tools": "^1.3.6",
29 "@choc-ui/paginator": "^3.4.0",
30 "@emotion/react": "^11.8.1",
31 "@emotion/styled": "^11.8.1",
32 "@xhofe/react-viewer": "^3.2.3",
33 "artplayer": "^4.3.1",
34 "axios": "^0.26.0",
35 "flv.js": "^1.6.2",
36 "framer-motion": "^5.5.6",
37 "hls.js": "^1.1.5",
38 "i18next": "^21.6.12",
39 "mitt": "^3.0.0",
40 "react": "^17.0.0",
41 "react-contexify": "^5.0.0",
42 "react-dom": "^17.0.0",
43 "react-i18next": "^11.15.5",
44 "react-icons": "^4.3.1",
45 "react-jinke-music-player": "^4.24.2",
46 "react-markdown": "^7.1.2",
47 "react-reader": "^0.20.6",
48 "react-router-dom": "^5.2.1",
49 "react-spinners": "^0.11.0",
50 "rehype-highlight": "^5.0.2",
51 "rehype-raw": "^6.1.1",
52 "remark-gfm": "^3.0.1",
53 "streamsaver": "^2.0.6",
54 "ts-md5": "^1.2.11"
55 },
56 "devDependencies": {
57 "@types/node": "^17.0.21",
58 "@types/react": "^17.0.39",
59 "@types/react-dom": "^17.0.11",
60 "@types/react-router-dom": "^5.1.8",
61 "@types/streamsaver": "^2.0.1",
62 "@vitejs/plugin-react-refresh": "^1.3.1",
63 "typescript": "^4.5.4",
64 "vite": "^2.7.10",
65 "vite-plugin-dynamic-publicpath": "^1.1.1",
66 "vite-plugin-rewrite-all": "^0.1.2"
67 }
68}