You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
645 B

{
"name": "uniproject",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"serve": "npm run dev",
"build": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"sass": "^1.55.0",
"sass-loader": "^12.6.0"
},
"dependencies": {
"axios": "^0.24.0",
"base-64": "^1.0.0",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"uni-read-pages": "^1.0.5",
"uni-simple-router": "^1.5.5",
"vue-axios": "^3.5.1",
"vue-barcode": "^1.3.0",
"vue-qrcode-reader": "^3.1.0"
}
}