mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-11 05:05:07 -05:00
45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
{
|
|
"name": "react-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@apollo/react-hooks": "^3.0.0",
|
|
"apollo-boost": "^0.4.3",
|
|
"apollo-link": "^1.2.12",
|
|
"apollo-link-context": "^1.0.18",
|
|
"graphql": "^14.4.2",
|
|
"jstz": "^2.1.1",
|
|
"react": "^16.9.0",
|
|
"react-color": "^2.17.3",
|
|
"react-dom": "^16.9.0",
|
|
"react-router": "^5.0.1",
|
|
"react-router-dom": "^5.0.1",
|
|
"react-scripts": "3.0.0",
|
|
"react-sketch": "^0.5.1",
|
|
"recharts": "^1.7.0",
|
|
"semantic-ui-react": "^0.86.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build && move build ../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"
|
|
]
|
|
},
|
|
"proxy": "http://localhost:3001"
|
|
}
|