-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 941 Bytes
/
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
{
"name": "services-registry-client",
"version": "1.0.0",
"description": "Web UI for DNS based service registry",
"main": "index.js",
"repository": "[email protected]:sudomesh/services-registry-client.git",
"author": "Jackson Callaway <[email protected]>",
"license": "AGPL-3.0",
"private": false,
"scripts": {
"start": "webpack-dev-server --hot --mode development",
"build": "webpack --mode production"
},
"dependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"style-loader": "^1.0.0",
"url-join": "^4.0.1",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1",
"whatwg-fetch": "^3.0.0",
"zone-file": "^1.0.0"
}
}