2023-03-20 21:41:33 +01:00
|
|
|
{
|
2023-04-10 22:51:14 +02:00
|
|
|
"name": "spacebar-client-react",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@emotion/react": "^11.10.6",
|
|
|
|
"@emotion/styled": "^11.10.6",
|
|
|
|
"@fontsource/roboto": "^4.5.8",
|
|
|
|
"@mattjennings/react-modal-stack": "^1.0.4",
|
|
|
|
"@mui/material": "^5.11.13",
|
|
|
|
"@puyodead1/fosscord-ts": "github:Puyodead1/fosscord.ts",
|
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
|
|
"@testing-library/react": "^13.4.0",
|
|
|
|
"@testing-library/user-event": "^13.5.0",
|
|
|
|
"@types/jest": "^27.5.2",
|
|
|
|
"@types/node": "^16.18.16",
|
|
|
|
"@types/react": "^18.0.28",
|
|
|
|
"@types/react-dom": "^18.0.11",
|
|
|
|
"mobx": "^6.8.0",
|
|
|
|
"mobx-react-lite": "^3.4.3",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-advanced-cropper": "^0.18.0",
|
|
|
|
"react-colorful": "^5.6.1",
|
|
|
|
"react-dom": "^18.2.0",
|
|
|
|
"react-error-boundary": "^3.1.4",
|
|
|
|
"react-hook-form": "^7.43.7",
|
|
|
|
"react-icons": "^4.8.0",
|
|
|
|
"react-loading-skeleton": "^3.2.0",
|
|
|
|
"react-router-dom": "^6.9.0",
|
|
|
|
"react-scripts": "5.0.1",
|
|
|
|
"react-secure-storage": "^1.2.0",
|
|
|
|
"react-select-search": "^4.1.6",
|
|
|
|
"react-spinners": "^0.13.8",
|
|
|
|
"reoverlay": "^1.0.3",
|
|
|
|
"slate": "^0.91.4",
|
|
|
|
"slate-react": "^0.92.0",
|
|
|
|
"styled-components": "^5.3.9",
|
|
|
|
"typescript": "^4.9.5"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "craco start",
|
|
|
|
"build": "craco build",
|
|
|
|
"test": "craco test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app",
|
|
|
|
"react-app/jest"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@craco/craco": "^7.1.0",
|
|
|
|
"@types/styled-components": "^5.1.26",
|
|
|
|
"craco-esbuild": "^0.5.2"
|
|
|
|
}
|
2023-03-20 21:41:33 +01:00
|
|
|
}
|