This repository has been archived by the owner on Nov 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
112 lines (112 loc) · 3.33 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
109
110
111
112
{
"name": "seanime",
"version": "0.4.0",
"author": "5rahim",
"scripts": {
"dev": "next dev --port=43200",
"init": "tsx scripts/init.ts",
"start": "node .next/standalone/server.js",
"build": "next build",
"codegen": "graphql-codegen --config codegen.ts",
"test": "vitest --ui"
},
"dependencies": {
"@ejnshtein/nyaasi": "^3.1.3",
"@googlemaps/js-api-loader": "^1.16.2",
"@graphql-codegen/cli": "^5.0.0",
"@headlessui/react": "^1.7.17",
"@headlessui/tailwindcss": "^0.2.0",
"@hookform/resolvers": "^3.3.2",
"@internationalized/date": "^3.5.0",
"@next/bundle-analyzer": "^14.0.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-icons/all-files": "^4.1.0",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query": "^5.0.5",
"@tanstack/react-table": "^8.10.7",
"@total-typescript/ts-reset": "^0.5.1",
"@types/node": "20.8.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@zag-js/combobox": "^0.15.0",
"@zag-js/number-input": "^0.15.0",
"@zag-js/radio-group": "^0.15.0",
"@zag-js/react": "^0.15.0",
"artplayer": "^5.0.9",
"artplayer-plugin-hls-quality": "^2.0.0",
"autoprefixer": "10.4.16",
"axios": "^1.6.0",
"bottleneck": "^2.19.5",
"bytes-iec": "^3.1.1",
"chalk": "^5.3.0",
"cheerio": "^1.0.0-rc.12",
"chokidar": "^3.5.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"collect.js": "^4.36.1",
"concurrently": "^8.2.2",
"date-fns": "^2.30.0",
"dinero.js": "^1.9.1",
"domelementtype": "^2.3.0",
"domhandler": "^5.0.3",
"execa": "^8.0.1",
"fs-extra": "^11.1.1",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"hls.js": "^1.4.12",
"inflection": "^3.0.0",
"install": "^0.13.0",
"jotai": "^2.5.0",
"jotai-cache": "^0.3.0",
"jotai-immer": "^0.2.0",
"jotai-optics": "^0.3.1",
"jotai-scope": "^0.4.0",
"js-levenshtein": "^1.1.6",
"lodash": "^4.17.21",
"memory-cache": "^0.2.0",
"needle": "^3.2.0",
"next": "^14.0.0",
"next-themes": "^0.2.1",
"ora": "^7.0.1",
"postcss": "8.4.31",
"react": "18.2.0",
"react-aria": "^3.29.1",
"react-colorful": "^5.6.1",
"react-dom": "18.2.0",
"react-hook-form": "^7.47.0",
"react-hot-toast": "^2.4.1",
"react-stately": "^3.27.1",
"react-use": "^17.4.0",
"recharts": "^2.9.0",
"tailwind-merge": "^1.14.0",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "3.3.5",
"tailwindcss-animate": "latest",
"tsx": "^3.14.0",
"typescript": "5.2.2",
"upath": "^2.0.1",
"use-debounce": "^9.0.4",
"zod": "^3.22.4"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "4.1.0",
"@types/dinero.js": "^1.9.2",
"@types/fs-extra": "^11.0.3",
"@types/google.maps": "^3.54.5",
"@types/js-levenshtein": "^1.1.2",
"@types/lodash": "^4.14.200",
"@types/memory-cache": "^0.2.4",
"@types/needle": "^3.2.2",
"@vitest/browser": "^0.34.6",
"@vitest/ui": "^0.34.6",
"encoding": "^0.1.13",
"vitest": "^0.34.6",
"webdriverio": "^8.20.4"
}
}