-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.38 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.38 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
{
"name": "smartpot-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^6.1.1",
"@emotion/styled": "^11.13.0",
"@mui/material": "^7.3.9",
"antd": "^6.3.5",
"assert": "^2.1.0",
"axios": "^1.14.0",
"buffer": "^6.0.3",
"date-fns": "^4.1.0",
"plotly.js": "^2.35.3",
"plotly.js-dist-min": "^2.35.3",
"react": "^19.2.4",
"react-date-range": "^2.0.1",
"react-dom": "^19.2.3",
"react-plotly.js": "^2.6.0",
"react-router-dom": "^7.13.2",
"react-tailwindcss-datepicker": "^2.0.0",
"stream-browserify": "^3.0.0"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@tailwindcss/postcss": "^4.2.2",
"@types/d3": "^7.4.3",
"@types/plotly.js": "^2.35.14",
"@types/react": "^19.2.9",
"@types/react-date-range": "^1.4.9",
"@types/react-dom": "^19.2.3",
"@types/react-plotly.js": "^2.6.4",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.27",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.0",
"vite": "^8.0.3"
}
}