vue-star-rate
Version:
a vue star rating component for mobile
40 lines (39 loc) • 922 B
JSON
{
"name": "vue-star-rate",
"version": "1.2.0",
"description": "a vue star rating component for mobile",
"main": "dist/star-rating.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"keywords": [
"vue",
"star rating",
"star",
"rate",
"mobile"
],
"repository": {
"type": "git",
"url": "git+https://github.com/weenta/vue-star-rate"
},
"author": "weenta",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"vue": "^2.6.10",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.2",
"url-loader": "^1.1.2",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
}
}