aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..3561d65
--- /dev/null
+++ b/package.json
@@ -0,0 +1,25 @@
1{
2 "name": "sats-calculator",
3 "version": "0.1.0",
4 "private": true,
5 "scripts": {
6 "dev": "next dev",
7 "build": "next build",
8 "start": "next start",
9 "lint": "next lint"
10 },
11 "dependencies": {
12 "@types/node": "18.16.1",
13 "@types/react": "18.2.0",
14 "@types/react-dom": "18.2.1",
15 "autoprefixer": "10.4.14",
16 "eslint": "8.39.0",
17 "eslint-config-next": "13.3.1",
18 "next": "13.3.1",
19 "postcss": "8.4.23",
20 "react": "18.2.0",
21 "react-dom": "18.2.0",
22 "tailwindcss": "3.3.1",
23 "typescript": "5.0.4"
24 }
25}