forked from Hediousbeast/Token-voken-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "cointracker",
"version": "1.2.1",
"description": "Coin Tracking Dapp",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/coin-promoting/coin-promoting.git"
},
"keywords": [
"coin",
"promoting",
"dapp"
],
"bugs": {
"url": "https://github.com/coin-promoting/coin-promoting/issues"
},
"author": "Lamoerey",
"dependencies": {
"body-parser": "^1.19.0",
"bootstrap": "4.3.1",
"chai": "4.2.0",
"chalk": "^4.1.2",
"concurrently": "5.1.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"express": "^4.17.1",
"express-ws": "^4.0.0",
"fs": "^0.0.1-security",
"mdbreact": "^5.1.0",
"path": "^0.12.7",
"react-cookies": "^0.1.1",
"react-router": "^5.2.1",
"react-toastify": "^5.5.0",
"request": "^2.88.2",
"sequelize": "^5.16.0",
"sqlite3": "^5.1.6",
"@baublet/use-global-state": "^1.1.0",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@material-ui/core": "^4.12.3",
"@metamask/detect-provider": "^1.2.0",
"@mui/material": "^5.10.9",
"@mui/styles": "^5.10.9",
"@openzeppelin/contracts": "^4.3.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@truffle/hdwallet-provider": "^1.5.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"axios": "^0.21.4",
"dotenv": "^16.0.3",
"ethers": "^5.4.6",
"firebase": "^8.3.1",
"moment": "^2.29.4",
"momentjs": "^2.0.0",
"mui-datatables": "^3.8.2",
"react": "^17.0.2",
"react-bootstrap": "^2.0.0",
"react-datepicker": "^4.8.0",
"react-dom": "^17.0.2",
"react-faq-component": "^1.3.1",
"react-hooks-global-state": "^2.0.0",
"react-notifications": "^1.7.2",
"react-on-images-loaded": "^2.2.5",
"react-pancakeswap-token-price": "^1.1.1",
"react-router-dom": "^6.0.0",
"react-scripts": "^4.0.3",
"react-scroll": "^1.8.4",
"react-slideshow-image": "^3.6.0",
"sass": "^1.43.4",
"telegraf": "^4.10.0",
"truffle-plugin-verify": "^0.5.15",
"uniswap-price": "^1.0.4",
"web-vitals": "^1.0.1",
"web3": "^1.6.0",
"webpack": "^4.44.0"
},
"devDependencies": {
"nodemon": "^1.19.1",
"sequelize-cli": "^5.5.0"
},
"scripts": {
"start": "concurrently \"npm run server\" \"react-scripts --openssl-legacy-provider start\" --kill-others --kill-others-on-fail",
"server": "node server/app.js",
"test": "react-scripts test",
"start-server": "nodemon server/app.js --watch server/*",
"build": "node server/app.js | react-scripts --openssl-legacy-provider build",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}