-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.18 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.18 KB
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
{
"name": "dragoneggfarm_frontend",
"homepage": "https://dragoneggfarm.app",
"version": "0.1.2",
"private": true,
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "craco start",
"build": "craco build",
"test": "craco 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",
"@craco/craco": "^6.1.2",
"@crowdin/crowdin-api-client": "^1.10.3",
"@ethersproject/abi": "^5.0.7",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@pizzafinance/ui-sdk": "^0.1.4",
"@reduxjs/toolkit": "^1.5.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.1.7",
"bignumber.js": "^9.0.0",
"chart.js": "^2.9.4",
"lodash": "^4.17.20",
"react": "^17.0.1",
"react-chartjs-2": "^2.11.1",
"react-countdown": "^2.3.1",
"react-countup": "^4.3.3",
"react-dom": "^17.0.1",
"react-feather": "^2.0.8",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.1",
"styled-components": "^5.1.1",
"typescript": "^4.1.3",
"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",
"autoprefixer": "^9.8.6",
"eslint": "^7.16.0",
"postcss": "^7.0.35",
"prettier": "^2.1.2",
"source-map-explorer": "^2.5.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.1.2",
"tailwindcss-textshadow": "^2.1.3"
}
}