@yunser/ui-std
Version:
UI standard specification.
53 lines (52 loc) • 1.12 kB
JSON
{
"name": "@yunser/ui-std",
"version": "0.0.29",
"private": false,
"description": "UI standard specification.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Yunser",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yunser/ui-std"
},
"scripts": {
"build": "tsc",
"test": "mocha",
"link": "npm link @yunser/ui-std"
},
"dependencies": {
"css-gradient-angle-to-svg-gradient-coordinates": "^1.1.0",
"htmlparser2": "^7.1.1",
"moment": "^2.29.1",
"parse-svg-path": "^0.1.2",
"pdfmake": "^0.2.2",
"serialize-svg-path": "^0.1.0",
"svg-path-bounding-box": "^1.0.4",
"translate-svg-path": "^0.0.1",
"uid": "^2.0.0",
"xml": "^1.0.1"
},
"devDependencies": {
"@types/color": "^3.0.2",
"@types/mocha": "^9.0.0",
"@types/node": "^16.7.8",
"mocha": "^9.1.1",
"tslib": "^2.3.1",
"typescript": "^4.4.2"
},
"files": [
"/dist"
],
"keywords": [
"UI",
"STD-UI",
"mind",
"minder",
"mindmap",
"KityMinder",
"FreeMind",
"ProcessOn"
]
}