2021-03-06 10:40:31 +00:00
|
|
|
{
|
2021-10-11 00:39:59 +00:00
|
|
|
"name": "lingdocs-grammar",
|
2021-03-06 10:40:31 +00:00
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2021-10-11 00:39:59 +00:00
|
|
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
|
|
|
"@lingdocs/lingdocs-main": "^0.2.0",
|
2021-10-10 06:16:25 +00:00
|
|
|
"@lingdocs/pashto-inflector": "^1.1.9",
|
2021-10-11 00:39:59 +00:00
|
|
|
"@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",
|
2021-03-06 10:40:31 +00:00
|
|
|
"bootstrap": "4.5.3",
|
2021-09-18 13:19:44 +00:00
|
|
|
"cron": "^1.8.2",
|
2021-06-24 09:29:41 +00:00
|
|
|
"markdown-to-jsx": "^7.1.3",
|
2021-10-11 00:39:59 +00:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-bootstrap": "^1.6.4",
|
2021-08-31 16:33:44 +00:00
|
|
|
"react-countdown-circle-timer": "^2.5.4",
|
2021-10-11 00:39:59 +00:00
|
|
|
"react-dom": "^17.0.2",
|
2021-06-25 13:56:57 +00:00
|
|
|
"react-ga": "^3.3.0",
|
2021-09-30 23:21:08 +00:00
|
|
|
"react-media": "^1.10.0",
|
2021-08-31 16:33:44 +00:00
|
|
|
"react-rewards": "^1.1.2",
|
2021-10-11 00:39:59 +00:00
|
|
|
"react-router-dom": "^5.3.0",
|
|
|
|
"react-router-hash-link": "^2.4.3",
|
|
|
|
"react-scripts": "4.0.3",
|
2021-03-06 10:40:31 +00:00
|
|
|
"react-scrollspy": "^3.4.3",
|
2021-03-18 14:07:29 +00:00
|
|
|
"react-smooth-collapse": "^2.1.0",
|
2021-10-11 00:39:59 +00:00
|
|
|
"react-swipeable": "^6.2.0",
|
|
|
|
"web-vitals": "^1.0.1"
|
2021-03-06 10:40:31 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
2021-10-11 00:39:59 +00:00
|
|
|
"build": "react-scripts build",
|
2021-03-06 10:40:31 +00:00
|
|
|
"test": "react-scripts test",
|
2021-10-11 00:39:59 +00:00
|
|
|
"eject": "react-scripts eject"
|
2021-03-06 10:40:31 +00:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
2021-10-11 00:39:59 +00:00
|
|
|
"extends": [
|
|
|
|
"react-app",
|
|
|
|
"react-app/jest"
|
|
|
|
]
|
2021-03-06 10:40:31 +00:00
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-10-11 00:39:59 +00:00
|
|
|
"@lingdocs/mdx-loader": "^0.0.8",
|
|
|
|
"@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": "^3.0.0",
|
|
|
|
"typescript": "^4.4.3"
|
2021-03-06 10:40:31 +00:00
|
|
|
}
|
|
|
|
}
|