Initial UI layout structure

This commit is contained in:
arnaucube
2020-05-11 16:29:32 +02:00
parent dea53a91dc
commit c2b506f8bf
7 changed files with 417 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "miksi-app",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"predeploy": "npm install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.2.1",
"toastr": "^2.1.4"
}
}