12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "name": "baozhida-chain-verify-online",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "serve": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "lint": "vue-cli-service lint"
- },
- "dependencies": {
- "axios": "^1.2.1",
- "babel-plugin-transform-remove-console": "^6.9.4",
- "core-js": "^3.8.3",
- "downloadjs": "^1.4.7",
- "element-ui": "^2.15.12",
- "js-file-download": "^0.4.12",
- "js-md5": "^0.7.3",
- "node-sass": "^8.0.0",
- "qiniu-js": "^3.4.0",
- "qs": "^6.11.0",
- "sass-loader": "^13.2.0",
- "style-loader": "^3.3.1",
- "vue": "^2.6.14",
- "vue-elementui-skeleton": "^1.0.2",
- "vue-pdf": "^4.3.0",
- "vue-router": "^3.2.0",
- "vuex": "^3.6.2",
- "vuex-persistedstate": "^4.1.0"
- },
- "devDependencies": {
- "@babel/core": "^7.12.16",
- "@babel/eslint-parser": "^7.12.16",
- "@vue/cli-plugin-babel": "~5.0.0",
- "@vue/cli-plugin-eslint": "~5.0.0",
- "@vue/cli-service": "~5.0.0",
- "eslint": "^7.32.0",
- "eslint-plugin-vue": "^8.0.3",
- "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": "git@gitee.com:yangjian0701/baozhida-chain-verify-online.git"
- },
- "author": "",
- "license": "ISC"
- }
|