-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.85 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.85 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
64
65
66
67
{
"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",
"@tauri-apps/api": "^2.9.1",
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-http": "^2.5.2",
"@tauri-apps/plugin-opener": "^2.5.0",
"@tauri-apps/plugin-shell": "^2.3.1",
"@tauri-apps/plugin-store": "^2.4.0",
"antd": "^5.19.0",
"autoprefixer": "^10.4.19",
"buffer": "^6.0.3",
"enzymeml": "github:EnzymeML/enzymeml-ts",
"framer-motion": "^11.5.4",
"katex": "^0.16.11",
"mathjs": "^13.0.3",
"mathlive": "^0.101.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-json-view-lite": "^1.4.0",
"react-latex-next": "^3.0.0",
"react-router-dom": "^6.24.1",
"react-syntax-highlighter": "^15.6.6",
"smiles-drawer": "github:reymond-group/smilesDrawer",
"tailwind-scrollbar-hide": "^1.1.7",
"util": "^0.12.5",
"vite-plugin-svgr": "^4.2.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@tailwindcss/forms": "^0.5.7",
"@tauri-apps/cli": "^2.9.6",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^9.36.0",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.4.0",
"jiti": "^2.6.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.40",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.4.7",
"typescript": "^5.2.2",
"typescript-eslint": "^8.44.1",
"vite": "^5.3.1",
"vite-plugin-node-polyfills": "^0.24.0"
},
"overrides": {
"glob": "^11.0.0",
"minimatch": "^10.2.1"
}
}