2018-08-27 11:41:01 +00:00
|
|
|
{
|
|
|
|
"name": "frontend",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2018-08-27 15:27:09 +00:00
|
|
|
"@blueprintjs/core": "^3.4.0",
|
|
|
|
"@blueprintjs/icons": "^3.1.0",
|
|
|
|
"@blueprintjs/select": "^3.1.0",
|
2018-08-27 21:31:27 +00:00
|
|
|
"classnames": "^2.2.6",
|
2018-08-27 15:27:09 +00:00
|
|
|
"cross-fetch": "^2.2.2",
|
2018-09-03 19:30:11 +00:00
|
|
|
"lodash": "^4.17.10",
|
2018-09-01 17:34:00 +00:00
|
|
|
"moment": "^2.22.2",
|
2018-08-27 15:27:09 +00:00
|
|
|
"normalize.css": "^8.0.0",
|
2018-08-27 11:41:01 +00:00
|
|
|
"react": "^16.4.2",
|
|
|
|
"react-dom": "^16.4.2",
|
2018-08-27 15:27:09 +00:00
|
|
|
"react-redux": "^5.0.7",
|
|
|
|
"react-scripts-ts": "2.17.0",
|
2018-09-01 13:32:04 +00:00
|
|
|
"react-sigma": "^1.2.30",
|
2018-08-27 21:31:27 +00:00
|
|
|
"react-virtualized": "^9.20.1",
|
2018-08-27 15:27:09 +00:00
|
|
|
"redux": "^4.0.0",
|
2018-09-01 17:24:05 +00:00
|
|
|
"redux-thunk": "^2.3.0",
|
|
|
|
"sanitize-html": "^1.18.4"
|
2018-08-27 11:41:01 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-08-27 12:07:32 +00:00
|
|
|
"start": "react-scripts-ts start",
|
|
|
|
"build": "react-scripts-ts build",
|
|
|
|
"test": "react-scripts-ts test --env=jsdom",
|
|
|
|
"eject": "react-scripts-ts eject"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-08-27 21:31:27 +00:00
|
|
|
"@types/classnames": "^2.2.6",
|
2018-08-27 12:07:32 +00:00
|
|
|
"@types/jest": "^23.3.1",
|
2018-09-03 19:30:11 +00:00
|
|
|
"@types/lodash": "^4.14.116",
|
2018-08-27 12:07:32 +00:00
|
|
|
"@types/node": "^10.9.2",
|
|
|
|
"@types/react": "^16.4.12",
|
|
|
|
"@types/react-dom": "^16.0.7",
|
2018-08-27 15:27:09 +00:00
|
|
|
"@types/react-redux": "^6.0.6",
|
2018-08-27 21:31:27 +00:00
|
|
|
"@types/react-virtualized": "^9.18.7",
|
2018-09-01 17:24:05 +00:00
|
|
|
"@types/sanitize-html": "^1.18.0",
|
2018-08-27 12:07:32 +00:00
|
|
|
"typescript": "^3.0.1"
|
2018-08-27 11:41:01 +00:00
|
|
|
}
|
2018-08-27 12:07:32 +00:00
|
|
|
}
|