{ "name": "lingdocs-grammar", "version": "0.1.0", "private": true, "homepage": "https://grammar.lingdocs.com", "dependencies": { "@formkit/auto-animate": "^1.0.0-beta.1", "@fortawesome/fontawesome-free": "^5.15.4", "@lingdocs/lingdocs-main": "^0.3.3", "@lingdocs/pashto-inflector": "^3.9.6", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "@types/cron": "^1.7.3", "@types/react-router-dom": "^5.3.1", "algoliasearch": "^4.14.1", "bootstrap": "4.5.3", "classnames": "^2.3.1", "cron": "^1.8.2", "fast-deep-equal": "^3.1.3", "froebel": "^0.21.3", "lokijs": "^1.5.12", "markdown-to-jsx": "^7.1.3", "react": "^17.0.2", "react-bootstrap": "^1.6.4", "react-countdown-circle-timer": "^3.0.9", "react-dom": "^17.0.2", "react-ga": "^3.3.0", "react-instantsearch-dom": "^6.30.2", "react-media": "^1.10.0", "react-player": "^2.10.1", "react-rewards": "^1.1.2", "react-router-dom": "^5.3.0", "react-router-hash-link": "^2.4.3", "react-scripts": "4.0.3", "react-scrollspy": "^3.4.3", "react-select": "^5.1.0", "react-smooth-collapse": "^2.1.0", "react-swipeable": "^6.2.0", "unist-util-visit": "^4.1.0", "web-vitals": "^1.0.1" }, "scripts": { "bump-dep": "yarn install && git add . && git commit -m up && git push origin master", "start": "react-scripts start", "start-w-user": "REACT_APP_ENV=dev react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "get-words": "node scripts/get-words.js" }, "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": { "@lingdocs/mdx-loader": "^0.1.6", "@types/jest": "^27.0.2", "@types/node": "^16.10.3", "@types/react": "^17.0.27", "@types/react-dom": "^17.0.9", "babel-loader": "8.1.0", "node-fetch": "^2.6.1", "typescript": "^4.4.3" } }