package.json 338 B

1234567891011121314151617
  1. {
  2. "name": "miniprogram-1",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@vant/weapp": "^1.10.2"
  13. },
  14. "devDependencies": {
  15. "@babel/plugin-transform-runtime": "^7.17.0"
  16. }
  17. }