mirror of
https://github.com/plebbit/seedit.git
synced 2026-01-28 23:51:09 -05:00
67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"name": "seedit",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@floating-ui/react": "0.26.1",
|
|
"@plebbit/plebbit-react-hooks": "https://github.com/plebbit/plebbit-react-hooks.git#fb293808ee7ca9d5e063e3b1ce374de566f7ede4",
|
|
"@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",
|
|
"cross-env": "7.0.3",
|
|
"ext-name": "5.0.0",
|
|
"i18next": "23.5.1",
|
|
"i18next-browser-languagedetector": "7.1.0",
|
|
"i18next-http-backend": "2.2.2",
|
|
"json-stringify-pretty-compact": "4.0.0",
|
|
"memoizee": "0.4.15",
|
|
"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",
|
|
"zustand": "4.4.3"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"build-netlify": "cross-env PUBLIC_URL=./ GENERATE_SOURCEMAP=true REACT_APP_COMMIT_REF=$COMMIT_REF react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"prettier": "prettier src/**/*.{js,ts,tsx} --write",
|
|
"changelog": "conventional-changelog --preset angular --infile CHANGELOG.md --same-file --release-count 0"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
"chrome >= 67",
|
|
"edge >= 79",
|
|
"firefox >= 68",
|
|
"opera >= 54",
|
|
"safari >= 14"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/memoizee": "0.4.9",
|
|
"conventional-changelog-cli": "4.1.0",
|
|
"cz-conventional-changelog": "3.3.0"
|
|
}
|
|
}
|