index.community/frontend/package.json

38 lines
1000 B
JSON
Raw Normal View History

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",
"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",
"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",
"redux-thunk": "^2.3.0"
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",
"@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-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
}