learn-morse-code/package.json

40 lines
951 B
JSON
Raw Normal View History

2019-12-21 23:40:54 +01:00
{
"name": "learn-morse-code",
"version": "0.1.0",
"private": true,
2020-02-13 21:02:59 +01:00
"homepage": "https://genemecija.github.io/learn-morse-code/",
2019-12-21 23:40:54 +01:00
"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",
2019-12-21 23:40:54 +01:00
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "5.0.1",
"react-transition-group": "^4.3.0"
2019-12-21 23:40:54 +01:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
2020-02-13 20:37:53 +01:00
"eject": "react-scripts eject",
2020-02-13 20:47:58 +01:00
"predeploy": "npm run build",
2020-02-13 20:37:53 +01:00
"deploy": "gh-pages -d build"
2019-12-21 23:40:54 +01:00
},
"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"
]
}
}