Initial commit, with fully working project :p

This commit is contained in:
MrFry
2020-03-25 13:25:41 +01:00
commit 53b4158967
21 changed files with 894 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"name": "qminingDataEditor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"next": "^9.3.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"unfetch": "^4.1.0"
}
}