-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
{
"name": "lightjason-miner",
"version": "0.0.1",
"description": "LightJason Miner Example",
"license": "LGPL-3.0-or-later",
"author": "LightJason",
"homepage": "https://lightjason.org",
"repository": {
"type": "git",
"url": "[email protected]:LightJason/Java-Example-Miner.git"
},
"bugs": {
"url": "https://github.com/LightJason/Java-Example-Miner/issues"
},
"dependencies": {
"bootstrap": "^4.3.1",
"codemirror": "^5.48.4",
"file-saver": "^2.0.2",
"jquery": "^3.4.1",
"react": "^16.9.0",
"react-bootstrap": "^1.0.0-beta.8",
"react-burger-menu": "^2.6.11",
"react-codemirror2": "^6.0.0",
"react-dom": "^16.9.0",
"react-router": "^5.0.1",
"react-stomp": "^4.1.1"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"sass-loader": "^7.2.0",
"terser-webpack-plugin": "^1.4.1",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7"
}
}