pashto-dictionary/website/package.json

98 lines
2.7 KiB
JSON
Raw Normal View History

2021-08-18 11:54:00 +00:00
{
"name": "pashto-dictionary-website",
"version": "0.1.0",
"license": "MIT",
"author": "lingdocs.com",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@lingdocs/pashto-inflector": "^0.9.0",
"@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",
"bootstrap": "^4.6.0",
"classnames": "^2.2.6",
"cron": "^1.8.2",
"dayjs": "^1.10.4",
"firebase": "^8.3.0",
"lokijs": "^1.5.11",
"mousetrap": "^1.6.5",
"node-sass": "^5.0.0",
"papaparse": "^5.3.0",
"pbf": "^3.2.1",
"pouchdb": "^7.2.2",
"react": "^17.0.1",
"react-bootstrap": "^1.5.1",
"react-dom": "^17.0.1",
"react-dropzone": "^11.3.2",
"react-firebaseui": "^4.1.0",
"react-ga": "^3.3.0",
"react-helmet": "^6.1.0",
"react-image-crop": "^8.6.9",
"react-image-file-resizer": "^0.4.4",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"relevancy": "^0.2.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"
]
},
"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/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"
}
}