-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
39
40
{
"name": "@zenuml/editor",
"version": "1.3.3",
"description": "Editor and playground for ZenUML",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"test": "echo \"Warning: test to be added\" && exit 0",
"build": "vite build",
"build-types": "vue-tsc -p tsconfig.build.json && api-extractor run -c api-extractor.json && rimraf dist/src",
"prepublishOnly": "npm run build && npm run build-types"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZenUml/zenuml-editor.git"
},
"author": "MrCoder",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZenUml/zenuml-editor/issues"
},
"homepage": "https://github.com/ZenUml/zenuml-editor#readme",
"devDependencies": {
"@types/codemirror": "^5.60.2",
"@types/node": "^16.11.12",
"@vitejs/plugin-vue": "^3.0.0",
"codemirror": "^5.62.3",
"typescript": "^4.5.4",
"vite": "^3.1.0",
"vue": "^3.2.39"
},
"peerDependencies": {
"vue": "^3.2.13"
},
"dependencies": {
"vue3-tabs-component": "^1.1.1"
}
}