aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..b64670d
--- /dev/null
+++ b/package.json
@@ -0,0 +1,29 @@
+{
+ "name": "netflix",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start",
+ "lint": "next lint"
+ },
+ "dependencies": {
+ "@heroicons/react": "^2.0.17",
+ "@types/node": "18.15.12",
+ "@types/react": "18.0.37",
+ "@types/react-dom": "18.0.11",
+ "autoprefixer": "10.4.14",
+ "eslint": "8.38.0",
+ "eslint-config-next": "13.3.0",
+ "next": "13.3.0",
+ "postcss": "8.4.23",
+ "react": "18.2.0",
+ "react-dom": "18.2.0",
+ "tailwindcss": "3.3.1",
+ "typescript": "5.0.4"
+ },
+ "devDependencies": {
+ "@svgr/webpack": "^7.0.0"
+ }
+}