-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.93 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
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "biodivine-sketchbook",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"test": "vitest"
},
"dependencies": {
"@floating-ui/dom": "^1.6.4",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@tauri-apps/api": "^1.5.6",
"@types/cytoscape": "^3.19.15",
"@types/cytoscape-dagre": "^2.3.3",
"@types/lodash-es": "^4.17.12",
"ace-builds": "^1.32.3",
"chai": "^5.1.2",
"cytoscape": "^3.27.0",
"cytoscape-dagre": "^2.5.0",
"cytoscape-dblclick": "^0.3.1",
"cytoscape-edgehandles": "^4.0.1",
"cytoscape-popper": "^2.0.0",
"dataclass": "^2.1.1",
"lit": "^3.1.3",
"lodash": "^4.17.21",
"mocha": "^10.8.2",
"selenium-webdriver": "^4.26.0",
"tabulator-tables": "^5.6.1",
"uikit": "^3.17.8",
"uikit-icons": "^0.5.0"
},
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@tauri-apps/cli": "^1.5.14",
"@types/ace": "^0.0.52",
"@types/cytoscape-edgehandles": "^4.0.3",
"@types/cytoscape-popper": "^2.0.4",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.19",
"@wcj/rollup-plugin-less": "^2.0.0",
"@types/tabulator-tables": "^5.5.10",
"@types/uikit": "^3.14.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vituum/vite-plugin-posthtml": "^1.0.0",
"eslint": "^8.55.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-lit": "^1.11.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-wc": "^2.0.4",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"typescript": "^4.9.5",
"vite": "^4.5.0",
"vite-plugin-top-level-await": "^1.4.1",
"vitest": "^2.1.5"
}
}