dashboard.sh 299 B

1234567891011121314151617
  1. #!/bin/bash
  2. set -e
  3. npm install --save \
  4. react-router react-intl @reduxjs/toolkit react-redux \
  5. @graphiql/react \
  6. usehooks-ts jose \
  7. js-cookie @types/js-cookie \
  8. antd @ant-design/x \
  9. rc-virtual-list
  10. # FIXME
  11. npm install --save @ant-design/pro-components@beta
  12. npm ls
  13. exit 0