-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.67 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
{
"name": "maddons-manager",
"private": true,
"version": "0.1.9",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@heroui/react": "2.7.4",
"@heroui/use-infinite-scroll": "2.2.3",
"@heroui/use-theme": "2.1.2",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.69.0",
"framer-motion": "^12.6.0",
"github-markdown-css": "^5.8.1",
"highlight.js": "^11.11.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^9.1.0",
"react-router-dom": "^7.4.0",
"react-toastify": "^11.0.5",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"tailwind-scrollbar": "^4.0.1",
"tailwind-variants": "^0.3.1",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"@eslint/js": "^9.23.0",
"@tanstack/eslint-plugin-query": "^5.68.0",
"@types/node": "^22.13.13",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react-swc": "^3.8.1",
"autoprefixer": "^10.4.21",
"eslint": "^9.23.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.8.2",
"typescript-eslint": "^8.28.0",
"vite": "^6.2.3"
}
}