-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
65 lines (65 loc) · 1.84 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
{
"name": "nextflux",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@heroui/react": "^2.7.5",
"@icons-pack/react-simple-icons": "^11.2.0",
"@nanostores/persistent": "^0.10.2",
"@nanostores/react": "^0.8.4",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-slot": "^1.1.1",
"@tailwindcss/typography": "^0.5.16",
"@vidstack/react": "^1.12.12",
"axios": "^1.7.9",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.1",
"dayjs": "^1.11.13",
"dexie": "^4.0.11",
"dexie-react-hooks": "^1.1.7",
"framer-motion": "^12.4.4",
"html-react-parser": "^5.2.2",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.2",
"lodash": "^4.17.21",
"lucide-react": "^0.477.0",
"media-icons": "^1.1.5",
"nanostores": "^0.11.3",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.4.0",
"react-photo-view": "^1.2.7",
"react-router": "^7.0.2",
"react-router-dom": "^7.0.2",
"react-virtuoso": "^4.12.3",
"shiki": "^1.26.2",
"simple-icons": "^14.7.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-safe-area": "^0.6.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/node": "^22.10.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.21",
"eslint": "^9.15.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"vite": "^6.0.7"
}
}