forked from digitalcredentials/sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.77 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
69
70
{
"name": "playground",
"homepage": "https://digitalcredentials.github.io/playground",
"version": "4.0.0",
"private": true,
"dependencies": {
"@material-did/common": "0.0.0-unstable.9",
"@material-did/core": "0.0.0-unstable.9",
"@material-ui/core": "latest",
"@types/styled-components": "^5.1.4",
"@types/uuid": "^8.3.0",
"acorn": "^7.4.1",
"axios": "^0.20.0",
"base64url": "^3.0.1",
"canonicalize": "^1.0.1",
"dotenv": "^8.2.0",
"install": "^0.13.0",
"node-fetch": "^2.6.1",
"npm": "^6.14.7",
"qrcode.react": "^1.0.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-native": "^0.63.3",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.0",
"styled-components": "^5.2.1",
"styled-components-grid": "^2.2.2",
"uuid": "^8.3.1"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@material-ui/icons": "^4.9.1",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.7",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@types/react-router-dom": "^5.1.6",
"flat": "^5.0.0",
"gh-pages": "^2.2.0",
"install-peers": "^1.0.3",
"moment": "^2.29.1",
"ramda": "^0.27.0",
"tsdx": "^0.14.1",
"tslib": "^2.0.3",
"typescript": "^3.9.7"
},
"resolutions": {
"styled-components": "^5"
}
}