-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.42 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
{
"name": "minecentral-frontend",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "serve -l 3000 ./dist",
"dev": "vite",
"build": "node ./postinstall.js && vite build",
"preview": "vite preview",
"postinstall": "node ./postinstall.js"
},
"dependencies": {
"@hookform/resolvers": "^3.4.0",
"@radix-ui/react-checkbox": "^1.1.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.0.7",
"@tinymce/tinymce-react": "^5.1.1",
"@types/mime-types": "^2.1.4",
"@types/react-color": "^3.0.12",
"axios": "^1.6.8",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"js-file-download": "^0.4.12",
"jwt-decode": "^3.1.2",
"lucide-react": "^0.378.0",
"mime-types": "^2.1.35",
"minecentral-api": "^0.5.7",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.4",
"react-image-file-resizer": "^0.4.8",
"react-router-dom": "^6.23.1",
"sonner": "^1.5.0",
"spiget-api": "^1.0.3",
"tailwind-extended-shadows": "^0.4.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"tinymce": "^7.2.0"
},
"devDependencies": {
"@eslint/compat": "^1.0.1",
"@types/node": "^20.12.12",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"globals": "^15.3.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"typescript-eslint": "^7.9.0",
"vite": "^5.2.0",
"vite-plugin-pwa": "^0.20.0"
},
"overrides": {
"typescript": "^5.2.2"
},
"react-dotenv": {
"whitelist": [
"API_URL"
]
},
"proxy": "http://localhost:3001"
}