mirror of
https://github.com/plebbit/seedit.git
synced 2026-02-14 16:01:04 -05:00
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "seedit",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@plebbit/plebbit-react-hooks": "https://github.com/plebbit/plebbit-react-hooks.git#15c14357459f2370ad080e89b77d7b01869aae09",
|
|
"@testing-library/jest-dom": "^5.14.1",
|
|
"@testing-library/react": "^13.0.0",
|
|
"@testing-library/user-event": "^13.2.1",
|
|
"@types/jest": "^29.5.5",
|
|
"@types/node": "^20.8.2",
|
|
"@types/react": "^18.2.25",
|
|
"@types/react-dom": "^18.2.10",
|
|
"ext-name": "^5.0.0",
|
|
"i18next": "^23.5.1",
|
|
"i18next-browser-languagedetector": "^7.1.0",
|
|
"i18next-http-backend": "^2.2.2",
|
|
"prettier": "^3.0.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-i18next": "^13.2.2",
|
|
"react-router-dom": "^6.16.0",
|
|
"react-scripts": "5.0.1",
|
|
"react-virtuoso": "^4.6.0",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"prettier": "prettier src/**/*.{js,tsx} --write"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|