-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "lachesis-web-ui",
"version": "0.3.0",
"author": "Michele Federici <[email protected]> (@ps1dr3x)",
"description": "Lachesis Web UI",
"scripts": {
"watch": "webpack --watch --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ps1dr3x/lachesis.git"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ps1dr3x/lachesis/issues"
},
"homepage": "https://github.com/ps1dr3x/lachesis#readme",
"dependencies": {
"react": "=17.0.2",
"react-dom": "=17.0.2",
"semantic-ui-css": "=2.4.1",
"semantic-ui-react": "=2.0.3",
"uuid": "=8.3.2"
},
"devDependencies": {
"@babel/core": "=7.14.2",
"@babel/preset-react": "=7.13.13",
"babel-loader": "=8.2.2",
"css-loader": "=5.2.4",
"file-loader": "=6.2.0",
"node-sass": "=6.0.0",
"sass-loader": "=11.1.1",
"style-loader": "=2.0.0",
"url-loader": "=4.1.1",
"webpack": "=5.37.0",
"webpack-cli": "=4.7.0"
},
"babel": {
"presets": [
"@babel/preset-react"
]
}
}