pashto-dictionary/website/package.json

119 lines
3.2 KiB
JSON

{
"name": "pashto-dictionary-website",
"version": "0.1.0",
"license": "MIT",
"author": "lingdocs.com",
"homepage": "https://dictionary.lingdocs.com",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@lingdocs/ps-react": "7.1.6",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.33",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"classnames": "^2.2.6",
"cron": "^1.8.2",
"dayjs": "^1.10.4",
"edit-distance": "^1.0.5",
"lokijs": "^1.5.11",
"mousetrap": "^1.6.5",
"nano": "^9.0.3",
"papaparse": "^5.3.0",
"passport-github2": "^0.1.12",
"passport-google-oauth": "^2.0.0",
"passport-twitter": "^1.0.4",
"pbf": "^3.2.1",
"pouchdb": "^7.3.0",
"react": "^17.0.2",
"react-bootstrap": "^1.5.1",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.2",
"react-ga4": "^2.1.0",
"react-helmet": "^6.1.0",
"react-image-crop": "^8.6.9",
"react-image-file-resizer": "^0.4.4",
"react-player": "^2.11.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"relevancy": "^0.2.0",
"stripe": "^10.14.0",
"supermemo": "^2.0.17",
"typescript": "^4.2.3",
"web-vitals": "^0.2.4",
"workbox-background-sync": "^5.1.3",
"workbox-broadcast-update": "^5.1.3",
"workbox-cacheable-response": "^5.1.3",
"workbox-core": "^5.1.3",
"workbox-expiration": "^5.1.3",
"workbox-google-analytics": "^5.1.3",
"workbox-navigation-preload": "^5.1.3",
"workbox-precaching": "^5.1.3",
"workbox-range-requests": "^5.1.3",
"workbox-routing": "^5.1.3",
"workbox-strategies": "^5.1.3",
"workbox-streams": "^5.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"test-ci": "yarn test --watchAll=false"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"no-warning-comments": [
"error",
{
"terms": [
"FIXME"
],
"location": "anywhere"
}
]
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/cron": "^1.7.2",
"@types/history": "^4.7.8",
"@types/lokijs": "^1.5.3",
"@types/mousetrap": "^1.6.8",
"@types/papaparse": "^5.2.5",
"@types/passport-github2": "^1.2.5",
"@types/passport-google-oauth": "^1.0.42",
"@types/passport-twitter": "^1.0.37",
"@types/pouchdb": "^6.4.0",
"@types/react-canvas-draw": "^1.1.0",
"@types/react-helmet": "^6.1.0",
"@types/react-image-crop": "^8.1.2",
"@types/react-router-dom": "^5.1.7",
"fake-indexeddb": "^3.1.2",
"history": "4",
"jest-fetch-mock": "^3.0.3",
"user-event": "^4.0.0"
},
"peerDependencies": {
"@lingdocs/pashto-inflector": "4.9.15"
}
}