vue-star-plus
Version:
Plus version of vue-star component
63 lines • 1.49 kB
JSON
{
"name": "vue-star-plus",
"version": "3.2.0",
"description": "Plus version of vue-star component",
"author": "savoygu",
"prettier": "@savoygu/prettier-config",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:savoygu/vue-star-plus.git"
},
"bugs": {
"url": "https://github.com/savoygu/vue-star-plus/issues"
},
"keywords": [
"vue-star",
"vue-star-plus"
],
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
},
"./style.css": {
"import": "./dist/style.css",
"require": "./dist/style.css"
},
"./package.json": {
"import": "./package.json",
"require": "./package.json"
}
},
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"files": [
"dist",
"types"
],
"typings": "./dist/index.d.ts",
"peerDependencies": {
"vue": "^3.2.25"
},
"devDependencies": {
"@antfu/eslint-config": "^0.40.2",
"@savoygu/prettier-config": "^0.3.5",
"@vitejs/plugin-vue": "^2.3.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"eslint": "^8.46.0",
"sass": "^1.52.1",
"sass-bem-next": "^3.1.0",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vite-plugin-dts": "^1.2.0",
"vue": "^3.2.25",
"vue-tsc": "^0.34.7"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"lint": "eslint --ext .ts,.vue src/ --fix",
"preview": "vite preview"
}
}