You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

37 lines
770 B

{
"name": "princess-ui",
"version": "0.0.8-beta.17",
"description": "a vue3 ui, just for personal use",
"scripts": {
"build": "tsc ./PrincessResolver.ts --skipLibCheck --esModuleInterop"
},
"files": [
"lib",
"components.d.ts",
"theme-chalk",
"PrincessResolver.ts",
"PrincessResolver.js",
"README.md"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [],
"author": "noderun",
"repository": {
"url": "http://git.xieyaxin.top/NIU-UI/princess-ui.git"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead",
"not IE 11"
],
"peerDependencies": {
"vue": ">=3.2.0 <4.0.0"
},
"dependencies": {
"vue": ">=3.2.0 <4.0.0"
},
"license": "ISC"
}