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.
59 lines
1.5 KiB
59 lines
1.5 KiB
{
|
|
"name": "watcha-admin",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.0",
|
|
"@fortawesome/react-fontawesome": "^0.1.9",
|
|
"classnames": "^2.2.6",
|
|
"formik": "^2.1.4",
|
|
"i18next": "^19.4.2",
|
|
"i18next-browser-languagedetector": "^4.0.2",
|
|
"i18next-http-backend": "^1.0.3",
|
|
"match-sorter": "^4.1.0",
|
|
"matrix-js-sdk": "9.8.0",
|
|
"moment": "^2.24.0",
|
|
"node-sass": "^4.14.1",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-i18next": "^11.3.4",
|
|
"react-scripts": "^3.4.1",
|
|
"react-table": "^7.0.4",
|
|
"restful-react": "^11.2.0",
|
|
"yup": "^0.28.5"
|
|
},
|
|
"scripts": {
|
|
"start": "PORT=1664 react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.1.0",
|
|
"bootstrap": "^4.4.1",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-airbnb": "^18.1.0",
|
|
"eslint-plugin-import": "^2.20.2",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-react": "^7.19.0",
|
|
"eslint-plugin-react-hooks": "^3.0.0",
|
|
"react-bootstrap": "^1.0.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",
|
|
"scarfSettings": {
|
|
"enabled": false
|
|
}
|
|
}
|
|
|