-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
143 lines (143 loc) · 4.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "kickoff-react",
"version": "0.2.1",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --fix --ext .jsx,.js src/*.js src/**/*.js",
"lint-two": "NODE_ENV=production lint-staged"
},
"dependencies": {
"@material-ui/core": "^3.1.2",
"@mdi/font": "^2.8.94",
"apollo-cache-inmemory": "^1.5.1",
"apollo-cache-persist": "^0.1.1",
"apollo-client": "^2.5.1",
"apollo-link": "^1.2.11",
"apollo-link-context": "^1.0.17",
"apollo-link-error": "^1.1.10",
"apollo-link-http": "^1.5.14",
"apollo-link-state": "^0.4.2",
"bfj": "6.1.1",
"bootstrap": "^4.1.3",
"chalk": "2.4.1",
"chart.js": "^2.7.2",
"classnames": "^2.2.6",
"currency.js": "^1.2.1",
"dayjs": "^1.8.12",
"dotenv": "6.0.0",
"dotenv-expand": "4.2.0",
"draft-js": "^0.10.5",
"draft-js-buttons": "^2.0.1",
"draftjs-to-html": "^0.8.4",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "2.0.0",
"formik": "^1.5.2",
"fs-extra": "7.0.0",
"graphql": "^14.2.1",
"graphql-tag": "^2.10.1",
"highcharts": "^6.1.4",
"html-webpack-plugin": "4.0.0-alpha.2",
"i18next": "^11.9.0",
"identity-obj-proxy": "3.0.0",
"immutability-helper": "^2.8.1",
"jest": "23.6.0",
"jest-pnp-resolver": "1.0.1",
"jest-resolve": "23.6.0",
"lodash": "^4.17.11",
"lodash.range": "^3.2.0",
"mdi-react": "^4.4.0",
"merge-graphql-schemas": "^1.5.8",
"mini-css-extract-plugin": "0.4.3",
"moment": "^2.22.2",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"pnp-webpack-plugin": "1.1.0",
"postcss-flexbugs-fixes": "4.1.0",
"postcss-loader": "3.0.0",
"postcss-preset-env": "6.0.6",
"postcss-safe-parser": "4.0.1",
"prop-types": "^15.7.2",
"rc-notification": "^3.2.0",
"rc-slider": "^8.6.3",
"rc-time-picker": "^3.4.0",
"rc-tooltip": "^3.7.3",
"react": "^16.8.6",
"react-apollo": "^2.5.4",
"react-app-polyfill": "^0.1.3",
"react-big-calendar": "^0.19.2",
"react-chartjs-2": "^2.7.4",
"react-color": "^2.14.1",
"react-data-grid": "^3.0.10",
"react-datepicker": "^1.6.0",
"react-dev-utils": "^6.0.3",
"react-dnd": "^2.5.4",
"react-dnd-html5-backend": "^2.5.4",
"react-dom": "^16.8.6",
"react-dotdotdot": "^1.2.3",
"react-draft-wysiwyg": "^1.12.13",
"react-dropzone": "^4.2.13",
"react-google-maps": "^9.4.5",
"react-helmet": "^5.2.0",
"react-highcharts": "^16.0.2",
"react-highlight": "^0.12.0",
"react-i18next": "^8.0.6",
"react-images": "^0.5.19",
"react-input-mask": "^1.2.2",
"react-loading": "^2.0.3",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.8",
"react-scroll-to-component": "^1.0.2",
"react-select": "^1.2.1",
"react-slick": "^0.23.1",
"react-smooth-scrollbar": "^8.0.6",
"react-sticky": "^6.0.3",
"react-syntax-highlighter": "^8.0.1",
"react-text-mask": "^5.4.3",
"react-vis": "^1.11.2",
"react-yandex-metrika": "^2.4.2",
"reactstrap": "^6.4.0",
"recharts": "^1.3.1",
"recompose": "^0.30.0",
"redux": "^4.0.0",
"redux-form": "^7.4.2",
"resolve": "1.8.1",
"slick-carousel": "^1.8.1",
"smooth-scrollbar": "^8.3.1",
"style-loader": "0.23.0",
"styled-components": "^4.2.0",
"sweetalert": "^2.1.2",
"terser-webpack-plugin": "1.1.0",
"text-mask-addons": "^3.8.0",
"url-loader": "1.1.1",
"yup": "^0.27.0"
},
"devDependencies": {
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.17.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"husky": "^1.3.1",
"lint-staged": "^8.1.5",
"prettier": "^1.17.0",
"pretty-quick": "^1.10.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"lint-staged": {
"*.{js,jsx}": [
"pretty-quick --staged",
"eslint src/ --fix",
"git add"
]
}
}