mirror of
https://gitlab.com/MrFry/qmining-data-editor
synced 2026-04-28 11:17:38 +02:00
Initial commit, with fully working project :p
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user