mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-16 18:18:42 -05:00
46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "sendou-ink-react-ui",
|
|
"version": "2.0.1",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@apollo/react-hooks": "^3.1.3",
|
|
"@sendou/react-sketch": "^0.5.2",
|
|
"apollo-boost": "^0.4.7",
|
|
"graphql": "^14.5.8",
|
|
"jstz": "^2.1.1",
|
|
"react": "^16.12.0",
|
|
"react-color": "^2.17.3",
|
|
"react-datepicker": "^2.10.1",
|
|
"react-dom": "^16.12.0",
|
|
"react-infinite-scroller": "^1.2.4",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "^3.3.0",
|
|
"recharts": "^1.8.5",
|
|
"semantic-ui-css": "^2.4.1",
|
|
"semantic-ui-react": "^0.88.2",
|
|
"use-query-params": "^0.4.6"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"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": {}
|
|
}
|