12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "name": "vue-reverse",
- "version": "1.0.37",
- "description": "Build component with data for Vue.",
- "private": true,
- "scripts": {
- "start": "node scripts/server.js",
- "build": "node scripts/build.js"
- },
- "dependencies": {
- "@babel/core": "^7.2.2",
- "@babel/plugin-syntax-dynamic-import": "^7.2.0",
- "@babel/plugin-transform-runtime": "^7.2.0",
- "@babel/preset-env": "^7.3.1",
- "@babel/runtime": "^7.3.1",
- "argv": "0.0.2",
- "axios": "^0.19.0",
- "babel-eslint": "^10.0.1",
- "babel-loader": "^8.0.5",
- "case-sensitive-paths-webpack-plugin": "^2.2.0",
- "chalk": "^2.4.2",
- "connect-history-api-fallback": "^1.6.0",
- "copy-webpack-plugin": "^5.0.3",
- "css-loader": "^2.1.0",
- "eslint": "^5.13.0",
- "eslint-config-standard": "^12.0.0",
- "eslint-friendly-formatter": "^4.0.1",
- "eslint-loader": "^2.1.2",
- "eslint-plugin-html": "^5.0.3",
- "eslint-plugin-import": "^2.16.0",
- "eslint-plugin-node": "^8.0.1",
- "eslint-plugin-promise": "^4.0.1",
- "eslint-plugin-standard": "^4.0.0",
- "express": "^4.16.4",
- "file-loader": "^3.0.1",
- "friendly-errors-webpack-plugin": "^1.7.0",
- "fs-extra": "^7.0.1",
- "html-webpack-plugin": "^3.2.0",
- "iview": "^3.2.2",
- "lodash": "^4.17.11",
- "mini-css-extract-plugin": "^0.5.0",
- "node-sass": "^4.12.0",
- "opn": "^5.4.0",
- "optimize-css-assets-webpack-plugin": "^5.0.1",
- "ora": "^3.1.0",
- "ramda": "^0.26.1",
- "sass-loader": "^7.1.0",
- "style-loader": "^0.23.1",
- "terser-webpack-plugin": "^1.2.2",
- "v-viewer": "^0.3.2",
- "vue": "^2.6.6",
- "vue-eslint-parser": "^6.0.2",
- "vue-loader": "^15.6.2",
- "vue-router": "^3.0.2",
- "vue-template-compiler": "^2.6.6",
- "vuex": "^3.1.0",
- "webpack": "^4.29.3",
- "webpack-bundle-analyzer": "^3.0.4",
- "webpack-cli": "^3.2.3",
- "webpack-dev-middleware": "^3.5.2",
- "webpack-hot-middleware": "^2.24.3"
- }
- }
|