-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
49 lines (49 loc) · 1.03 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
{
"name": "vnodes",
"version": "2.0.0",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"pages": "vite build && rm -rf docs && mv dist docs && git add . && git commit -m pages && git push",
"start": "npm run dev"
},
"license": "MIT",
"repository": "github:txlabs/vnodes",
"author": {
"name": "txlabs",
"email": "[email protected]"
},
"keywords": [
"vue",
"graph",
"nodes",
"diagram",
"dag",
"visualization",
"tree",
"visual tools",
"svg",
"flowchart"
],
"dependencies": {
"d3-dag": "^0.2.6",
"d3-flextree": "^2.1.2",
"tiny-emitter": "^2.1.0"
},
"devDependencies": {
"@codemirror/lang-css": "^6.0.2",
"@vitejs/plugin-vue": "^4.0.0",
"css-parse": "^2.0.0",
"javascript-stringify": "^1.6.0",
"pretty": "^2.0.0",
"stats.js": "^0.17.0",
"vite": "^4.1.4",
"vue": "^3.2.47",
"vue-codemirror": "^6.1.1",
"vue-template-compiler": "^2.6.10"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}