1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "name": "hbproject",
- "version": "1.0.0",
- "description": "",
- "main": "main.js",
- "dependencies": {
- "aliplayer": "^1.0.3",
- "axios": "^1.7.2",
- "dayjs": "^1.11.13",
- "jsencrypt": "^3.3.2",
- "jsonp": "^0.2.1",
- "pinia": "^2.1.7",
- "ts-md5": "^1.3.1",
- "vue": "^3.5.13"
- },
- "uni-app": {
- "scripts": {
- "dev-h5": {
- "title": "开发环境H5",
- "BROWSER": "chrome",
- "env": {
- "UNI_PLATFORM": "h5",
- "UNI_APP_URL": "https://www.wgy.com",
- "UNI_BASE_URL": "https://www.wgy.com"
- },
- "define": {
- "DEV-H5": true
- }
- },
- "prod-h5": {
- "title": "生产环境H5",
- "BROWSER": "chrome",
- "env": {
- "UNI_PLATFORM": "h5",
- "UNI_APP_URL": "https://www.wgy.com"
- },
- "define": {
- "PROD-H5": true
- }
- }
- }
- },
- "scripts": {
- "dev:h5": "uni"
- },
- "repository": {
- "type": "git",
- "url": "https://gogs.mtavip.com/wangguoyu/uniProject.git"
- },
- "author": "",
- "license": "ISC",
- "devDependencies": {}
- }
|