-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1007 Bytes
/
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
{
"private": true,
"engines": {
"node": "~18 || ~20",
"npm": "~9 || ~10"
},
"scripts": {},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20.10.3",
"@vitejs/plugin-basic-ssl": "^1.0.2",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"mocha": "^10.8.2",
"office-addin-mock": "^2.4.6",
"postcss": "^8.4.39",
"remotedev": "^0.2.7",
"sass": "^1.69.5",
"tailwindcss": "^3.4.4",
"typescript": "^5.6.3",
"vite": "^5.0.5",
"vite-plugin-node-polyfills": "^0.22.0"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@nfdi4plants/exceljs": "^0.3.0",
"bulma": "^1.0.1",
"bulma-checkradio": "^2.1.3",
"bulma-slider": "^2.0.5",
"bulma-switch": "^2.0.4",
"cytoscape": "^3.27.0",
"isomorphic-fetch": "^3.0.0",
"jsonschema": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"use-sync-external-store": "^1.2.0"
}
}