@aimwhy/vue-function-api
Version:
Vue2 plugin for the function-based RFC
43 lines (42 loc) • 1.11 kB
JSON
{
"name": "@aimwhy/vue-function-api",
"version": "0.0.7",
"description": "Vue2 plugin for the function-based RFC",
"main": "dist/index.js",
"scripts": {
"build": "webpack",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/aimwhy/vue-function-api"
},
"author": "https://github.com/aimwhy",
"license": "MIT",
"bugs": {
"url": "https://github.com/aimwhy/vue-function-api/issues"
},
"homepage": "https://github.com/aimwhy/vue-function-api",
"keywords": [
"library",
"vue-function-api",
"es6"
],
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"babel-preset-minify": "^0.5.0",
"css-loader": "^3.0.0",
"file-loader": "^4.0.0",
"prettier": "^1.18.2",
"prettier-webpack-plugin": "^1.2.0",
"style-loader": "^0.23.1",
"url-loader": "^2.0.0",
"webpack": "^4.34.0",
"webpack-cli": "^3.3.4"
}
}