fling/web/fling/package.json

52 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "fling",
"version": "0.1.0",
"private": true,
"dependencies": {
2020-07-12 18:48:12 +02:00
"@fling/flingclient": "0.1.0-snapshot",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.19.2",
"classnames": "^2.2.6",
"core-js": "^3.6.5",
2020-07-19 16:12:59 +02:00
"immer": "^7.0.5",
"jwt-decode": "^2.2.0",
"loglevel": "^1.6.8",
2020-07-12 18:48:12 +02:00
"node-sass": "^4.14.1",
"normalize.css": "^8.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"redux": "^4.0.5",
2020-07-19 16:12:59 +02:00
"redux-thunk": "^2.3.0",
"spectre.css": "^0.5.8"
},
"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"
]
},
"devDependencies": {
"redux-devtools": "^3.5.0"
}
}