123456789101112131415161718192021 |
- {
- "name": "baoan-app",
- "version": "1.0.0",
- "description": "",
- "main": "main.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "axios": "^0.27.2",
- "jsonwebtoken": "^8.5.1",
- "lodash": "^4.17.21",
- "moment": "^2.29.1",
- "naf-core": "^0.1.2",
- "uview-ui": "^2.0.2",
- "vuex": "^3.6.2"
- }
- }
|