aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/package.json b/package.json
index bc6816d..442ee49 100644
--- a/package.json
+++ b/package.json
@@ -7,8 +7,14 @@
"license": "GPL-3.0",
"private": false,
"scripts": {
- "dev": "",
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start"
},
"dependencies": {
- },
+ "next": "10.1.3",
+ "react": "17.0.2",
+ "react-dom": "17.0.2"
+ }
+
}