This repository has been archived by the owner on Oct 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
78 lines (78 loc) · 2.05 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
74
75
76
77
78
{
"name": "sting",
"version": "2.8.0",
"private": true,
"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@types/lodash.get": "^4.4.6",
"@types/node": "^12.0.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/react-modal": "^3.10.6",
"@types/react-toast-notifications": "^2.4.0",
"husky": "^4.3.0",
"react-scripts": "^4.0.1",
"semantic-release": "^17.2.2",
"typescript": "^4.1.2"
},
"dependencies": {
"@emotion/core": "10.0.35",
"@emotion/styled": "^10.0.27",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.12",
"@tippyjs/react": "^4.2.0",
"@welldone-software/why-did-you-render": "^6.0.0-rc.1",
"clipboard-polyfill": "^3.0.1",
"elrond-data": "^1.3.0",
"elrondjs": "^2.3.1",
"emotion-styled-utils": "^2.3.2",
"emotion-theming": "^10.0.27",
"i21n": "^1.2.0",
"lodash.get": "^4.4.2",
"react": "17",
"react-dom": "17",
"react-modal": "^3.11.2",
"react-odometerjs": "^2.1.1",
"react-qr-svg": "^2.3.0",
"react-transaction-toasts": "1.4.0",
"remark-parse": "^9.0.0",
"remark-react": "^8.0.0",
"sha3": "^2.1.3",
"unified": "^9.2.0",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "BROWSER=none react-scripts start",
"dev": "npm run start",
"build": "react-scripts build",
"release": "semantic-release"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}