2021-03-06 10:40:31 +00:00
|
|
|
{
|
|
|
|
"name": "timer",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@fortawesome/fontawesome-free": "^5.15.2",
|
2021-07-18 09:22:46 +00:00
|
|
|
"@lingdocs/pashto-inflector": "^0.8.1",
|
2021-03-06 10:40:31 +00:00
|
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
|
|
"@testing-library/react": "^9.3.2",
|
|
|
|
"@testing-library/user-event": "^7.1.2",
|
2021-03-18 14:07:29 +00:00
|
|
|
"@types/jest": "^26.0.21",
|
|
|
|
"@types/node": "^14.14.35",
|
|
|
|
"@types/react": "^17.0.3",
|
|
|
|
"@types/react-dom": "^17.0.2",
|
2021-03-06 10:40:31 +00:00
|
|
|
"bootstrap": "4.5.3",
|
|
|
|
"classnames": "^2.2.6",
|
2021-06-24 09:29:41 +00:00
|
|
|
"markdown-to-jsx": "^7.1.3",
|
2021-03-16 09:54:01 +00:00
|
|
|
"react": "^17.0.1",
|
|
|
|
"react-bootstrap": "^1.5.2",
|
|
|
|
"react-dom": "^17.0.1",
|
2021-06-25 13:56:57 +00:00
|
|
|
"react-ga": "^3.3.0",
|
2021-03-06 10:40:31 +00:00
|
|
|
"react-router-dom": "^5.2.0",
|
|
|
|
"react-router-hash-link": "^2.3.1",
|
|
|
|
"react-scripts": "3.4.3",
|
|
|
|
"react-scrollspy": "^3.4.3",
|
2021-03-18 14:07:29 +00:00
|
|
|
"react-smooth-collapse": "^2.1.0",
|
2021-04-17 16:46:06 +00:00
|
|
|
"react-swipeable": "^6.1.0",
|
2021-03-18 14:07:29 +00:00
|
|
|
"typescript": "^4.2.3"
|
2021-03-06 10:40:31 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "node scripts/get-words.js && react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
2021-07-08 14:11:06 +00:00
|
|
|
"eject": "react-scripts eject",
|
|
|
|
"get-words": "node scripts/get-words.js"
|
2021-03-06 10:40:31 +00:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
2021-07-09 12:52:37 +00:00
|
|
|
"extends": "react-app",
|
|
|
|
"rules": {
|
|
|
|
"jsx-a11y/accessible-emoji": "off"
|
|
|
|
}
|
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-06-24 09:29:41 +00:00
|
|
|
"@babel/plugin-transform-react-jsx": "^7.14.5",
|
2021-03-06 10:40:31 +00:00
|
|
|
"mdx-loader": "^3.0.2",
|
|
|
|
"node-fetch": "^2.6.1"
|
|
|
|
}
|
|
|
|
}
|