Newer
Older
{
"name": "isomorphic",
"version": "3.0.5",
"private": true,
"dependencies": {
"@glidejs/glide": "^3.4.1",
"@redq/js-info-bubble": "^0.8.1",
"@uppy/core": "^1.5.1",
"@uppy/dropbox": "^1.3.2",
"@uppy/google-drive": "^1.3.2",
"@uppy/instagram": "^1.3.2",
"@uppy/react": "^1.3.2",
"@uppy/tus": "^1.4.2",
"antd-local-icon": "^0.1.3",
"auth0-lock": "^11.17.3",
"card-react": "^1.2.7",
"chart.js": "^2.9.3",
"classnames": "^2.2.6",
"clone": "^2.1.2",
"d3-shape": "^1.3.5",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-react-intl": "^2.0.6",
"express": "^4.17.1",
"prop-types": "^15.7.2",
"react-addons-shallow-compare": "^15.6.2",
"react-beautiful-dnd": "^11.0.5",
"react-big-calendar": "^0.22.1",
"react-chartjs-2": "^2.7.6",
"react-codemirror": "^1.0.0",
"react-count-down": "^1.2.1",
"react-credit-cards": "^0.8.0",
"react-custom-scrollbars": "^4.2.1",
"react-dates": "^21.2.0",
"react-dnd": "^5.0.0",
"react-dnd-html5-backend": "^3.0.2",
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
"react-drawer": "^1.3.4",
"react-dropzone-component": "^3.2.0",
"react-element-resize": "^0.2.2",
"react-error-overlay": "^6.0.3",
"react-flexbox-grid": "^2.1.2",
"react-flip-move": "^3.0.3",
"react-google-charts": "^3.0.15",
"react-grid-layout": "^0.16.6",
"react-icons": "^3.7.0",
"react-id-swiper": "^2.3.2",
"react-instantsearch": "^4.3.0",
"react-intl": "^2.9.0",
"react-loadable": "^5.5.0",
"react-motion-drawer": "^3.1.0",
"react-perfect-scrollbar": "^1.5.3",
"react-placeholder": "^3.0.2",
"react-quill": "^1.3.3",
"react-redux": "^7.1.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.2.0",
"react-sidebar": "^3.0.2",
"react-speech-recognition": "^2.0.4",
"react-tag-input": "^6.4.1",
"react-trend": "^1.2.5",
"react-vis": "^1.11.7",
"react-youtube": "^7.9.0",
"recharts": "^1.7.1",
"redux": "^4.0.4",
"redux-devtools": "^3.5.0",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0",
"redux-saga": "^1.1.1",
"redux-saga-firebase": "^0.15.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"rheostat": "^3.0.2",
"rich-marker": "^0.0.1",
"styled-components": "^4.4.0",
"styled-theme": "^0.3.3",
"swiper": "^5.0.4"
},
"devDependencies": {
"babel-plugin-import": "^1.12.2",
"customize-cra": "^0.8.0",
"enzyme": "^3.10.0",
"enzyme-to-json": "^3.4.2",
"redux-mock-store": "^1.5.3",
"sass": "^1.29.0",
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"serve": "serve -s build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}