-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.11 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.11 KB
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
{
"name": "epsilora",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --config src/eslint.config.js",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@google/generative-ai": "^0.22.0",
"@heroicons/react": "^2.2.0",
"@mui/icons-material": "^6.1.10",
"@mui/material": "^6.1.10",
"@nivo/bar": "^0.88.0",
"@nivo/core": "^0.88.0",
"@nivo/heatmap": "^0.88.0",
"@nivo/line": "^0.88.0",
"@nivo/pie": "^0.88.0",
"@nivo/radar": "^0.88.0",
"@tremor/react": "^3.18.6",
"@types/react-syntax-highlighter": "^15.5.13",
"axios": "^1.7.9",
"chart.js": "^4.4.7",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cors": "^2.8.5",
"d3": "^7.8.5",
"date-fns": "^3.6.0",
"dotenv": "^16.4.7",
"formik": "^2.4.6",
"framer-motion": "^11.13.1",
"lucide-react": "^0.344.0",
"mdast-util-to-markdown": "^2.1.2",
"mongodb": "^6.3.0",
"mongoose": "^8.2.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-circular-progressbar": "^2.1.0",
"react-countup": "^6.5.3",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10",
"react-grid-layout": "^1.5.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.4.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.22.3",
"react-syntax-highlighter": "^15.6.1",
"recharts": "^2.14.1",
"remark-gfm": "^4.0.0",
"tailwind-merge": "3.0.2",
"yup": "^1.6.1",
"zwitch": "^2.0.4"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@types/node": "^22.13.10",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.18",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.3",
"typescript-eslint": "^8.3.0",
"vite": "^5.4.11"
}
}