-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
50
51
52
{
"name": "enzymeml-dashboard",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@nivo/line": "^0.87.0",
"@rdkit/rdkit": "^2023.9.2-1.0.0",
"@tauri-apps/api": "^1",
"antd": "^5.19.0",
"better-react-mathjax": "^2.0.3",
"clsx": "^2.1.1",
"enzymeml": "file:../enzymeml-ts",
"framer-motion": "^11.5.4",
"highcharts": "^11.4.6",
"highcharts-react-official": "^3.2.1",
"katex": "^0.16.11",
"mathjs": "^13.0.3",
"mathlive": "^0.101.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^5.2.1",
"react-json-view-lite": "^1.4.0",
"react-latex-next": "^3.0.0",
"react-router-dom": "^6.24.1",
"react-use": "^17.5.1",
"smiles-drawer": "1.2.0",
"tailwind-scrollbar-hide": "^1.1.7",
"vite-plugin-svgr": "^4.2.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tauri-apps/cli": "^1",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}