package.json 521 B

1234567891011121314151617181920212223
  1. {
  2. "name": "twong",
  3. "version": "1.4.1",
  4. "description": "twong",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "mobx-miniprogram": "^4.13.2",
  13. "mobx-miniprogram-bindings": "^2.1.5",
  14. "vant-weapp": "^0.5.23"
  15. },
  16. "devDependencies": {
  17. "@babel/core": "^7.23.3",
  18. "@babel/eslint-parser": "^7.23.3",
  19. "eslint": "^8.54.0",
  20. "eslint-plugin-prettier": "^5.0.1",
  21. "prettier": "^3.1.0"
  22. }
  23. }