-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.25 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
{
"name": "opensentop",
"version": "0.1.0",
"keywords": [
"rest",
"spring",
"react",
"aws",
"opensearch",
"elasticsearch",
"osint",
"intelligence",
"data-mining"
],
"author": "Wali Morris",
"homepage": "https://github.com/walimorris",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.8",
"@mui/material": "^5.14.8",
"@mui/styles": "^5.15.14",
"@mui/x-date-pickers": "^6.14.0",
"@trendmicro/react-sidenav": "^0.5.0",
"axios": "^1.4.0",
"css-loader": "^5.2.7",
"dayjs": "^1.11.9",
"js-cookie": "^3.0.5",
"ldrs": "^1.0.1",
"prop-types": "^15.8.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-drag-drop-files": "^2.3.10",
"react-location": "^3.3.4",
"recharts": "^2.8.0",
"rest": "^1.3.1"
},
"scripts": {
"watch": "webpack --mode development --watch -d --output ./target/classes/static/built/bundle.js"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.2",
"react-router-dom": "^6.15.0",
"style-loader": "^2.0.0",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0"
}
}