| | |
| | | { |
| | | "name": "ruoyi", |
| | | "version": "3.8.5", |
| | | "description": "智慧随访管理系统", |
| | | "description": "患者智慧服务系统", |
| | | "author": "杭新", |
| | | "license": "MIT", |
| | | "scripts": { |
| | | "dev": "vue-cli-service serve", |
| | | "build:prod": "vue-cli-service build", |
| | | "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", |
| | | "build:prod": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build", |
| | | "build:stage": "vue-cli-service build --mode staging", |
| | | "preview": "node build/index.js --preview", |
| | | "lint": "eslint --ext .js,.vue src" |