-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
63 lines (63 loc) · 1.87 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
{
"name": "mwya-web",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start -p 7000",
"lint": "next lint"
},
"dependencies": {
"@discordjs/collection": "^2.1.1",
"@discordjs/rest": "^2.4.0",
"@nextui-org/react": "^2.6.8",
"@odiffey/discord-markdown": "^3.3.0",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"discord-api-types": "^0.37.112",
"framer-motion": "12.0.0-alpha.2",
"lucide-react": "^0.469.0",
"next": "15.1.2",
"next-client-cookies": "^2.0.0",
"postcss": "^8.4.49",
"react": "19.0.0",
"react-countup": "^6.5.3",
"react-dom": "19.0.0",
"react-icons": "^5.4.0",
"react-loading-icons": "^1.1.0",
"react-markdown": "9.0.1",
"react-query": "^3.39.3",
"recharts": "^2.15.0",
"rehype-raw": "^7.0.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"vaul": "^1.1.2",
"zustand": "^5.0.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.1.2",
"@octokit/types": "^13.6.2",
"@stylistic/eslint-plugin": "^2.12.1",
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.2",
"eslint-plugin-path-alias": "^2.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-compiler": "19.0.0-beta-df7b47d-20241124",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"typescript-eslint": "^8.18.1"
}
}