This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
107 lines (107 loc) · 3.39 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
{
"name": "tuupercove",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pages:build": "npx @cloudflare/next-on-pages"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.564.0",
"@aws-sdk/s3-request-presigner": "^3.564.0",
"@emotion/is-prop-valid": "^1.2.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/itim": "^5.0.19",
"@fontsource/kanit": "^5.0.19",
"@material/web": "^1.5.0",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@next/bundle-analyzer": "^14.1.4",
"@next/third-parties": "latest",
"@nextui-org/accordion": "^2.0.31",
"@nextui-org/autocomplete": "^2.0.15",
"@nextui-org/avatar": "^2.0.27",
"@nextui-org/badge": "^2.0.27",
"@nextui-org/breadcrumbs": "^2.0.7",
"@nextui-org/button": "^2.0.30",
"@nextui-org/calendar": "^2.0.3",
"@nextui-org/card": "^2.0.27",
"@nextui-org/checkbox": "^2.0.29",
"@nextui-org/chip": "^2.0.28",
"@nextui-org/code": "^2.0.27",
"@nextui-org/date-input": "^2.0.3",
"@nextui-org/date-picker": "^2.0.6",
"@nextui-org/divider": "^2.0.27",
"@nextui-org/dropdown": "^2.1.20",
"@nextui-org/image": "^2.0.27",
"@nextui-org/input": "^2.1.20",
"@nextui-org/kbd": "^2.0.28",
"@nextui-org/link": "^2.0.29",
"@nextui-org/listbox": "^2.1.19",
"@nextui-org/menu": "^2.0.21",
"@nextui-org/modal": "^2.0.33",
"@nextui-org/navbar": "^2.0.30",
"@nextui-org/pagination": "^2.0.30",
"@nextui-org/popover": "^2.1.20",
"@nextui-org/progress": "^2.0.28",
"@nextui-org/radio": "^2.0.28",
"@nextui-org/react": "^2.2.10",
"@nextui-org/ripple": "^2.0.27",
"@nextui-org/scroll-shadow": "^2.1.16",
"@nextui-org/select": "^2.1.26",
"@nextui-org/skeleton": "^2.0.27",
"@nextui-org/slider": "^2.2.9",
"@nextui-org/snippet": "^2.0.34",
"@nextui-org/spacer": "^2.0.27",
"@nextui-org/spinner": "^2.0.28",
"@nextui-org/switch": "^2.0.28",
"@nextui-org/system": "^2.1.1",
"@nextui-org/table": "^2.0.32",
"@nextui-org/tabs": "^2.0.29",
"@nextui-org/theme": "^2.2.1",
"@nextui-org/tooltip": "^2.0.33",
"@nextui-org/user": "^2.0.28",
"@rollup/plugin-node-resolve": "^15.2.3",
"@vercel/edge-config": "^1.1.0",
"clsx": "^2.1.1",
"embla-carousel-autoplay": "^8.0.2",
"embla-carousel-react": "^8.0.2",
"framer-motion": "^11.0.25",
"gsap": "^3.12.5",
"i18next": "^23.11.1",
"next": "latest",
"next-i18next": "^15.2.0",
"next-maintenance-mode": "^1.1.0",
"next-themes": "^0.3.0",
"oembed-providers": "https://github.com/iamcal/oembed",
"picocolors": "^1.0.0",
"react": "latest",
"react-dom": "latest",
"react-hot-toast": "^2.4.1",
"react-i18next": "^14.1.0",
"react-redux": "^9.1.0",
"redux": "^5.0.1",
"redux-toolkit": "^1.1.2",
"rollup": "^4.18.0",
"sweetalert2": "^11.10.7"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.11.3",
"@next/eslint-plugin-next": "^14.2.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}