-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
73 lines (73 loc) · 2.08 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
72
73
{
"name": "medblock",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "react-scripts --openssl-legacy-provider build",
"eject": "react-scripts eject",
"start": "react-scripts --openssl-legacy-provider start",
"medblock-setup": "npm i --legacy-deps && npm i --legacy-deps --prefix server",
"medblock-dev": "concurrently \"react-scripts --openssl-legacy-provider start\" \"cd server && nodemon -r dotenv/config src/index.js\"",
"test": "react-scripts test"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"dependencies": {
"@date-io/date-fns": "^2.11.0",
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@mui/lab": "^5.0.0-alpha.55",
"@mui/material": "^5.1.1",
"@pinata/sdk": "^2.1.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@truffle/hdwallet-provider": "^1.7.0",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"date-fns": "^2.26.0",
"ipfs-car": "^0.7.0",
"ipfs-http-client": "^56.0.3",
"jsqrcode": "0.0.7",
"labelmake": "^2.0.20",
"prettier": "^2.5.0",
"qrcode-decoder": "^0.2.2",
"react": "^17.0.2",
"react-bootstrap": "^2.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^14.2.1",
"react-html2pdf": "^1.0.1",
"react-qr-reader": "^3.0.0-beta-1",
"react-qrcode-logo": "^2.5.0",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"styled-components": "^5.3.3",
"swiper": "^6.8.4",
"web-vitals": "^1.0.1",
"web3": "^1.6.1"
},
"devDependencies": {
"concurrently": "^8.2.2",
"dotenv": "^16.4.5",
"nodemon": "^3.1.0"
}
}