-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.77 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.77 KB
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
{
"name": "misp-fe",
"version": "1.0.0",
"description": "An alternative frontend to MISP",
"main": "index.js",
"repository": "https://github.com/FloatingGhost/MISP-Fe.git",
"author": "Hannah Ward <hannah@coffee-and-dreams.uk>",
"license": "MIT",
"private": false,
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/node": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.0",
"clean-webpack-plugin": "^1.0.1",
"connected-react-router": "^6.3.1",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^2.1.0",
"dotenv": "^6.2.0",
"file-loader": "^3.0.1",
"hard-source-webpack-plugin": "^0.13.1",
"history": "^4.7.2",
"html-webpack-plugin": "^3.2.0",
"loadable-components": "^2.2.3",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1",
"react-table": "^6.9.2",
"react-toastify": "^4.5.2",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-saga": "^1.0.1",
"resolve-url-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"scss": "^0.2.4",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.85.0",
"style-loader": "^0.23.1",
"sw-precache-webpack-plugin": "^0.11.5",
"url-join": "^4.0.0",
"url-loader": "^1.1.2",
"urljoin": "^0.1.5",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14",
"webpack-manifest-plugin": "^2.0.4",
"webpack-merge": "^4.2.1"
}
}