This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
137 lines (137 loc) · 4.93 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
{
"name": "mediacloud-web-tools",
"version": "3.25.3",
"private": true,
"engines": {
"node": ">=17.7.2"
},
"scripts": {
"explorer-dev": "cross-env MC_APP_NAME=explorer webpack serve --config config/webpack.config.js",
"explorer-release": "cross-env NODE_ENV=production MC_APP_NAME=explorer webpack --config config/webpack.config.js",
"sources-dev": "cross-env MC_APP_NAME=sources webpack serve --config config/webpack.config.js",
"sources-release": "cross-env NODE_ENV=production MC_APP_NAME=sources webpack --config config/webpack.config.js",
"topics-dev": "cross-env MC_APP_NAME=topics webpack serve --config config/webpack.config.js",
"topics-release": "cross-env NODE_ENV=production MC_APP_NAME=topics webpack --config config/webpack.config.js",
"tools-dev": "cross-env MC_APP_NAME=tools webpack serve --config config/webpack.config.js",
"tools-release": "cross-env NODE_ENV=production MC_APP_NAME=tools webpack --config config/webpack.config.js",
"requirements-check": "cross-env node scripts/check-version.js",
"postinstall": "cross-env yarn run requirements-check",
"lint": "cross-env npx eslint src/",
"lint_fix": "cross-env eslint --fix --ext .js --ext .jsx ./src/"
},
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"airbnb-js-shims": "^2.2.1",
"buffer": "^6.0.3",
"codemirror": "^5.54.0",
"core-js": "^3.6.5",
"country-iso-3-to-2": "^1.1.0",
"crossfilter2": "^1.5.2",
"csv-string": "^4.0.1",
"d3": "^5.16.0",
"d3-cloud": "1.2.5",
"d3-scale-chromatic": "^1.5.0",
"donottrack": "^1.1.2",
"download.js": "^1.0.0",
"flexboxgrid": "^6.3.1",
"highcharts": "^8.1.0",
"highcharts-react-official": "3.0.0",
"intl": "^1.2.5",
"isomorphic-fetch": "^2.2.1",
"logic-query-parser": "^0.0.5",
"moment": "^2.26.0",
"node-darwin-arm64": "^18.0.0",
"npm": "^8.5.5",
"prop-types": "^15.7.2",
"raven-for-redux": "^1.4.0",
"raven-js": "^3.27.2",
"react": "^16.13.1",
"react-codemirror2": "^7.2.0",
"react-color": "^2.18.1",
"react-css-transition-replace": "^4.0.2",
"react-dimensions": "^1.3.1",
"react-dom": "^16.13.1",
"react-flexbox-grid": "^2.1.2",
"react-ga": "^3.3.0",
"react-google-charts": "^3.0.15",
"react-google-recaptcha": "^2.0.1",
"react-helmet": "^6.0.0",
"react-intl": "^3.9.3",
"react-redux": "^7.2.0",
"react-router": "^3.0.5",
"react-router-redux": "4.0.8",
"react-sanitized-html": "^2.0.0",
"react-select": "^3.1.0",
"react-sigma": "^1.2.34",
"react-slick": "^0.26.1",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-form": "^8.3.5",
"redux-logger": "^3.0.6",
"redux-simple-promise": "^2.0.2",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.5",
"sanitize-html": "^1.24.0",
"sigma": "^1.2.1",
"simple-assign": "^0.1.0",
"slugify": "^1.4.0",
"uuid": "^8.1.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/eslint-parser": "^7.14.4",
"@babel/eslint-plugin": "^7.13.16",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.14.4",
"@babel/plugin-transform-object-assign": "^7.12.13",
"@babel/plugin-transform-react-jsx-source": "^7.14.2",
"@babel/plugin-transform-runtime": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.13.13",
"@babel/register": "^7.13.16",
"ajv": "^8.6.0",
"ajv-cli": "^5.0.0",
"autoprefixer": "^10.2.6",
"babel-loader": "^8.2.2",
"babel-plugin-react-intl": "^5.1.13",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"cache-loader": "^4.1.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.3",
"css-loader": "^5.2.6",
"eslint": "^7.28.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^2.5.4",
"happypack": "^5.0.1",
"hard-source-webpack-plugin": "^0.13.1",
"html-webpack-plugin": "^5.3.1",
"if-env": "^1.0.4",
"mini-css-extract-plugin": "^1.6.0",
"moment-locales-webpack-plugin": "^1.2.0",
"node-sass": "^6.0.0",
"optimize-css-assets-webpack-plugin": "^6.0.0",
"postcss": "^8.3.0",
"postcss-loader": "^5.3.0",
"sass": "^1.34.1",
"sass-loader": "^12.0.0",
"script-loader": "^0.7.2",
"stream-browserify": "^3.0.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.3",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2",
"webpack-config": "^7.5.0",
"webpack-dev-server": "^3.11.2",
"webpack-manifest-plugin": "^3.1.1",
"webpack-md5-hash": "^0.0.6",
"webpack-merge": "^5.8.0",
"webpackbar": "^5.0.0-3"
}
}