package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "screen-parking",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve --mode development",
  7. "build": "vue-cli-service build",
  8. "lint": "vue-cli-service lint"
  9. },
  10. "dependencies": {
  11. "@babel/preset-react": "^7.18.6",
  12. "@babel/runtime": "^7.20.7",
  13. "axios": "^1.2.2",
  14. "babel-loader": "^8.3.0",
  15. "babel-preset-es2015": "^6.24.1",
  16. "babel-preset-mobx": "^2.0.0",
  17. "core-js": "^3.8.3",
  18. "echarts": "^5.4.1",
  19. "element-ui": "^2.15.12",
  20. "extract-text-webpack-plugin": "^3.0.2",
  21. "glob-all": "^3.3.1",
  22. "script-ext-html-webpack-plugin": "^2.1.5",
  23. "v-scale-screen": "^1.0.2",
  24. "vue": "^2.6.14",
  25. "vue-router": "^3.5.1",
  26. "vuex": "^3.6.2",
  27. "webpack": "^5.75.0"
  28. },
  29. "devDependencies": {
  30. "@babel/core": "^7.20.12",
  31. "@babel/eslint-parser": "^7.12.16",
  32. "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
  33. "@babel/plugin-transform-runtime": "^7.19.6",
  34. "@babel/preset-env": "^7.20.2",
  35. "@vue/cli-plugin-babel": "~5.0.0",
  36. "@vue/cli-plugin-eslint": "~5.0.0",
  37. "@vue/cli-plugin-router": "^5.0.8",
  38. "@vue/cli-plugin-vuex": "^5.0.8",
  39. "@vue/cli-service": "~5.0.0",
  40. "babel-plugin-component": "^1.1.1",
  41. "compression-webpack-plugin": "^10.0.0",
  42. "eslint": "^7.32.0",
  43. "eslint-plugin-vue": "^8.0.3",
  44. "node-sass": "^8.0.0",
  45. "purgecss-webpack-plugin": "^5.0.0",
  46. "sass-loader": "^13.2.0",
  47. "uglifyjs-webpack-plugin": "^2.2.0",
  48. "vue-template-compiler": "^2.6.14"
  49. },
  50. "eslintConfig": {
  51. "root": true,
  52. "env": {
  53. "node": true
  54. },
  55. "extends": [
  56. "plugin:vue/essential",
  57. "eslint:recommended"
  58. ],
  59. "parserOptions": {
  60. "parser": "@babel/eslint-parser"
  61. },
  62. "rules": {}
  63. },
  64. "browserslist": [
  65. "> 1%",
  66. "last 2 versions",
  67. "not dead"
  68. ],
  69. "description": "## Project setup ``` npm install ```",
  70. "main": "babel.config.js",
  71. "repository": {
  72. "type": "git",
  73. "url": "http://172.16.90.201:3000/parking/parking_LargeScreen.git"
  74. },
  75. "keywords": [],
  76. "author": "",
  77. "license": "ISC"
  78. }