initial pages creation

This commit is contained in:
talksik
2021-05-25 17:25:12 +04:00
parent ccdd55af2c
commit 113ed4fa55
7 changed files with 2345 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"name": "learn-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"next": "^10.0.0",
"react": "17.0.1",
"react-dom": "17.0.1"
}
}