frontend/smart-hut/package.json

42 lines
979 B
JSON
Raw Normal View History

2020-02-24 14:22:19 +00:00
{
"name": "smart-hut",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.4",
"@material-ui/icons": "^4.9.1",
2020-02-24 14:22:19 +00:00
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"classnames": "^2.2.6",
"material-ui-image": "^3.2.3",
2020-02-24 14:22:19 +00:00
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"semantic-ui-react": "^0.88.2"
2020-02-24 14:22:19 +00:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}