package.json 440 B

12345678910111213141516171819
  1. {
  2. "name": "tau",
  3. "version": "0.1.0",
  4. "description": "A web front-end for Newpipe",
  5. "main": "resources/public/main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "conses",
  10. "license": "GPL-3.0-or-later",
  11. "dependencies": {
  12. "@fortawesome/fontawesome-free": "^6.2.1",
  13. "react": "^18.2.0",
  14. "react-dom": "^18.2.0"
  15. },
  16. "devDependencies": {
  17. "tailwindcss": "^3.2.4"
  18. }
  19. }