PromucFlow_constructor/app/client/package.json

58 lines
1.4 KiB
JSON
Raw Normal View History

2019-01-21 15:11:10 +00:00
{
"name": "picasso",
"version": "0.1.0",
"private": true,
"dependencies": {
"@blueprintjs/core": "^3.11.0",
"@blueprintjs/datetime": "^3.6.0",
"@blueprintjs/icons": "^3.5.0",
"@blueprintjs/table": "^3.4.0",
2019-01-21 18:11:08 +00:00
"@types/jest": "^23.3.13",
"@types/lodash": "^4.14.120",
"@types/moment-timezone": "^0.5.10",
2019-01-21 18:11:08 +00:00
"@types/node": "^10.12.18",
"@types/react": "^16.8.2",
"@types/react-dom": "^16.8.0",
"@types/react-redux": "^7.0.1",
"@types/react-router-dom": "^4.3.1",
"@types/styled-components": "^4.1.8",
"axios": "^0.18.0",
"flow-bin": "^0.91.0",
2019-01-21 18:11:08 +00:00
"husky": "^1.3.1",
"lint-staged": "^8.1.0",
"lodash": "^4.17.11",
2019-01-21 18:11:08 +00:00
"prettier": "^1.16.0",
2019-01-21 15:11:10 +00:00
"react": "^16.7.0",
"react-dnd": "^7.0.2",
"react-dnd-html5-backend": "^7.0.2",
2019-01-21 15:11:10 +00:00
"react-dom": "^16.7.0",
"react-redux": "^6.0.0",
"react-router": "^4.3.1",
2019-01-21 18:11:08 +00:00
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.3",
"redux": "^4.0.1",
2019-01-21 18:11:08 +00:00
"redux-saga": "^1.0.0",
"styled-components": "^4.1.3",
2019-01-21 18:11:08 +00:00
"typescript": "^3.2.4"
2019-01-21 15:11:10 +00:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"flow": "flow"
2019-01-21 15:11:10 +00:00
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"redux-devtools": "^3.5.0"
}
2019-01-21 15:11:10 +00:00
}