-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.73 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.73 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
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@h5web/h5wasm": "^14.0.1",
"@h5web/lib": "^12.0.1",
"@headlessui/react": "^1.7.18",
"@headlessui/tailwindcss": "^0.2.0",
"@mui/material": "^7.3.5",
"@next/eslint-plugin-next": "^14.1.4",
"@react-three/fiber": "^8.17.9",
"@remixicon/react": "^4.2.0",
"@tremor/react": "^3.15.0",
"chart.js": "^4.4.2",
"chartjs-plugin-zoom": "^2.0.1",
"dom-to-image": "^2.6.0",
"dom-to-image-more": "^3.7.1",
"echarts": "^5.5.0",
"h5wasm": "^0.8.3",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"jsfive": "^0.3.14",
"ndarray": "^1.0.19",
"next": "^14.2.14",
"papaparse": "^5.4.1",
"plotly.js": "^2.31.1",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.2.1",
"react-plotly.js": "^2.6.0",
"react-range": "^1.10.0",
"react-rnd": "^10.5.2",
"react-use": "^17.5.0",
"sharp": "^0.34.3",
"sweetalert2": "^11.17.2",
"three": "^0.166.1"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/ndarray": "^1.0.14",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^15.3.5",
"eslint-plugin-react": "^7.34.1",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
}
}