packages/client/package.json
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "3.0.0-beta.44",
"@monaco-editor/react": "3.3.0",
"graphql": "15.0.0",
"lodash": "4.17.15",
"md5": "2.2.1",
"moment": "2.24.0",
"plotly.js": "1.54.1",
"pusher-js": "6.0.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-plotly.js": "2.4.0",
"react-router-dom": "5.1.2",
"react-scripts": "3.4.1",
"react-table": "7.0.4",
"react-transition-group": "4.3.0",
"typescript": "3.8.3"
},
"scripts": {
"build:style": "postcss src/index.css -o src/index.generated.css",
"build:style:watch": "npm run build:style -- -w",
"start:react": "react-scripts start",
"start": "run-p build:style:watch start:react",
"prebuild": "npm run build:style",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test",
"test:ci": "npm run test -- --coverage",
"eject": "react-scripts eject",
"lint": "prettier -c .",
"lint:fix": "npm run lint -- --write"
},
"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": {
"@tailwindcss/ui": "0.3.0",
"@testing-library/jest-dom": "5.5.0",
"@testing-library/react": "10.0.4",
"@testing-library/user-event": "10.1.0",
"@types/jest": "25.2.1",
"@types/lodash": "4.14.150",
"@types/md5": "2.2.0",
"@types/node": "13.13.4",
"@types/react": "16.9.34",
"@types/react-dom": "16.9.7",
"@types/react-plotly.js": "2.2.4",
"@types/react-router-dom": "5.1.5",
"@types/react-table": "7.0.16",
"@types/react-transition-group": "4.2.4",
"autoprefixer": "9.7.6",
"npm-run-all": "4.1.5",
"postcss-cli": "7.1.1",
"prettier": "2.0.5",
"react-scripts": "3.4.1",
"tailwindcss": "1.4.4",
"typescript": "3.8.3"
}
}