1234567891011121314151617 |
- {
- "name": "miniprogram-1",
- "version": "1.0.0",
- "description": "",
- "main": "app.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@vant/weapp": "^1.10.2"
- },
- "devDependencies": {
- "@babel/plugin-transform-runtime": "^7.17.0"
- }
- }
|