44 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "app",
"version": "1.0.0",
"dependencies": {
2019-12-29 18:45:55 +02:00
"@formatjs/intl-pluralrules": "^1.4.1",
"@formatjs/intl-relativetimeformat": "^4.5.4",
"@hot-loader/react-dom": "^16.11.0",
2019-12-25 13:15:50 +02:00
"@types/react": "^16.9.17",
"@types/react-redux": "^7.1.5",
"@types/react-router-dom": "^5.1.3",
2019-12-07 21:43:08 +02:00
"clsx": "^1.0.4",
"copy-to-clipboard": "^3.0.8",
"debounce": "^1.0.0",
"flag-icon-css": "^3.4.5",
"intl": "^1.2.5",
2019-12-13 09:53:09 +02:00
"promise.prototype.finally": "3.1.2",
"prop-types": "^15.6.2",
"raf": "^3.4.1",
"raven-js": "^3.27.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet-async": "^1.0.4",
"react-hot-loader": "^4.12.18",
2019-12-29 18:45:55 +02:00
"react-intl": "^3.9.3",
"react-motion": "^0.5.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-textarea-autosize": "^7.1.2",
"react-transition-group": "^4.3.0",
2019-12-25 13:15:50 +02:00
"redux": "^4.0.5",
"redux-localstorage": "^0.4.1",
"redux-thunk": "^2.0.0",
2019-12-13 09:53:09 +02:00
"url-search-params-polyfill": "^7.0.1",
"webfontloader": "^1.6.26",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
2019-12-30 10:47:29 +02:00
"@types/react-helmet": "^5.0.14",
2019-12-25 13:15:50 +02:00
"@types/webpack-env": "^1.14.1",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.15.1"
}
}