mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-03 00:05:01 -05:00
77 lines
2.2 KiB
JSON
77 lines
2.2 KiB
JSON
{
|
|
"name": "sendou-ink-new",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@apollo/react-hooks": "^3.1.5",
|
|
"@chakra-ui/core": "^0.8.0",
|
|
"@emotion/core": "^10.0.28",
|
|
"@emotion/styled": "^10.0.27",
|
|
"@reach/router": "^1.3.3",
|
|
"@rehooks/local-storage": "^2.4.0",
|
|
"@sendou/react-sketch": "^0.5.2",
|
|
"@testing-library/jest-dom": "^5.8.0",
|
|
"@testing-library/react": "^10.0.4",
|
|
"@testing-library/user-event": "^10.3.5",
|
|
"@types/jest": "^25.2.3",
|
|
"@types/reach__router": "^1.3.5",
|
|
"@types/react": "^16.9.35",
|
|
"@types/react-color": "^3.0.1",
|
|
"@types/react-datepicker": "^2.11.0",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@types/react-infinite-scroller": "^1.2.1",
|
|
"@types/react-paginate": "^6.2.1",
|
|
"@types/react-select": "^3.0.13",
|
|
"@types/recharts": "^1.8.10",
|
|
"@types/webpack-env": "^1.15.2",
|
|
"apollo-boost": "^0.4.9",
|
|
"emotion-theming": "^10.0.27",
|
|
"graphql": "^15.0.0",
|
|
"jstz": "^2.1.1",
|
|
"node-sass": "^4.14.1",
|
|
"react": "^16.13.1",
|
|
"react-color": "^2.18.1",
|
|
"react-datepicker": "^2.16.0",
|
|
"react-dom": "^16.13.1",
|
|
"react-draggable": "^4.4.2",
|
|
"react-helmet-async": "^1.0.6",
|
|
"react-hotkeys-hook": "^2.1.3",
|
|
"react-icons": "^3.10.0",
|
|
"react-infinite-scroller": "^1.2.4",
|
|
"react-markdown": "^4.3.1",
|
|
"react-paginate": "^6.3.2",
|
|
"react-scripts": "^3.4.1",
|
|
"react-select": "^3.1.0",
|
|
"react-string-replace": "^0.4.4",
|
|
"react-super-responsive-table": "^5.1.1",
|
|
"react-tweet-embed": "^1.2.2",
|
|
"recharts": "^1.8.5",
|
|
"source-map-explorer": "^2.4.2",
|
|
"typescript": "^3.9.3",
|
|
"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'"
|
|
},
|
|
"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": {}
|
|
}
|