-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
194 lines (194 loc) · 6.89 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
{
"name": "climate-watch",
"version": "1.15.1",
"engines": {
"node": ">=12.0.0 <13"
},
"scripts": {
"start": "run-p -r rails:server js:server",
"reinstall": "rm -rf ./node_modules && yarn install",
"js:server": "yarn install && ./bin/webpack-dev-server -c config/webpack/development.js",
"dev": "webpack-dev-server -c config/webpack/development.js",
"test": "jest",
"build": "webpack -c config/webpack/production.js",
"rails:bundle-audit": "bundle exec bundle-audit check --update",
"rails:cleanimport": "rails db:drop db:create db:migrate db:import",
"rails:server": "bundle exec rails s",
"precommit": "lint-staged",
"deploy:staging": "bundle exec cap staging deploy",
"deploy:production": "bundle exec cap production deploy",
"lint": "eslint --ext js --ext jsx ."
},
"private": true,
"dependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-do-expressions": "^7.0.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"ansi-regex": "^5.0.0",
"autoprefixer": "9.8.0",
"axios": "^0.21.1",
"axios-cache-adapter": "2.4.1",
"babel-loader": "^8.1.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.8",
"babel-plugin-webpack-loaders": "0.9.0",
"body-scroll-lock": "^3.1.5",
"chroma-js": "1.3.4",
"classnames": "2.2.5",
"compression-webpack-plugin": "^1.1.11",
"computed-style-to-inline-style": "^3.0.0",
"copy-to-clipboard": "3.0.8",
"core-js": "^3.18.3",
"css-loader": "0.28.7",
"cw-components": "github:ClimateWatch-Vizzuality/climate-watch-components#1.67.4",
"d3-axis": "^3.0.0",
"d3-format": "1.2.0",
"d3-scale": "1.0.6",
"d3-selection": "^3.0.0",
"d3-time-format": "^2.1.3",
"dangerously-set-html-content": "^1.0.8",
"decorate-component-with-props": "1.1.0",
"directory-named-webpack-plugin": "4.0.1",
"dotenv": "4.0.0",
"downshift": "^5.4.7",
"draft-js": "0.10.4",
"draft-js-buttons": "2.0.1",
"draft-js-export-html": "1.2.0",
"draft-js-focus-plugin": "2.0.1",
"draft-js-inline-toolbar-plugin": "2.0.1",
"draft-js-plugins-editor": "2.0.4",
"enhanced-resolve": "4.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "6.2.0",
"foundation-sites": "6.4.3",
"glob": "7.1.2",
"history": "4.7.2",
"html-react-parser": "^1.2.6",
"html2canvas": "^1.0.0-rc.7",
"imagemin-webp-webpack-plugin": "^3.3.2",
"js-lenses": "2.0.1",
"js-yaml": "3.13.1",
"lodash": "4.17.21",
"lodash-inflection": "1.5.0",
"mini-css-extract-plugin": "^1.4.1",
"moment-timezone": "^0.5.35",
"node-sass": ">=4.13.1",
"path-browserify": "^1.0.1",
"path-complete-extname": "^1.0.0",
"pluralize": "^8.0.0",
"post-robot": "8.0.26",
"postcss-loader": "2.0.6",
"postcss-preset-env": "^6.7.0",
"prop-types": "^15.5.10",
"querystring-es3": "^0.2.1",
"raw-loader": "0.5.1",
"react": "16.8.0",
"react-addons-css-transition-group": "15.6.0",
"react-addons-shallow-compare": "15.6.0",
"react-click-outside": "github:tj/react-click-outside",
"react-collapse": "4.0.3",
"react-countdown": "^2.3.1",
"react-css-themr": "2.1.2",
"react-dom": "16.8.0",
"react-dom-factories": "1.0.0",
"react-dotdotdot": "^1.2.3",
"react-draggable": "^4.4.3",
"react-ga": "2.3.5",
"react-gtm-module": "^2.0.11",
"react-helmet": "5.2.0",
"react-horizontal-timeline": "1.4.0",
"react-hot-loader": "3.0.0-beta.7",
"react-modal": "3.5.1",
"react-motion": "0.5.1",
"react-paginate": "^5.2.3",
"react-player": "1.8.0",
"react-redux": "5.0.5",
"react-responsive": "4.0.3",
"react-router": "5.1.2",
"react-router-config": "5.1.1",
"react-router-dom": "5.1.2",
"react-router-hash-link": "1.2.0",
"react-selectize": "3.0.1",
"react-simple-maps": "0.8.3",
"react-slick": "^0.23.2",
"react-stickynode": "1.3.1",
"react-string-replace": "^0.4.4",
"react-string-replace-recursively": "^0.2.0",
"react-textarea-autosize": "5.2.1",
"react-tooltip": "4.2.7",
"react-transition-group": "1.1.2",
"react-truncate": "2.4.0",
"react-virtualized": "9.10.1",
"react-waypoint": "^8.0.1",
"reactour": "^1.18.4",
"recharts": "1.0.0-beta.7",
"recompose": "0.25.1",
"reduce-reducers": "^0.1.2",
"redux": "3.7.1",
"redux-actions": "2.2.1",
"redux-logger": "3.0.6",
"redux-thunk": "2.3.0",
"regenerator-runtime": "^0.13.9",
"reselect": "3.0.1",
"resolve-url-loader": "2.1.0",
"sass-loader": "6.0.6",
"screenfull": "3.3.2",
"slick-carousel": "^1.8.1",
"style-loader": "0.18.2",
"styled-components": "^4.0.0",
"svg-sprite-loader": "6.0.0",
"terser-webpack-plugin": "^5.1.1",
"topojson-client": "3.0.0",
"uuid": "3.2.1",
"webpack": "^5.1.0",
"webpack-assets-manifest": "^5.0.6",
"webpack-cli": "^4.5.0",
"webpack-merge": "4.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",
"@babel/eslint-plugin": "^7.17.7",
"@webpack-cli/init": "^1.1.3",
"babel-jest": "^26.6.3",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"eslint": "4.18.2",
"eslint-config-prettier": "2.9.0",
"eslint-config-vizzuality": "1.0.5",
"eslint-import-resolver-webpack": "0.8.3",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-prettier": "2.2.0",
"eslint-plugin-react": "7.4.0",
"husky": "0.14.3",
"jest": "^26.6.3",
"lint-staged": "4.1.1",
"npm-run-all": "4.0.2",
"plop": "1.8.1",
"precommit": "1.2.2",
"prettier": "^1.19.1",
"process": "^0.11.10",
"react-hot-loader": "3.0.0-beta.7",
"redux-logger": "3.0.6",
"release": "github:vizzuality/release#4.0.0",
"stylelint": "9.1.2",
"stylelint-config-standard": "16.0.0",
"webpack-dev-server": "^4.3.1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}