Skip to content

Instantly share code, notes, and snippets.

@koyta
Created February 14, 2018 23:36
Show Gist options
  • Save koyta/a8df3d4b409b76df484b15deddd3e1e7 to your computer and use it in GitHub Desktop.
Save koyta/a8df3d4b409b76df484b15deddd3e1e7 to your computer and use it in GitHub Desktop.
Client package.json
{
"name": "charts",
"version": "0.1.0",
"private": true,
"dependencies": {
"chart.js": "^2.7.1",
"crypto-js": "^3.1.9-1",
"mobx": "^3.4.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts-ts": "^2.10.0"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"proxy": "http://localhost:5000",
"devDependencies": {
"@types/chart.js": "^2.7.3",
"@types/classnames": "^2.2.3",
"@types/jest": "^22.0.1",
"@types/node": "^9.3.0",
"@types/react": "^16.0.34",
"@types/react-dom": "^16.0.3",
"@types/ws": "^4.0.0",
"axios": "^0.17.1",
"classnames": "^2.2.5",
"mobx-react": "^4.3.5",
"mobx-react-devtools": "^4.2.15",
"react-chartjs-2": "^2.7.0",
"ws": "^4.0.0"
},
"optionalDependencies": {
"bufferutil": "^3.0.3",
"utf-8-validate": "^4.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment