mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 00:39:13 +00:00

* refactor: begin to replace final-form * refactor: replace final-form with formik n cleanup
66 lines
1.6 KiB
JSON
66 lines
1.6 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"proxy": "http://127.0.0.1:8989",
|
|
"homepage": ".",
|
|
"dependencies": {
|
|
"@craco/craco": "^6.1.2",
|
|
"@headlessui/react": "^1.2.0",
|
|
"@heroicons/react": "^1.0.1",
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/react": "^11.1.0",
|
|
"@testing-library/user-event": "^12.1.10",
|
|
"@types/jest": "^26.0.15",
|
|
"@types/node": "^12.0.0",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-dom": "^17.0.0",
|
|
"date-fns": "^2.25.0",
|
|
"formik": "^2.2.9",
|
|
"react": "^17.0.2",
|
|
"react-cookie": "^4.1.1",
|
|
"react-dom": "^17.0.2",
|
|
"react-hot-toast": "^2.1.1",
|
|
"react-multi-select-component": "^4.0.2",
|
|
"react-query": "^3.18.1",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "4.0.3",
|
|
"react-select": "5.0.0-beta.0",
|
|
"react-table": "^7.7.0",
|
|
"recoil": "^0.4.0",
|
|
"typescript": "^4.1.2",
|
|
"web-vitals": "^1.0.1"
|
|
},
|
|
"scripts": {
|
|
"start": "craco start",
|
|
"build": "craco build",
|
|
"test": "craco 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": {
|
|
"@tailwindcss/forms": "^0.3.2",
|
|
"@types/react-router-dom": "^5.1.7",
|
|
"@types/react-table": "^7.7.7",
|
|
"autoprefixer": "^9",
|
|
"postcss": "^7",
|
|
"tailwindcss": "npm:@tailwindcss/postcss7-compat"
|
|
}
|
|
}
|