package.json 425 B

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