Added the wizard component

This commit is contained in:
Senad Uka
2019-03-22 06:22:50 +01:00
parent f53d60ab0f
commit d240fcbcda
2 changed files with 6 additions and 0 deletions

5
package-lock.json generated
View File

@@ -897,6 +897,11 @@
"unpipe": "1.0.0"
}
},
"react-step-wizard": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/react-step-wizard/-/react-step-wizard-5.1.0.tgz",
"integrity": "sha512-IV5qR4Dr/KdRmtcikJGq1y48Y3YgJxY+6BTi0ZvKoFHUUHXKRbCsixjcal8XBAY5f5Re1uw3Fb9kf+9lQ1uWkw=="
},
"readable-stream": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.2.0.tgz",

View File

@@ -25,6 +25,7 @@
"express": "^4.16.4",
"mysql2": "^1.6.4",
"node-fetch": "^2.3.0",
"react-step-wizard": "^5.1.0",
"sequelize": "^4.42.0"
}
}