package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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-count-to": "^1.0.13",
  26. "vue-router": "^3.5.1",
  27. "vuex": "^3.6.2",
  28. "webpack": "^5.75.0"
  29. },
  30. "devDependencies": {
  31. "@babel/core": "^7.20.12",
  32. "@babel/eslint-parser": "^7.12.16",
  33. "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
  34. "@babel/plugin-transform-runtime": "^7.19.6",
  35. "@babel/preset-env": "^7.20.2",
  36. "@vue/cli-plugin-babel": "~5.0.0",
  37. "@vue/cli-plugin-eslint": "~5.0.0",
  38. "@vue/cli-plugin-router": "^5.0.8",
  39. "@vue/cli-plugin-vuex": "^5.0.8",
  40. "@vue/cli-service": "~5.0.0",
  41. "babel-plugin-component": "^1.1.1",
  42. "compression-webpack-plugin": "^10.0.0",
  43. "eslint": "^7.32.0",
  44. "eslint-plugin-vue": "^8.0.3",
  45. "node-sass": "^8.0.0",
  46. "purgecss-webpack-plugin": "^5.0.0",
  47. "sass-loader": "^13.2.0",
  48. "uglifyjs-webpack-plugin": "^2.2.0",
  49. "vue-template-compiler": "^2.6.14"
  50. },
  51. "eslintConfig": {
  52. "root": true,
  53. "env": {
  54. "node": true
  55. },
  56. "extends": [
  57. "plugin:vue/essential",
  58. "eslint:recommended"
  59. ],
  60. "parserOptions": {
  61. "parser": "@babel/eslint-parser"
  62. },
  63. "rules": {}
  64. },
  65. "browserslist": [
  66. "> 1%",
  67. "last 2 versions",
  68. "not dead"
  69. ],
  70. "description": "## Project setup ``` npm install ```",
  71. "main": "babel.config.js",
  72. "repository": {
  73. "type": "git",
  74. "url": "http://172.16.90.201:3000/parking/parking_LargeScreen.git"
  75. },
  76. "keywords": [],
  77. "author": "",
  78. "license": "ISC"
  79. }