-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"private": true,
"type": "module",
"version": "1.0.5",
"scripts": {
"dev-mini": "vite --port 3000",
"dev": "concurrently \"npm run dev-mini\" \"webxdc-dev run http://localhost:3000\"",
"format": "prettier --write .",
"check": "prettier --check .",
"build": "vite build"
},
"devDependencies": {
"@types/luxon": "^3.4.2",
"@types/react": "^18.2.78",
"@types/react-dom": "^18.2.25",
"concurrently": "^8.1.0",
"prettier": "^3.0.3",
"vite": "^5.4.11",
"webxdc-dev": "^0.17.0"
},
"dependencies": {
"@heroicons/react": "^2.1.3",
"@msgpack/msgpack": "3.0.0-beta2",
"@types/cytoscape": "^3.21.0",
"@types/react-cytoscapejs": "^1.2.5",
"@webxdc/types": "^2.0.0",
"@webxdc/vite-plugins": "^1.0.0",
"consistent-color-generation": "github:jsxc/consistent-color-generation",
"cytoscape": "^3.28.1",
"hsluv": "^1.0.1",
"jotai": "^2.8.0",
"luxon": "^3.5.0",
"react": "^18.2.0",
"react-cytoscapejs": "^2.0.0",
"react-dom": "^18.2.0",
"zustand": "^4.5.2"
}
}