123456789101112131415161718192021222324252627282930 |
- {
- "name": "jzmall_wx",
- "version": "1.0.0",
- "description": "",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "dependencies": {
- "@vant/weapp": "^1.6.8",
- "vuex": "^4.1.0"
- },
- "license": "ISC",
- "directories": {
- "lib": "lib"
- },
- "repository": {
- "type": "git",
- "url": "http://47.102.110.240:3000/yuxiangpei/jzmall_wx.git"
- },
- "ttPlugins": {
- "dependencies": {
- "microapp-trade-plugin": {
- "version": "1.2.8",
- "isDynamic": true
- }
- }
- }
- }
|