2022-08-08 02:06:40 +00:00
|
|
|
{
|
|
|
|
"name": "chitchatter",
|
2022-08-08 02:46:03 +00:00
|
|
|
"version": "0.0.0",
|
2022-08-09 01:15:39 +00:00
|
|
|
"homepage": "https://chitchatter.im/",
|
2022-08-08 02:06:40 +00:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2022-08-09 02:43:16 +00:00
|
|
|
"@emotion/react": "^11.10.0",
|
|
|
|
"@emotion/styled": "^11.10.0",
|
|
|
|
"@mui/icons-material": "^5.8.4",
|
|
|
|
"@mui/material": "^5.9.3",
|
2022-08-08 02:06:40 +00:00
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
2022-08-09 02:43:16 +00:00
|
|
|
"@testing-library/react": "^12.1.5",
|
2022-08-08 02:06:40 +00:00
|
|
|
"@testing-library/user-event": "^13.5.0",
|
2022-08-09 02:04:37 +00:00
|
|
|
"@types/jest": "^28.1.6",
|
|
|
|
"@types/node": "^18.6.5",
|
|
|
|
"@types/react": "^18.0.17",
|
|
|
|
"@types/react-dom": "^18.0.6",
|
2022-08-08 02:06:40 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"react-scripts": "5.0.1",
|
2022-08-09 02:15:22 +00:00
|
|
|
"sass": "^1.54.3",
|
2022-08-09 02:43:16 +00:00
|
|
|
"typeface-public-sans": "^1.1.13",
|
|
|
|
"typeface-roboto": "^1.1.13",
|
2022-08-09 02:04:37 +00:00
|
|
|
"typescript": "^4.7.4",
|
2022-08-08 02:06:40 +00:00
|
|
|
"web-vitals": "^2.1.4"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
2022-08-08 02:53:00 +00:00
|
|
|
"test": "react-scripts test",
|
2022-08-08 02:59:46 +00:00
|
|
|
"prepare": "husky install",
|
2022-08-09 01:04:04 +00:00
|
|
|
"prettier": "prettier 'src/**/*.js' --write",
|
|
|
|
"lint": "eslint src --max-warnings=0"
|
2022-08-08 02:06:40 +00:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app",
|
|
|
|
"react-app/jest"
|
|
|
|
]
|
|
|
|
},
|
2022-08-08 02:36:52 +00:00
|
|
|
"engines": {
|
|
|
|
"node": "18.x",
|
|
|
|
"npm": "8.x"
|
|
|
|
},
|
2022-08-08 02:06:40 +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"
|
|
|
|
]
|
2022-08-08 02:53:00 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-08-09 01:04:04 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.33.0",
|
|
|
|
"@typescript-eslint/parser": "^5.33.0",
|
2022-08-09 02:11:30 +00:00
|
|
|
"autoprefixer": "^10.4.8",
|
2022-08-09 01:04:04 +00:00
|
|
|
"eslint": "^8.21.0",
|
|
|
|
"eslint-config-react-app": "^7.0.1",
|
|
|
|
"eslint-plugin-import": "^2.26.0",
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
|
|
"eslint-plugin-react": "^7.30.1",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2022-08-08 02:59:46 +00:00
|
|
|
"husky": "^8.0.1",
|
2022-08-09 02:11:30 +00:00
|
|
|
"postcss": "^8.4.16",
|
2022-08-08 02:59:46 +00:00
|
|
|
"prettier": "^2.7.1",
|
2022-08-09 02:11:30 +00:00
|
|
|
"pretty-quick": "^3.1.3",
|
|
|
|
"tailwindcss": "^3.1.8"
|
2022-08-08 02:06:40 +00:00
|
|
|
}
|
|
|
|
}
|