2023-08-09 00:13:13 +03:00
|
|
|
{
|
|
|
|
"name": "cryptocurrency-converter",
|
|
|
|
"version": "0.1.0",
|
2023-08-09 15:32:19 +03:00
|
|
|
"homepage": "https://vbatischev1.github.io/crypto-converter",
|
2023-08-09 00:13:13 +03:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@tanstack/react-query": "^5.0.0-beta.9",
|
|
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
|
|
"@testing-library/react": "^13.4.0",
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
|
|
|
"@types/jest": "^27.5.2",
|
|
|
|
"@types/node": "^16.18.39",
|
|
|
|
"@types/react": "^18.2.18",
|
|
|
|
"@types/react-dom": "^18.2.7",
|
|
|
|
"axios": "^1.4.0",
|
|
|
|
"crypto-convert": "^2.1.5",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"react-scripts": "5.0.1",
|
|
|
|
"sass": "^1.64.2",
|
|
|
|
"typescript": "^4.9.5",
|
|
|
|
"web-vitals": "^2.1.4"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"gh-pages": "^5.0.0"
|
|
|
|
}
|
|
|
|
}
|