-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 790 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 790 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
{
"name": "vue-component-tree",
"version": "0.0.1",
"description": "A visual map of vue components' relationships",
"main": "experiment.js",
"repository": {
"type": "git",
"url": "https://github.com/Zapgram/connections"
},
"author": "",
"license": "",
"dependencies": {
"@babel/parser": "^7.13.13",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-typescript": "^7.13.0",
"babel-plugin-transform-typescript": "^7.0.0-alpha.19",
"babel-preset-typescript-vue": "^1.1.1",
"vis-network": "^9.0.4",
"vue-sfc-parser": "^0.1.2",
"yargs": "^16.2.0"
},
"devDependencies": {
"jest": "^26.6.3"
},
"scripts": {
"test": "jest"
}
}