-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 731 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 731 Bytes
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
{
"name": "map-of-github",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"start": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"dompurify": "^3.0.2",
"fuzzysort": "^1.2.0",
"maplibre-gl": "^2.4.0",
"marked": "^4.3.0",
"ngraph.events": "^1.2.2",
"ngraph.forcelayout": "^3.3.1",
"ngraph.fromdot": "^7.0.0",
"ngraph.graph": "^20.0.1",
"vue": "^3.2.47",
"w-gl": "^0.22.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"vite": "^4.1.4"
}
}