| 12345678910111213141516171819202122232425262728 |
- {
- "name": "mobile",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "dependencies": {
- "dayjs": "^1.11.7",
- "html2canvas": "^1.4.1",
- "ids": "^1.0.0",
- "uview-ui": "^1.8.4",
- "vue-barcode": "^1.3.0",
- "vue-signature-pad": "^2.0.5"
- },
- "devDependencies": {
- "node-sass": "^7.0.3",
- "sass-loader": "^13.0.2"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "http://119.23.210.103:3000/sznichuqia/mobile.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC"
- }
|