-
Notifications
You must be signed in to change notification settings - Fork 285
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.7 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 3.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "cloudreve-frontend",
"private": true,
"version": "4.0.0-next",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build-prod": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepare": "husky"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@excalidraw/excalidraw": "^0.18.0",
"@fontsource/roboto": "^5.0.8",
"@giscus/react": "^3.1.0",
"@iconify/react": "^6.0.0",
"@marsidev/react-turnstile": "^1.1.0",
"@mdxeditor/editor": "^3.39.0",
"@mui/icons-material": "^6.0.0",
"@mui/lab": "^6.0.0-beta.30",
"@mui/material": "^6.4.6",
"@mui/x-date-pickers": "^6.20.2",
"@mui/x-tree-view": "^6.17.0",
"@reduxjs/toolkit": "^2.0.1",
"@types/path-browserify": "^1.0.2",
"@types/streamsaver": "^2.0.4",
"@uiw/color-convert": "^2.1.1",
"@uiw/react-color-sketch": "^2.1.1",
"artplayer": "5.2.2",
"artplayer-plugin-chapter": "^1.0.0",
"artplayer-plugin-hls-control": "^1.0.1",
"axios": "^1.12.2",
"dayjs": "^1.11.10",
"fuse.js": "^7.0.0",
"heic-to": "^1.1.14",
"hls.js": "^1.6.2",
"i18next": "^23.7.11",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-chained-backend": "^4.6.2",
"i18next-http-backend": "^2.4.2",
"i18next-localstorage-backend": "^4.2.0",
"leaflet": "^1.9.4",
"livephotoskit": "^1.5.6",
"lodash": "^4.17.21",
"mapbox-gl": "^3.15.0",
"material-ui-popup-state": "^5.0.10",
"monaco-editor": "^0.49.0",
"mpegts.js": "^1.8.0",
"mui-one-time-password-input": "^2.0.1",
"notistack": "^3.0.1",
"nuqs": "^2.3.1",
"path-browserify": "^1.0.1",
"pdfjs-dist": "4.10.38",
"qrcode.react": "^4.1.0",
"react": "^18.2.0",
"react-animate-height": "^3.2.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-filerobot-image-editor": "^4.8.1",
"react-google-recaptcha": "^3.1.0",
"react-highlight-words": "^0.20.0",
"react-hotkeys-hook": "^4.5.1",
"react-i18next": "^14.0.0",
"react-image-crop": "^11.0.7",
"react-intersection-observer": "^9.5.3",
"react-konva": "^18.2.10",
"react-leaflet": "^4.2.1",
"react-reader": "^2.0.10",
"react-redux": "^9.0.4",
"react-router-dom": "^6.21.0",
"react-transition-group": "^4.4.5",
"react-virtuoso": "^4.10.4",
"recharts": "^2.15.1",
"redux": "^5.0.0",
"streamsaver": "^2.0.6",
"styled-components": "^6.1.11",
"timeago-react": "^3.0.6"
},
"devDependencies": {
"@types/leaflet": "^1.9.12",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.5",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/webappsec-credential-management": "^0.6.9",
"@types/wicg-file-system-access": "^2023.10.5",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.29.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"globals": "^16.2.0",
"husky": "^9.1.7",
"less": "^4.2.0",
"lint-staged": "^16.1.2",
"prettier": "3.1.1",
"typescript": "^5.2.2",
"typescript-eslint": "^8.34.1",
"vite": "5.4.6",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-static-copy": "^2.2.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --write"
]
}
}