-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 3.26 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
109
110
111
112
113
{
"name": "goose-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"start-client": "react-scripts start",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build && (cd server && npm install)",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'"
},
"husky": {
"hooks": {
"pre-commit": "yarn format",
"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"
]
},
"dependencies": {
"@binance-chain/bsc-use-wallet": "^0.8.1",
"@brainhubeu/react-carousel": "^2.0.4",
"@crowdin/crowdin-api-client": "^1.10.1",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@ethersproject/abi": "^5.0.7",
"@glidejs/glide": "^3.4.1",
"@iconify/react": "^3.1.3",
"@kenshooui/react-menu": "^4.0.5",
"@lottiefiles/lottie-player": "^1.5.6",
"@lottiefiles/react-lottie-player": "^3.4.5",
"@mui/icons-material": "^5.3.1",
"@mui/material": "^5.4.0",
"@mui/styled-engine-sc": "^5.3.0",
"@reduxjs/toolkit": "^1.5.0",
"@szhsin/react-menu": "^1.10.1",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.1.7",
"@uniswap/v2-core": "^1.0.1",
"axios": "^0.23.0",
"bignumber.js": "^9.0.0",
"chart.js": "^2.9.4",
"crox-new-uikit": "^1.0.9",
"crox-uikit": "^1.1.5",
"ethers": "^5.6.9",
"ethers-utils": "^2.1.11",
"framer-motion": "^4.1.17",
"i": "^0.3.7",
"iframe-resizer-react": "^1.1.0",
"jquery": "^3.6.0",
"lodash": "^4.17.20",
"mongodb": "^4.4.0",
"node-sass": "4.14.1",
"npm": "^8.5.3",
"react": "^17.0.2",
"react-burger-menu": "^3.0.6",
"react-chartjs-2": "^2.11.1",
"react-countdown": "^2.3.2",
"react-countup": "^4.3.3",
"react-dom": "^17.0.1",
"react-feather": "^2.0.8",
"react-icons": "^4.2.0",
"react-id-swiper": "^4.0.0",
"react-modal": "^3.14.4",
"react-multi-carousel": "^2.6.3",
"react-redux": "^7.2.2",
"react-responsive-carousel": "^3.2.19",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.1",
"react-scroll-up": "^1.3.7",
"react-swipeable-views": "^0.14.0",
"react-toastify": "^8.1.1",
"react-tooltip": "^4.2.21",
"react-twitter-widgets": "^1.9.5",
"react-vertical-timeline-component": "^3.5.2",
"sass": "^1.43.4",
"styled-components": "^5.3.3",
"swiper": "6.8.4",
"typescript": "^4.1.3",
"universal-cookie": "^4.0.4",
"use-count-up": "^3.0.1",
"web3": "^1.3.1"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@pancakeswap-libs/eslint-config-pancake": "1.0.0",
"@types/jest": "^26.0.19",
"eslint": "^7.16.0",
"husky": "^4.3.0",
"prettier": "^2.1.2",
"source-map-explorer": "^2.5.1"
},
"engines": {
"node": "14.17.0",
"npm": "6.14.13"
}
}