diff options
author | Miguel Ángel Moreno <mail@migalmoreno.com> | 2022-12-20 00:17:38 +0100 |
---|---|---|
committer | Miguel Ángel Moreno <mail@migalmoreno.com> | 2022-12-20 00:54:56 +0100 |
commit | e4714f94ff6d01847fa61c33c678b6d856c3b30a (patch) | |
tree | 2ea919e0686024f56151c1f4ec91a86bb346d500 | |
parent | 0f38cac6f99aa8ae7343cc910b4b0c5633b6858d (diff) |
chore: Add npm deps
-rw-r--r-- | package.json | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/package.json b/package.json index 2854666..fabadba 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,19 @@ { "name": "tau", - "version": "1.0.0", - "description": "An alternative frontend for media services", - "main": "index.js", + "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" + "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" + } } |