forked from mediacloud/web-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
142 lines (142 loc) · 5.02 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
{
"name": "mediacloud-web-tools",
"version": "3.19.7",
"private": true,
"engines": {
"node": ">=12.14.0"
},
"scripts": {
"explorer-dev": "MC_APP_NAME=explorer webpack-dev-server --config config/webpack.config.js",
"explorer-release": "NODE_ENV=production MC_APP_NAME=explorer webpack --config config/webpack.config.js",
"sources-dev": "MC_APP_NAME=sources webpack-dev-server --config config/webpack.config.js",
"sources-release": "NODE_ENV=production MC_APP_NAME=sources webpack --config config/webpack.config.js",
"topics-dev": "MC_APP_NAME=topics webpack-dev-server --config config/webpack.config.js",
"topics-release": "NODE_ENV=production MC_APP_NAME=topics webpack --config config/webpack.config.js",
"tools-dev": "MC_APP_NAME=tools webpack-dev-server --config config/webpack.config.js",
"tools-release": "NODE_ENV=production MC_APP_NAME=tools webpack --config config/webpack.config.js",
"requirements-check": "node scripts/check-version.js",
"release-all": "npm run tools-release && npm run explorer-release && npm run topics-release && npm run sources-release",
"postinstall": "npm run requirements-check",
"lint": "npx eslint src/",
"lint_fix": "eslint --fix --ext .js --ext .jsx ./src/"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && sh scripts/validate-release-history.sh"
}
},
"dependencies": {
"@material-ui/core": "^4.10.0",
"@material-ui/icons": "^4.9.1",
"airbnb-js-shims": "^2.2.1",
"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": "^14.3.0",
"npm": "^6.14.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": "^2.7.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",
"slate": "^0.103.0",
"slugify": "^1.4.0",
"swagger-ui-react": "^3.25.4",
"uuid": "^8.1.0"
},
"devDependencies": {
"@babel/core": "^7.10.1",
"@babel/eslint-parser": "^7.11.5",
"@babel/eslint-plugin": "^7.12.1",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
"@babel/plugin-transform-object-assign": "^7.10.1",
"@babel/plugin-transform-react-jsx-source": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.1",
"@babel/preset-env": "^7.10.1",
"@babel/preset-react": "^7.10.1",
"@babel/register": "^7.10.1",
"ajv": "^6.12.2",
"ajv-cli": "^3.2.1",
"autoprefixer": "^9.8.0",
"babel-loader": "^8.1.0",
"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.3.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.5.3",
"eslint": "^7.13.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"happypack": "^5.0.1",
"hard-source-webpack-plugin": "^0.13.1",
"html-webpack-plugin": "^4.3.0",
"husky": "^4.2.5",
"if-env": "^1.0.4",
"manifest-revision-webpack-plugin": "^0.4.1",
"mini-css-extract-plugin": "^0.9.0",
"moment-locales-webpack-plugin": "^1.2.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"script-loader": "^0.7.2",
"style-loader": "^1.2.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-config": "^7.5.0",
"webpack-dev-server": "^3.11.0",
"webpack-md5-hash": "^0.0.6",
"webpack-merge": "^4.2.2",
"webpackbar": "^4.0.0"
}
}