-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.21 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
{
"name": "tfg_market",
"homepage": ".",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"author": "",
"license": "ISC",
"dependencies": {
"@nx/next-router": "^1.4.2",
"@openzeppelin/contracts": "^4.5.0",
"@react-pdf/renderer": "^2.1.1",
"@techiediaries/ngx-qrcode": "^9.1.0",
"@truffle/hdwallet-provider": "^1.7.0",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"ethers": "^5.5.4",
"fs": "0.0.1-security",
"html2canvas": "^1.4.1",
"ipfs-http-client": "^54.0.2",
"jspdf": "^2.5.1",
"next-link": "^2.0.0",
"next-router": "^1.3.6",
"next-routes": "^1.4.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.0.2",
"react-scripts": "^4.0.3",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}