1234567891011121314151617181920212223 |
- {
- "name": "web_TracerMethodology",
- "version": "1.0.0",
- "description": "---\r 1. 公共样式写在App.vue;\r 2. 【pages/index】是公共页,包括左侧信息栏、顶部导航栏、添加按钮,也是所有页面的入口。",
- "main": "main.js",
- "dependencies": {
- "crypto-js": "^4.0.0",
- "moment": "^2.29.1",
- "qs": "^6.9.6",
- "uview-ui": "^1.8.3",
- "vuex": "^3.6.0"
- },
- "devDependencies": {},
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "ssh://yuwenfen@1582597470426922.onaliyun.com@s1.nsloop.com:29418/web_NurseSide.git"
- },
- "author": "",
- "license": "ISC"
- }
|