You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.5 KiB
57 lines
1.5 KiB
{
|
|
"name": "watcha-admin",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
|
"@fortawesome/react-fontawesome": "^0.1.14",
|
|
"bootstrap": "^4.6.0",
|
|
"classnames": "^2.3.1",
|
|
"formik": "^2.2.6",
|
|
"i18next": "^20.1.0",
|
|
"i18next-browser-languagedetector": "^6.1.0",
|
|
"i18next-http-backend": "^1.2.1",
|
|
"match-sorter": "^6.3.0",
|
|
"matrix-js-sdk": "^9.10.0",
|
|
"moment": "^2.29.1",
|
|
"node-sass": "^5.0.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^17.0.2",
|
|
"react-bootstrap": "^1.5.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-i18next": "^11.8.12",
|
|
"react-scripts": "^4.0.3",
|
|
"react-table": "^7.6.3",
|
|
"restful-react": "^15.4.1",
|
|
"yup": "^0.32.9"
|
|
},
|
|
"scripts": {
|
|
"start": "PORT=1664 react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.23.0",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-react": "^7.23.1",
|
|
"eslint-plugin-react-hooks": "^4.2.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"homepage": "/admin-v2"
|
|
}
|
|
|