-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.39 KB
/
package.json
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
{
"name": "synbiosuite",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/cache": "^11.9.3",
"@emotion/react": "^11.9.3",
"@honkhonk/vite-plugin-svgr": "^1.1.0",
"@mantine/core": "^5.0.0",
"@mantine/form": "^5.0.0",
"@mantine/hooks": "^5.0.0",
"@mantine/notifications": "^5.0.0",
"@reduxjs/toolkit": "^1.8.3",
"@visx/glyph": "^2.10.0",
"@visx/legend": "^2.10.0",
"@visx/scale": "^2.2.2",
"@visx/xychart": "^2.11.1",
"browser-downloads": "^0.2.0",
"buffer": "^6.0.3",
"exceljs": "^4.3.0",
"javascript-time-ago": "^2.5.7",
"react": "^18.2.0",
"react-component-export-image": "^1.0.6",
"react-dom": "^18.0.0",
"react-icons": "^4.4.0",
"react-redux": "^8.0.2",
"react-smart-tabs": "^0.3.2",
"react-time-ago": "^7.2.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@redux-devtools/core": "^3.13.1",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"babel-loader": "^8.2.5",
"vite": "^2.9.9"
},
"engines": {
"node": ">16",
"npm": ">=8"
}
}