-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 891 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 891 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
31
32
{
"name": "dependency-graph",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"gen-presets": "ts-node cli.ts --type local --path docs/example/pom.xml --name local"
},
"dependencies": {
"@antv/g6": "^4.8.21",
"@gitbeaker/rest": "^39.10.3",
"@telekom/scale-components": "^3.0.0-beta.137",
"vue": "^3.3.4"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.0",
"@types/node": "^18.17.0",
"@types/xmldom": "^0.1.32",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/tsconfig": "^0.4.0",
"npm-run-all": "^4.1.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"vite": "^4.4.6",
"vue-tsc": "^1.8.6",
"xmldom": "^0.6.0"
}
}