UNPKG

vue-simple

Version:

Use Vue in the simplest and easiest way, contain more than one of plugins and other to do that, i hope you will like it.

119 lines (118 loc) 3.49 kB
{ "name": "vue-simple", "version": "1.2.15", "description": "Use Vue in the simplest and easiest way, contain more than one of plugins and other to do that, i hope you will like it.", "main": "./lib/index.js", "scripts": { "dev": "cross-env NODE_ENV=development webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", "start": "npm run dev", "lint": "eslint --ext .js,.vue src", "build": "cross-env NODE_ENV=production node build/build.js", "lib": "cross-env NODE_ENV=production node build/build-lib.js", "pub": "rimraf lib && gulp && npm publish" }, "author": "aosnow@yeah.net(The silver box technology Co. Ltd.)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/aosnow/vue-simple" }, "bugs": { "url": "https://github.com/aosnow/vue-simple/issues" }, "files": [ "lib", "packages", "types" ], "keywords": [ "vue utils", "vue simple", "axios", "vue plugins", "vuex plugins", "interceptor", "persisted state" ], "typings": "types/index.d.ts", "sideEffects": false, "dependencies": { "axios": "^0.18.0", "cropperjs": "^1.4.0", "deepmerge": "^2.1.0", "vue": "^2.5.16", "vue-router": "^3.0.1", "vuex": "^3.0.1" }, "devDependencies": { "@types/node": "^9.6.6", "@types/shelljs": "^0.7.8", "@types/webpack": "^4.1.3", "autoprefixer": "^8.3.0", "babel-core": "^6.26.0", "babel-eslint": "^8.2.3", "babel-helper-vue-jsx-merge-props": "^2.0.3", "babel-loader": "^7.1.4", "babel-plugin-component": "^1.1.0", "babel-plugin-syntax-jsx": "^6.18.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-plugin-transform-vue-jsx": "^3.7.0", "babel-preset-env": "^1.6.1", "babel-preset-stage-2": "^6.24.1", "chalk": "^2.4.0", "compression-webpack-plugin": "^1.1.11", "copy-webpack-plugin": "^4.5.1", "cross-env": "^5.1.4", "css-loader": "^0.28.11", "eslint": "^4.19.1", "eslint-config-airbnb-base": "^12.1.0", "eslint-friendly-formatter": "^4.0.1", "eslint-import-resolver-webpack": "^0.9.0", "eslint-loader": "^2.0.0", "eslint-plugin-import": "^2.11.0", "eslint-plugin-vue": "^4.5.0", "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^1.1.11", "friendly-errors-webpack-plugin": "^1.7.0", "gulp": "^3.9.1", "gulp-babel": "^7.0.1", "gulp-clean": "^0.4.0", "html-webpack-plugin": "^3.2.0", "less": "^3.0.2", "less-loader": "^4.1.0", "mini-css-extract-plugin": "^0.4.0", "node-notifier": "^5.2.1", "optimize-css-assets-webpack-plugin": "^4.0.0", "ora": "^2.0.0", "portfinder": "^1.0.13", "postcss-import": "^11.1.0", "postcss-loader": "^2.1.4", "postcss-svgo": "^2.1.6", "postcss-url": "^7.3.2", "rimraf": "^2.6.2", "semver": "^5.5.0", "shelljs": "^0.8.1", "shvl": "^1.3.1", "tern": "^0.21.0", "uglifyjs-webpack-plugin": "^1.2.5", "url-loader": "^1.0.1", "vue-loader": "^14.2.2", "vue-style-loader": "^4.1.0", "vue-template-compiler": "^2.5.16", "webpack": "^4.6.0", "webpack-bundle-analyzer": "^2.11.1", "webpack-cli": "^2.0.15", "webpack-dev-server": "^3.1.3", "webpack-merge": "^4.1.2", "webpack-node-externals": "^1.7.2" }, "engines": { "node": ">=8.9.4", "npm": ">= 5.0.0" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 8" ] }