pashto-grammar/package.json

70 lines
2.2 KiB
JSON
Raw Normal View History

2021-03-06 10:40:31 +00:00
{
2023-02-04 12:20:48 +00:00
"name": "lingdocs-pashto-grammar",
"version": "0.0.0",
2022-07-26 21:52:27 +00:00
"homepage": "https://grammar.lingdocs.com",
2023-02-04 12:20:48 +00:00
"type": "module",
"scripts": {
"dev": "vite",
"dev-w-user": "REACT_APP_ENV=dev vite",
2023-02-09 09:26:51 +00:00
"build": "yarn get-words && yarn make-sitemap && tsc && vite build",
2023-02-04 12:20:48 +00:00
"preview": "vite preview",
"infup": "yarn upgrade @lingdocs/ps-react --latest",
"bump-dep": "yarn install && git add . && git commit -m up && git push origin master",
2023-02-09 09:26:51 +00:00
"get-words": "node scripts/get-words.js",
"make-sitemap": "node scripts/make-sitemap.js"
2023-02-04 12:20:48 +00:00
},
2021-03-06 10:40:31 +00:00
"dependencies": {
2023-02-04 12:20:48 +00:00
"@formkit/auto-animate": "^1.0.0-beta.6",
"@fortawesome/fontawesome-free": "5.15.4",
"@lingdocs/lingdocs-main": "^0.3.3",
2023-02-04 12:20:48 +00:00
"@lingdocs/ps-react": "^5.7.13",
"@mdx-js/rollup": "^2.2.1",
"@stefanprobst/rehype-extract-toc": "^2.2.0",
"@types/mdx": "^2.0.3",
2023-02-13 20:08:50 +00:00
"algoliasearch": "^4.14.3",
2021-03-06 10:40:31 +00:00
"bootstrap": "4.5.3",
2023-02-04 12:20:48 +00:00
"classnames": "^2.3.2",
"cron": "^2.2.0",
2022-09-10 11:18:23 +00:00
"fast-deep-equal": "^3.1.3",
2023-02-04 12:20:48 +00:00
"froebel": "^0.23.2",
2022-05-17 19:32:53 +00:00
"lokijs": "^1.5.12",
2023-02-04 12:20:48 +00:00
"markdown-to-jsx": "^7.1.9",
"react": "^18.2.0",
"react-bootstrap": "1.6.4",
"react-countdown-circle-timer": "3.0.9",
"react-dom": "^18.2.0",
"react-ga": "3.3.0",
"react-media": "1",
"react-player": "2.10.1",
"react-rewards": "1.1.2",
"react-router-dom": "6.8.0",
"react-router-hash-link": "2.4.3",
2021-03-06 10:40:31 +00:00
"react-scrollspy": "^3.4.3",
2023-02-04 12:20:48 +00:00
"react-select": "5.1.0",
"react-smooth-collapse": "^2.1.2",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-mdx-frontmatter": "^2.1.1"
2021-03-06 10:40:31 +00:00
},
"devDependencies": {
2023-02-04 12:20:48 +00:00
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/cron": "^2.0.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/react-router-dom": "^5.3.3",
"@types/react-router-hash-link": "^2.4.5",
"@types/react-scrollspy": "^3.3.5",
"@types/react-swipeable": "^5.2.0",
"@vitejs/plugin-react": "^3.0.0",
2023-02-09 09:26:51 +00:00
"loose-json": "^1.1.2",
2023-02-04 12:20:48 +00:00
"node-fetch": "2.6.1",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-plugin-pwa": "^0.14.1"
2021-03-06 10:40:31 +00:00
}
}