package.json 408 B

1234567891011121314151617181920
  1. {
  2. "name": "ui",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "devDependencies": {
  13. "preact": "^10.15.1",
  14. "tailwindcss": "^3.3.2",
  15. "ts-loader": "^9.4.4",
  16. "typescript": "^5.1.6",
  17. "webpack": "^5.88.1",
  18. "webpack-cli": "^5.1.4"
  19. }
  20. }