-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
68 lines (68 loc) · 1.96 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "DIDI-SSI-Issuer-module-frontend",
"version": "0.1.0",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"@babel/runtime": "7.11.2",
"@material-ui/core": "4.9.4",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.44",
"@material/react-tab-bar": "0.15.0",
"@proyecto-didi/didi-blockchain-manager": "^2.0.2",
"dateformat": "3.0.3",
"did-jwt": "4.0.0",
"did-resolver": "1.1.0",
"dotenv": "8.2.0",
"ethr-did-resolver": "2.2.0",
"js-cookie": "2.2.1",
"material-icons": "^0.3.1",
"material-icons-react": "1.0.4",
"moment": "2.27.0",
"node-sass": "4.13.1",
"qrcode": "1.4.4",
"react": "16.13.0",
"react-datepicker": "2.13.0",
"react-dates": "21.8.0",
"react-dom": "16.13.0",
"react-file-reader": "1.1.4",
"react-numeric-input": "2.2.3",
"react-router-dom": "5.1.2",
"react-scripts": "4.0.1",
"react-spinners": "0.8.0",
"react-table-6": "6.11.0",
"react-tabs": "3.0.0",
"react-with-direction": "1.3.1",
"uport-credentials": "^1.3.5"
},
"scripts": {
"setup": "npm install",
"start": "react-scripts start",
"local": "node ./runLocal.js",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"test:init": "cd ./node_modules/DIDI-SSI-Issuer-module-functional-test/ && npm i && cd ../../",
"test:browser": "cd ./node_modules/DIDI-SSI-Issuer-module-functional-test/ && npm i && npm run test",
"test:ci": "cd ./node_modules/DIDI-SSI-Issuer-module-functional-test/ && npm i && npm run test:ci"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"commitizen": "^4.2.3",
"cz-jira-smart-commit": "^3.0.0",
"DIDI-SSI-Issuer-module-functional-test": "git+https://github.com/ong-bitcoin-argentina/DIDI-SSI-Issuer-module-functional-test.git"
}
}