package.json 410 B

1234567891011121314151617181920
  1. {
  2. "name": "fs-uni",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "dependencies": {
  7. "async-validator": "^4.0.2",
  8. "dayjs": "^1.10.6"
  9. },
  10. "devDependencies": {},
  11. "scripts": {
  12. "test": "echo \"Error: no test specified\" && exit 1"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://git.sxidc.com/front-end/fs-uni-next.git"
  17. },
  18. "author": "",
  19. "license": "ISC"
  20. }