123456789101112131415161718192021222324252627 |
- {
- "name": "my-project",
- "version": "1.0.0",
- "description": "",
- "main": "main.js",
- "uni-app": {
- "scripts": {
- "weixin:dev": {
- "title": "开发版",
- "env": {
- "UNI_PLATFORM": "mp-weixin",
- "ENV_PATH": "./env/dev.js"
- },
- "define": {
- "WXCS-PLATFORM": true
- }
- }
- }
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "dependencies": {
- "uview-ui": "^2.0.36",
- "vuex": "^4.0.2"
- }
- }
|