-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
47 lines (47 loc) · 1.47 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
{
"private": true,
"engines": {
"node": "~18 || ~20",
"npm": "~9 || ~10"
},
"scripts": {
"test": "dotnet fable watch ./src/Components/Components.fsproj --lang ts -e tsx -o ./tests/Components/output --run vitest -r ./tests/Components",
"pretest:run": "dotnet fable ./src/Components/Components.fsproj --lang ts -e tsx -o ./tests/Components/output --noCache",
"test:run": "vitest run -r ./tests/Components"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/node": "^20.10.3",
"@types/react": "^18.3.12",
"@types/testing-library__react": "^10.0.1",
"@vitejs/plugin-basic-ssl": "^1.0.2",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"daisyui": "^4.12.14",
"jsdom": "^25.0.1",
"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",
"vitest": "^2.1.5"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@nfdi4plants/exceljs": "^0.3.0",
"@tailwindcss/container-queries": "^0.1.1",
"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"
}
}