mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:20:05 +08:00
24 lines
535 B
JSON
24 lines
535 B
JSON
{
|
|
"name": "plantuml-previewer",
|
|
"version": "1.0.0",
|
|
"description": "Plantuml Previewer",
|
|
"private": true,
|
|
"dependencies": {
|
|
"draggabilly": "^2.2.0",
|
|
"vue": "^2.5.16",
|
|
"wheel": "0.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"file-loader": "^1.1.11",
|
|
"node-sass": "^4.13.1",
|
|
"poi": "^12.10.3",
|
|
"sass-loader": "^7.0.1"
|
|
},
|
|
"scripts": {
|
|
"start": "poi --port 3233 src/index.js",
|
|
"build": "poi build src/index.js -d dist"
|
|
},
|
|
"author": "Weirong Xu <weirongxu.raidou@gmail.com>",
|
|
"license": "MIT"
|
|
}
|