pashto-grammar/package.json

82 lines
2.3 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,
2022-07-26 21:52:27 +00:00
"homepage": "https://grammar.lingdocs.com",
2021-03-06 10:40:31 +00:00
"dependencies": {
2022-05-26 20:44:05 +00:00
"@formkit/auto-animate": "^1.0.0-beta.1",
2021-10-11 00:39:59 +00:00
"@fortawesome/fontawesome-free": "^5.15.4",
"@lingdocs/lingdocs-main": "^0.3.3",
2022-11-01 15:18:49 +00:00
"@lingdocs/ps-react": "^5.1.8",
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",
2022-07-26 00:03:51 +00:00
"algoliasearch": "^4.14.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",
2022-09-10 11:18:23 +00:00
"fast-deep-equal": "^3.1.3",
"froebel": "^0.21.3",
2022-05-17 19:32:53 +00:00
"lokijs": "^1.5.12",
"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",
2022-07-26 00:03:51 +00:00
"react-instantsearch-dom": "^6.30.2",
"react-media": "^1.10.0",
2022-07-09 20:25:47 +00:00
"react-player": "^2.10.1",
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",
"unist-util-visit": "^4.1.0",
2021-10-11 00:39:59 +00:00
"web-vitals": "^1.0.1"
2021-03-06 10:40:31 +00:00
},
"scripts": {
2022-10-10 10:06:32 +00:00
"infup": "yarn upgrade @lingdocs/ps-react --latest",
2022-07-24 01:33:38 +00:00
"bump-dep": "yarn install && git add . && git commit -m up && git push origin master",
2021-03-06 10:40:31 +00:00
"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": {
"@lingdocs/mdx-loader": "^0.1.6",
2021-10-11 00:39:59 +00:00
"@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
}
}