package.json 2.1 KB

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