forked from fossabot/miru-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.68 KB
/
package.json
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
{
"name": "miru",
"version": "2.0.0-Alpha.11",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@tanstack/react-query": "^4.0.5",
"@types/js-cookie": "^3.0.3",
"@types/node": "18.16.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"artplayer": "^5.0.0",
"artplayer-plugin-dash-quality": "^2.0.0",
"artplayer-plugin-hls-quality": "^2.0.0",
"clsx": "^1.2.1",
"csstype": "^3.0.10",
"dashjs": "^4.6.0",
"dexie": "^3.2.3",
"dexie-react-hooks": "^1.1.3",
"eslint": "8.39.0",
"flv.js": "^1.6.2",
"framer-motion": "^10.0.1",
"hls.js": "^1.3.5",
"i18next": "^22.4.14",
"i18next-resources-to-backend": "^1.1.3",
"js-base64": "^3.7.5",
"js-cookie": "^3.0.1",
"lucide-react": "^0.190.0",
"mobx": "^6.9.0",
"mobx-react-lite": "^3.4.3",
"next": "13.3.1",
"next-http-proxy-middleware": "^1.2.5",
"notistack": "^3.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^12.2.0",
"typescript": "4.9.5",
"umi-request": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
"eslint-config-next": "13.3.2",
"eslint-config-prettier": "^8.8.0",
"postcss": "^8.4.21",
"prettier": "2.8.8",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwind-scrollbar": "^3.0.0",
"tailwindcss": "^3.2.4"
}
}