|
@@ -0,0 +1,78 @@
|
|
|
+{
|
|
|
+ "name": "screen-parking",
|
|
|
+ "version": "0.1.0",
|
|
|
+ "private": true,
|
|
|
+ "scripts": {
|
|
|
+ "serve": "vue-cli-service serve --mode development",
|
|
|
+ "build": "vue-cli-service build",
|
|
|
+ "lint": "vue-cli-service lint"
|
|
|
+ },
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/preset-react": "^7.18.6",
|
|
|
+ "@babel/runtime": "^7.20.7",
|
|
|
+ "axios": "^1.2.2",
|
|
|
+ "babel-loader": "^8.3.0",
|
|
|
+ "babel-preset-es2015": "^6.24.1",
|
|
|
+ "babel-preset-mobx": "^2.0.0",
|
|
|
+ "core-js": "^3.8.3",
|
|
|
+ "echarts": "^5.4.1",
|
|
|
+ "element-ui": "^2.15.12",
|
|
|
+ "extract-text-webpack-plugin": "^3.0.2",
|
|
|
+ "glob-all": "^3.3.1",
|
|
|
+ "script-ext-html-webpack-plugin": "^2.1.5",
|
|
|
+ "v-scale-screen": "^1.0.2",
|
|
|
+ "vue": "^2.6.14",
|
|
|
+ "vue-router": "^3.5.1",
|
|
|
+ "vuex": "^3.6.2",
|
|
|
+ "webpack": "^5.75.0"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "@babel/core": "^7.20.12",
|
|
|
+ "@babel/eslint-parser": "^7.12.16",
|
|
|
+ "@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
|
|
+ "@babel/plugin-transform-runtime": "^7.19.6",
|
|
|
+ "@babel/preset-env": "^7.20.2",
|
|
|
+ "@vue/cli-plugin-babel": "~5.0.0",
|
|
|
+ "@vue/cli-plugin-eslint": "~5.0.0",
|
|
|
+ "@vue/cli-plugin-router": "^5.0.8",
|
|
|
+ "@vue/cli-plugin-vuex": "^5.0.8",
|
|
|
+ "@vue/cli-service": "~5.0.0",
|
|
|
+ "babel-plugin-component": "^1.1.1",
|
|
|
+ "compression-webpack-plugin": "^10.0.0",
|
|
|
+ "eslint": "^7.32.0",
|
|
|
+ "eslint-plugin-vue": "^8.0.3",
|
|
|
+ "node-sass": "^8.0.0",
|
|
|
+ "purgecss-webpack-plugin": "^5.0.0",
|
|
|
+ "sass-loader": "^13.2.0",
|
|
|
+ "uglifyjs-webpack-plugin": "^2.2.0",
|
|
|
+ "vue-template-compiler": "^2.6.14"
|
|
|
+ },
|
|
|
+ "eslintConfig": {
|
|
|
+ "root": true,
|
|
|
+ "env": {
|
|
|
+ "node": true
|
|
|
+ },
|
|
|
+ "extends": [
|
|
|
+ "plugin:vue/essential",
|
|
|
+ "eslint:recommended"
|
|
|
+ ],
|
|
|
+ "parserOptions": {
|
|
|
+ "parser": "@babel/eslint-parser"
|
|
|
+ },
|
|
|
+ "rules": {}
|
|
|
+ },
|
|
|
+ "browserslist": [
|
|
|
+ "> 1%",
|
|
|
+ "last 2 versions",
|
|
|
+ "not dead"
|
|
|
+ ],
|
|
|
+ "description": "## Project setup ``` npm install ```",
|
|
|
+ "main": "babel.config.js",
|
|
|
+ "repository": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "http://172.16.90.201:3000/parking/parking_LargeScreen.git"
|
|
|
+ },
|
|
|
+ "keywords": [],
|
|
|
+ "author": "",
|
|
|
+ "license": "ISC"
|
|
|
+}
|