48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "fling",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"@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",
|
||
|
"jwt-decode": "^2.2.0",
|
||
|
"loglevel": "^1.6.8",
|
||
|
"node-sass": "^4.14.0",
|
||
|
"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",
|
||
|
"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"
|
||
|
}
|
||
|
}
|