-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.34 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
{
"name": "universal-resolver-frontend",
"version": "0.0.1",
"description": "Universal Resolver Frontend",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.prod.js",
"dev": "webpack serve --config webpack.dev.js --hot --port 7081"
},
"keywords": [
"DID"
],
"repository": {
"type": "git",
"url": "https://github.com/decentralized-identity/universal-resolver-frontend.git"
},
"license": "Apache-2.0",
"author": "Markus Sabadello",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"babel-loader": "^8.2.2",
"css-loader": "^5.0.1",
"node-sass": "^7.0.3",
"sass-loader": "^12.4.0",
"semantic-ui-react": "^2.1.4",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.1",
"url-loader": "^4.1.1",
"webpack": "^5.19.0",
"webpack-cli": "^4.4.0",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"axios": "^0.21.2",
"highlight.js": "^10.5.0",
"jquery": "^3.5.1",
"lodash": "^4.17.21",
"qrcode.react": "^1.0.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-fast-highlight": "^4.0.0",
"react-router-dom": "^5.2.0",
"semantic-ui-css": "^2.4.1"
}
}