package.json 487 B

1234567891011121314151617181920212223
  1. {
  2. "id": "shuati-mp",
  3. "name": "刷题小程序",
  4. "displayName": "刷题小程序",
  5. "version": "3.4.5",
  6. "description": "刷题小程序",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": "",
  11. "keywords": [
  12. "刷题小程序"
  13. ],
  14. "author": "derkj",
  15. "dependencies": {
  16. "@vant/weapp": "^1.11.7",
  17. "crypto-js": "^4.2.0",
  18. "mammoth": "^1.11.0",
  19. "vant": "^2.13.8",
  20. "vue": "^3.4.21",
  21. "vue-clipboard2": "^0.3.3"
  22. }
  23. }