-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.16 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.16 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
{
"name": "microbial-scope-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/cssinjs": "^1.23.0",
"@ant-design/icons": "^5.6.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/system": "^7.0.2",
"antd": "^5.25.0",
"axios": "^1.9.0",
"canvg": "^4.0.3",
"d3": "^7.9.0",
"echarts": "^5.6.0",
"fuse.js": "^7.1.0",
"html2canvas": "^1.4.1",
"immer": "^10.1.1",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"molstar": "^4.18.0",
"next": "14.2.17",
"react": "^18",
"react-countup": "^6.5.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-intersection-observer": "^9.16.0",
"react-slick": "^0.31.0",
"react-syntax-highlighter": "^15.6.1",
"sass": "^1.89.2",
"slick-carousel": "^1.8.1",
"swr": "^2.3.3",
"uuid": "^11.1.0",
"zustand": "^5.0.6"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.17"
}
}