aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2021-06-29 21:11:25 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2021-06-29 21:11:25 +0300
commitac31a7d9d43d3dcaa37906569dcb8eaf8429b3bf (patch)
treebfeb5d9326bcace756457f6a5a7513ec4a783709 /package.json
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..26e1e90
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "tomi.science",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "dev": "next dev",
+ "build": "next build",
+ "start": "next start",
+ "lint": "next lint"
+ },
+ "dependencies": {
+ "next": "11.0.1",
+ "react": "17.0.2",
+ "react-dom": "17.0.2"
+ },
+ "devDependencies": {
+ "@types/react": "17.0.11",
+ "eslint": "7.29.0",
+ "eslint-config-next": "11.0.1",
+ "typescript": "4.3.4"
+ }
+}