-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
85 lines (85 loc) · 2.43 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
79
80
81
82
83
84
85
{
"name": "dln",
"version": "2.0.0",
"description": "DLN DAO Demo",
"homepage": "./",
"license": "MIT",
"main": "build",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts --max_old_space_size=8192 build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "react-scripts test --env=jsdom"
},
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@fortawesome/fontawesome-free": "^6.2.0",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.10",
"@taquito/taquito": "^7.1.0-beta.0",
"@thanos-wallet/dapp": "^2.2.1",
"@types/dotenv": "^8.2.0",
"@types/jwt-decode": "^2.2.1",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.1.3",
"aws-amplify": "^3.3.2",
"aws-sdk": "^2.766.0",
"axios": "^0.21.2",
"bootstrap": "^4.5.2",
"casper-js-sdk": "2.4.0",
"classnames": "^2.2.6",
"dotenv": "^8.2.0",
"ethereumjs-tx": "^2.1.2",
"fs": "^0.0.1-security",
"ganache-cli": "^6.12.0",
"jwt-decode": "^2.2.0",
"material-ui": "^0.20.2",
"moment": "^2.29.4",
"near-api-js": "^0.36.2",
"react": "^16.14.0",
"react-alert": "^7.0.2",
"react-alert-template-basic": "^1.0.0",
"react-blockies": "^1.4.1",
"react-bootstrap": "^1.3.0",
"react-datepicker": "^3.4.1",
"react-dom": "^16.13.1",
"react-ga": "^3.1.2",
"react-localization": "^1.0.17",
"react-phone-input-2": "^2.14.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-share": "^4.4.0",
"react-toastify": "^6.0.8",
"sass": "^1.43.4",
"styled-components": "^5.2.0",
"typeface-lato": "^1.1.13",
"typescript": "4.6.3",
"uuid": "^8.3.2",
"validator": "^13.6.0",
"zeppelin-solidity": "^1.8.0"
},
"resolutions": {
"**/@typescript-eslint/eslint-plugin": "^4.1.1",
"**/@typescript-eslint/parser": "^4.1.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"gh-pages": "^3.1.0",
"typedoc": "^0.23.8"
}
}