-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
108 lines (108 loc) · 3.08 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
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
{
"name": "animeonline",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"dev:ts": "yarn dev && yarn ts:watch",
"ts": "tsc --noEmit --incremental",
"ts:watch": "yarn ts --watch",
"postbuild": "next-sitemap"
},
"dependencies": {
"@popperjs/core": "^2.10.2",
"@supabase/auth-helpers-nextjs": "^0.2.0",
"@supabase/auth-helpers-react": "^0.2.0",
"@supabase/supabase-js": "^1.29.1",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tiptap/extension-character-count": "^2.0.3",
"@tiptap/extension-image": "^2.0.4",
"@tiptap/extension-mention": "^2.0.0-beta.102",
"@tiptap/extension-placeholder": "^2.0.0-beta.53",
"@tiptap/extension-underline": "^2.0.0-beta.25",
"@tiptap/pm": "^2.0.3",
"@tiptap/react": "^2.0.0-beta.114",
"@tiptap/starter-kit": "^2.0.0-beta.191",
"add": "^2.0.6",
"axios": "^0.23.0",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"framer-motion": "6",
"googleapis": "^118.0.0",
"i18next-chained-backend": "^3.0.2",
"i18next-http-backend": "^1.4.0",
"i18next-localstorage-backend": "^3.1.3",
"ioredis": "^5.4.1",
"is-hotkey": "^0.2.0",
"libass-wasm": "^4.0.0",
"memory-cache": "^0.2.0",
"mime": "^3.0.0",
"nanoid": "^4.0.2",
"netplayer": "^1.4.9",
"next": "^12.0.9",
"next-i18next": "^11.0.0",
"next-pwa": "^5.4.4",
"next-sitemap": "^3.1.16",
"nookies": "^2.5.2",
"nprogress": "^0.2.0",
"object-hash": "^3.0.0",
"peerjs": "^1.4.6",
"react": "17.0.2",
"react-all-player": "^2.0.8",
"react-device-detect": "^2.1.2",
"react-dom": "17.0.2",
"react-error-boundary": "^3.1.4",
"react-files-uploading": "^1.0.2",
"react-hook-form": "^7.18.0",
"react-icons": "^4.3.1",
"react-images-uploading": "^3.1.3",
"react-popper": "^2.2.5",
"react-query": "^3.27.0",
"react-select": "^5.2.1",
"react-table": "^7.8.0",
"react-tabs": "^3.2.3",
"react-toastify": "^8.1.0",
"react-youtube": "^7.14.0",
"redis": "^4.5.0",
"socket.io-client": "^4.5.1",
"swiper": "6",
"traverse": "^0.6.6",
"url-toolkit": "^2.2.5",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@tailwindcss/typography": "^0.5.9",
"@types/audioworklet": "^0.0.29",
"@types/formidable": "^2.0.5",
"@types/jsdom": "^16.2.13",
"@types/jsoneditor": "^9.5.1",
"@types/mime": "^2.0.3",
"@types/node": "^16.10.1",
"@types/react": "^17.0.24",
"@types/react-table": "^7.7.9",
"@types/react-tabs": "^2.3.3",
"autoprefixer": "^10.4.4",
"babel-loader": "^8.2.3",
"eslint": "<8.0.0",
"eslint-config-next": "12.0.1",
"fork-ts-checker-webpack-plugin": "^6.5.0",
"postcss": "^8.4.12",
"postcss-import": "^14.0.2",
"tailwind": "^4.0.0",
"tailwindcss": "^3.1.8",
"typescript": "^4.4.3"
},
"config": {
"commitizen": {
"path": "git-cz"
}
},
"engines": {
"node": ">=0.7.0 <20.16.0"
}
}