Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19) Signed-off-by: dependabot[bot] <support@github.com>
38 lines
798 B
JSON
38 lines
798 B
JSON
{
|
|
"name": "bookmark-arranger",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"classnames": "^2.2.6",
|
|
"lodash": "^4.17.19",
|
|
"moment": "^2.24.0",
|
|
"primeicons": "^1.0.0",
|
|
"primereact": "^3.1.7",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-scripts": "3.0.1",
|
|
"react-transition-group": "^4.2.1"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|