mirror of
https://github.com/genemecija/learn-morse-code.git
synced 2025-12-06 07:02:00 +01:00
Bumps [gh-pages](https://github.com/tschaub/gh-pages) from 2.2.0 to 5.0.0. - [Release notes](https://github.com/tschaub/gh-pages/releases) - [Changelog](https://github.com/tschaub/gh-pages/blob/main/changelog.md) - [Commits](https://github.com/tschaub/gh-pages/compare/v2.2.0...v5.0.0) --- updated-dependencies: - dependency-name: gh-pages dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
40 lines
951 B
JSON
40 lines
951 B
JSON
{
|
|
"name": "learn-morse-code",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "https://genemecija.github.io/learn-morse-code/",
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.4.0",
|
|
"@testing-library/user-event": "^7.2.1",
|
|
"gh-pages": "^5.0.0",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-scripts": "5.0.1",
|
|
"react-transition-group": "^4.3.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"predeploy": "npm run build",
|
|
"deploy": "gh-pages -d build"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|