-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.06 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
{
"name": "crypto-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"start-node": "node ./redis/node-server.cjs",
"dev:both": "concurrently \"npm run start-node\" \"npm run dev\"",
"start-servers": "node ./start-servers.cjs",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@google/generative-ai": "^0.17.2",
"@nextui-org/modal": "^2.0.36",
"@nextui-org/react": "^2.2.9",
"@nextui-org/system": "^2.2.2",
"@nextui-org/theme": "^2.2.6",
"@nextui-org/use-infinite-scroll": "^2.1.3",
"@radix-ui/react-icons": "^1.3.0",
"@react-pdf/renderer": "^3.4.4",
"@react-stately/data": "^3.11.4",
"@upstash/redis": "^1.32.0",
"@vercel/kv": "^2.0.0",
"axios": "^1.7.2",
"clsx": "^2.1.0",
"cors": "^2.8.5",
"crypto-ui": "file:",
"dotenv": "^16.4.5",
"elkjs": "^0.9.3",
"eventsource": "^2.0.2",
"express": "^4.19.2",
"framer-motion": "^11.0.8",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"lucide-react": "^0.447.0",
"mini-svg-data-uri": "^1.4.4",
"react": "^18.2.0",
"react-content-loader": "^7.0.2",
"react-copy-to-clipboard": "^5.1.0",
"react-csv": "^2.2.2",
"react-dom": "^18.2.0",
"react-graph-vis": "^1.0.7",
"react-icons": "^5.2.1",
"react-json-to-csv": "^1.2.0",
"react-router-dom": "^6.22.2",
"react-share": "^5.1.0",
"react-spinners": "^0.13.8",
"react-tooltip": "^5.27.0",
"react-vis-network-graph": "^3.0.1",
"reactflow": "^11.11.3",
"recharts": "^2.12.7",
"redis": "^4.6.15",
"sonner": "^1.4.3",
"styled-components": "^6.1.13",
"tailwind-merge": "^2.2.1",
"tailwind-variants": "^0.2.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.18",
"concurrently": "^8.2.2",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vite": "^5.1.4"
}
}