pashto-grammar/package.json

70 lines
2.2 KiB
JSON

{
"name": "lingdocs-pashto-grammar",
"version": "0.0.0",
"homepage": "https://grammar.lingdocs.com",
"type": "module",
"scripts": {
"dev": "vite",
"dev-w-user": "REACT_APP_ENV=dev vite",
"build": "yarn get-words && yarn make-sitemap && tsc && vite build",
"preview": "vite preview",
"infup": "yarn upgrade @lingdocs/ps-react --latest",
"bump-dep": "yarn install && git add . && git commit -m up && git push origin master",
"get-words": "node scripts/get-words.js",
"make-sitemap": "node scripts/make-sitemap.js"
},
"dependencies": {
"@formkit/auto-animate": "^1.0.0-beta.6",
"@fortawesome/fontawesome-free": "5.15.4",
"@lingdocs/lingdocs-main": "^0.3.3",
"@lingdocs/ps-react": "^5.7.13",
"@mdx-js/rollup": "^2.2.1",
"@stefanprobst/rehype-extract-toc": "^2.2.0",
"@types/mdx": "^2.0.3",
"algoliasearch": "^4.14.3",
"bootstrap": "4.5.3",
"classnames": "^2.3.2",
"cron": "^2.2.0",
"fast-deep-equal": "^3.1.3",
"froebel": "^0.23.2",
"lokijs": "^1.5.12",
"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",
"react-scrollspy": "^3.4.3",
"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"
},
"devDependencies": {
"@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",
"loose-json": "^1.1.2",
"node-fetch": "2.6.1",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vite-plugin-pwa": "^0.14.1"
}
}