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