-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.1 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
{
"name": "research-chart-lib",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"@nivo/core": "^0.87.0",
"@nivo/line": "^0.87.0",
"@techstark/opencv-js": "^4.9.0-release.3",
"async": "^3.2.5",
"async-csv": "^2.1.3",
"csv": "^6.3.9",
"csv-parse": "^5.5.6",
"csv-parser": "^3.0.0",
"d3": "^7.9.0",
"d3fc": "^15.2.12",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"fs": "^0.0.1-security",
"highcharts": "^11.4.3",
"highcharts-react-official": "^3.2.1",
"next": "14.2.4",
"opencv.js": "^1.2.1",
"packages": "^0.0.8",
"papaparse": "^5.4.1",
"plotly.js": "^2.34.0",
"react": "^18.3.1",
"react-dom": "^18",
"react-easy-crop": "^5.0.8",
"react-image-crop": "^11.0.6",
"react-plotly.js": "^2.6.0",
"recharts": "^2.12.7",
"xlsx": "^0.18.5"
}
}