BuyAndKnow/bk_webapp/package.json

44 lines
1000 B
JSON
Raw Normal View History

2019-12-15 15:03:57 +01:00
{
"name": "bk_site",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.19.0",
2020-01-05 21:41:14 +01:00
"js-cookie": "^2.2.1",
2019-12-15 15:03:57 +01:00
"react": "^16.12.0",
"react-dom": "^16.12.0",
2019-12-26 00:24:00 +01:00
"react-minimal-pie-chart": "^6.0.1",
2019-12-22 15:08:44 +01:00
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
2019-12-27 00:45:07 +01:00
"semantic-ui-calendar-react": "^0.15.3",
2019-12-22 15:08:44 +01:00
"semantic-ui-react": "^0.88.2"
2019-12-15 15:03:57 +01: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"
]
2019-12-26 21:21:59 +01:00
},
"devDependencies": {
"faker": "^4.1.0"
2019-12-15 15:03:57 +01:00
}
}