-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2 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
71
{
"name": "silkey-demo",
"version": "0.3.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.10.1",
"@material-ui/icons": "^4.9.1",
"@silkey/sdk": "~0.5.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"animate.css": "^4.1.0",
"classnames": "^2.2.6",
"crypto-js": "^4.0.0",
"env-cmd": "~10.1.0",
"ethers": "^5.0.8",
"history": "^4.10.1",
"key-encoder": "^2.0.3",
"moment": "^2.26.0",
"node-sass": "^4.14.1",
"nouislider": "^14.5.0",
"prop-types": "^15.7.2",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-animate-on-scroll": "^2.1.5",
"react-bootstrap-sweetalert": "^5.1.12",
"react-datetime": "^2.16.3",
"react-dom": "^16.13.1",
"react-google-maps": "^9.4.5",
"react-image-gallery": "^1.0.7",
"react-redux": "^7.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"react-slick": "^0.26.1",
"react-swipeable-views": "^0.13.9",
"react-tagsinput": "^3.19.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"starkbank": "^0.6.0-beta.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build:staging": "env-cmd -f .env.staging npm run build",
"deploy:staging": "npm run build:staging && ./scripts/deploy.sh demo-staging.silkey.io",
"build:sandbox": "env-cmd -f .env.sandbox npm run build",
"deploy:sandbox": "npm run build:sandbox && ./scripts/deploy.sh demo-sandbox.silkey.io",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"jsonwebtoken": "^8.5.1",
"keypairs": "^1.2.14",
"standard-ecies": "^2.0.0"
}
}