31 lines
763 B
JSON
31 lines
763 B
JSON
{
|
|
"name": "websitelogin",
|
|
"private": true,
|
|
"dependencies": {
|
|
"alertify.js": "^1.0.12",
|
|
"browser-detect": "^0.2.28",
|
|
"crypto-js": "^3.1.9-1",
|
|
"firebase": "^5.4.2",
|
|
"history": "^4.7.2",
|
|
"jss": "^9.8.7",
|
|
"jss-preset-default": "^4.5.0",
|
|
"mobx": "^5.1.0",
|
|
"mobx-react": "^5.2.8",
|
|
"react": "^16.5.0",
|
|
"react-dom": "^16.5.0",
|
|
"react-html-parser": "^2.0.2",
|
|
"react-jss": "^8.6.1",
|
|
"react-router": "^4.3.1",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-scripts": "1.1.5",
|
|
"router": "^1.3.3",
|
|
"semantic-ui-react": "^0.82.3"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|