forked from mediacloud/web-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.22 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
{
"name": "mcweb",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development --watch ./mcweb/frontend/src/index.js --output-path ./mcweb/frontend/static/frontend",
"build": "webpack --mode production ./mcweb/frontend/src/index.js --output-path ./mcweb/frontend/static/frontend"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@redux-devtools/extension": "^3.2.2",
"babel-loader": "^8.2.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"eslint": "^8.31.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"source-map-loader": "^4.0.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.90",
"@mui/material": "^5.8.1",
"@mui/styled-engine-sc": "^5.8.0",
"@mui/x-date-pickers": "^5.0.0-beta.0",
"@reduxjs/toolkit": "^1.8.2",
"bootstrap": "^5.2.2",
"css": "^3.0.0",
"css-loader": "^6.7.1",
"d3": "^7.8.1",
"date-fns": "^2.28.0",
"dayjs": "^1.11.5",
"highcharts": "^10.3.1",
"highcharts-react-official": "^3.1.0",
"humps": "^2.0.1",
"luxon": "^2.5.0",
"moment": "^2.29.4",
"notistack": "^2.0.5",
"papaparse": "^5.3.2",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-papaparse": "^4.1.0",
"react-redux": "^8.0.1",
"react-router-dom": "^6.3.0",
"react-simple-code-editor": "^0.13.1",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"sass": "^1.54.4",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"styled-components": "^5.3.5"
}
}