-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 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
57
58
59
60
61
{
"name": "darktheater-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 4200",
"build": "next build",
"start": "next start -p 4200",
"lint": "next lint"
},
"dependencies": {
"@darkvi/core": "^0.3.3",
"@darkvi/hls": "^0.3.3",
"@darkvi/react-ui": "^0.3.3",
"@ducanh2912/next-pwa": "^8.0.0",
"@hookform/resolvers": "^2.9.11",
"@vercel/analytics": "^0.1.11",
"clsx": "^1.2.1",
"cookies-next": "^2.1.1",
"dayjs": "^1.11.7",
"hls.js": "^1.3.5",
"jwt-decode": "^3.1.2",
"next": "13.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.2",
"react-infinite-scroll-component": "^6.1.0",
"react-modal": "^3.16.1",
"react-query": "^3.39.3",
"server-only": "^0.0.1",
"sharp": "^0.32.0",
"sonner": "^0.1.1",
"swiper": "^9.1.0",
"url-join": "^5.0.0",
"yup": "^1.0.2",
"zustand": "^4.3.7"
},
"devDependencies": {
"@types/node": "^18.14.1",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-modal": "^3.13.1",
"@types/url-join": "^4.0.1",
"@types/yup": "^0.32.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"eslint": "8.34.0",
"eslint-config-next": "13.2.1",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.21",
"postcss-html": "^1.5.0",
"prettier": "^2.8.4",
"sass": "^1.58.3",
"stylelint": "^15.2.0",
"stylelint-config-recommended-scss": "^9.0.1",
"stylelint-config-standard": "^30.0.1",
"typescript": "^4.9.5"
}
}