mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
77 lines
2.2 KiB
JSON
77 lines
2.2 KiB
JSON
{
|
|
"name": "sendou.ink-frontend",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@apollo/client": "^3.3.0-beta.6",
|
|
"@chakra-ui/core": "^1.0.0-rc.5",
|
|
"@reach/router": "^1.3.4",
|
|
"@rehooks/local-storage": "^2.4.0",
|
|
"@sendou/react-sketch": "^0.5.2",
|
|
"@types/reach__router": "^1.3.5",
|
|
"@types/react": "^16.9.49",
|
|
"@types/react-color": "^3.0.4",
|
|
"@types/react-datepicker": "^3.1.1",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@types/react-infinite-scroller": "^1.2.1",
|
|
"@types/react-paginate": "^6.2.1",
|
|
"@types/react-select": "^3.0.19",
|
|
"@types/recharts": "^1.8.15",
|
|
"@types/webpack-env": "^1.15.2",
|
|
"graphql": "^15.3.0",
|
|
"i18next": "^19.7.0",
|
|
"i18next-browser-languagedetector": "^6.0.1",
|
|
"i18next-http-backend": "^1.0.21",
|
|
"node-sass": "^4.14.1",
|
|
"react": "^16.13.1",
|
|
"react-color": "^2.18.1",
|
|
"react-datepicker": "^3.1.3",
|
|
"react-dom": "^16.13.1",
|
|
"react-draggable": "^4.4.3",
|
|
"react-helmet-async": "^1.0.6",
|
|
"react-hotkeys-hook": "^2.3.0",
|
|
"react-i18next": "^11.7.2",
|
|
"react-icons": "^3.11.0",
|
|
"react-infinite-scroller": "^1.2.4",
|
|
"react-markdown": "^4.3.1",
|
|
"react-paginate": "^6.3.2",
|
|
"react-scripts": "next",
|
|
"react-select": "^3.1.0",
|
|
"react-string-replace": "^0.4.4",
|
|
"recharts": "^1.8.5",
|
|
"source-map-explorer": "^2.5.0",
|
|
"typescript": "^3.8.3",
|
|
"use-onclickoutside": "^0.3.1",
|
|
"use-query-params": "^0.6.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"analyze": "source-map-explorer 'build/static/js/*.js'",
|
|
"gen": "graphql-codegen --config codegen.yml"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "^1.17.8",
|
|
"@graphql-codegen/typescript": "^1.17.9",
|
|
"@graphql-codegen/typescript-operations": "^1.17.8",
|
|
"@graphql-codegen/typescript-react-apollo": "^2.0.6"
|
|
}
|
|
}
|