package.json 450 B

1234567891011121314151617181920212223
  1. {
  2. "name": "zy-pda",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "http://git.dashitech.com/seimin/zy-pda.git"
  12. },
  13. "keywords": [],
  14. "author": "",
  15. "license": "ISC",
  16. "dependencies": {
  17. "animate.css": "^4.1.1",
  18. "crypto-js": "^4.1.1",
  19. "date-fns": "^2.28.0",
  20. "lodash": "^4.17.21"
  21. }
  22. }