mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
Bumps [lodash](https://github.com/lodash/lodash) to 4.17.21 and updates ancestor dependency [update](https://github.com/update/update). These dependencies need to be updated together. Updates `lodash` from 3.10.1 to 4.17.21 - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/3.10.1...4.17.21) Updates `update` from 0.4.2 to 0.7.4 - [Release notes](https://github.com/update/update/releases) - [Changelog](https://github.com/update/update/blob/master/CHANGELOG.md) - [Commits](https://github.com/update/update/commits/0.7.4) --- updated-dependencies: - dependency-name: lodash dependency-type: indirect - dependency-name: update dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "portfolio",
|
|
"version": "0.3.0",
|
|
"homepage": "https://asimonson.com",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^13.0.1",
|
|
"@testing-library/user-event": "^14.1.0",
|
|
"aos": "^2.3.4",
|
|
"node": "^17.7.2",
|
|
"node-dom": "^0.1.0",
|
|
"on-resize": "^2.0.0",
|
|
"react": "^18.0.0",
|
|
"react-aos": "^1.0.1",
|
|
"react-bootstrap": "^2.2.3",
|
|
"react-dom": "^18.0.0",
|
|
"react-ga": "^3.3.1",
|
|
"react-image-gallery": "^1.2.11",
|
|
"react-p5": "^1.3.30",
|
|
"react-router-dom": "^6.3.0",
|
|
"react-scripts": "^5.0.1",
|
|
"sass": "^1.55.0",
|
|
"semver": "^7.3.7",
|
|
"set-value": "^4.1.0",
|
|
"update": "^0.7.4"
|
|
},
|
|
"devDependencies": {
|
|
"gh-pages": "^3.2.3"
|
|
},
|
|
"scripts": {
|
|
"predeploy": "npm run build",
|
|
"deploy": "gh-pages -d build",
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|