pashto-grammar/package.json

71 lines
1.8 KiB
JSON
Raw Normal View History

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",
2022-05-15 22:08:00 +00:00
"@lingdocs/pashto-inflector": "^2.5.5",
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",
2022-03-20 12:51:11 +00:00
"classnames": "^2.3.1",
2021-09-18 13:19:44 +00:00
"cron": "^1.8.2",
"markdown-to-jsx": "^7.1.3",
2021-10-11 00:39:59 +00:00
"react": "^17.0.2",
"react-bootstrap": "^1.6.4",
2022-05-09 22:02:24 +00:00
"react-countdown-circle-timer": "^3.0.9",
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",
"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-10-20 03:45:53 +00:00
"react-select": "^5.1.0",
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-18 01:12:47 +00:00
"start-w-user": "REACT_APP_ENV=dev 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-18 01:12:47 +00:00
"eject": "react-scripts eject",
"get-words": "node scripts/get-words.js"
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",
2021-10-20 03:45:53 +00:00
"node-fetch": "^2.6.1",
"typescript": "^4.4.3"
2021-03-06 10:40:31 +00:00
}
}