|
1 | 1 | {
|
2 |
| - "name": "yam", |
| 2 | + "name": "pancake-frontend", |
3 | 3 | "version": "0.1.0",
|
4 | 4 | "private": true,
|
5 |
| - "dependencies": { |
6 |
| - "@crowdin/crowdin-api-client": "^1.8.16", |
7 |
| - "@ethersproject/abi": "^5.0.7", |
8 |
| - "@pancakeswap-libs/uikit": "^0.2.2", |
9 |
| - "@types/debounce": "^1.2.0", |
10 |
| - "@types/jest": "^26.0.9", |
11 |
| - "@types/node": "^14.0.27", |
12 |
| - "@types/react": "^16.9.46", |
13 |
| - "bignumber.js": "^9.0.0", |
14 |
| - "debounce": "^1.2.0", |
15 |
| - "lodash": "^4.17.20", |
16 |
| - "numeral": "^2.0.6", |
17 |
| - "react": "^16.13.1", |
18 |
| - "react-circular-progressbar": "^2.0.3", |
19 |
| - "react-countdown": "^2.2.1", |
20 |
| - "react-countup": "^4.3.3", |
21 |
| - "react-dom": "^16.13.1", |
22 |
| - "react-feather": "^2.0.8", |
23 |
| - "react-router-dom": "^5.2.0", |
24 |
| - "react-scripts": "^4.0.0", |
25 |
| - "styled-components": "^5.1.1", |
26 |
| - "typescript": "^4.0.5", |
27 |
| - "use-wallet": "^0.8.0", |
28 |
| - "web3": "^1.2.11" |
29 |
| - }, |
30 | 5 | "scripts": {
|
31 | 6 | "start": "react-scripts start",
|
32 |
| - "build": "CI= GENERATE_SOURCEMAP=false react-scripts build", |
| 7 | + "build": "CI=false react-scripts build", |
33 | 8 | "test": "react-scripts test",
|
34 | 9 | "eject": "react-scripts eject",
|
35 | 10 | "lint": "eslint 'src/**/*.{js,jsx,ts,tsx}'",
|
36 | 11 | "format": "prettier --check 'src/**/*.{js,jsx,ts,tsx}'",
|
37 | 12 | "deploy": "yarn build && cp ./build/index.html ./build/200.html && surge ./build sushiswap.org"
|
38 | 13 | },
|
| 14 | + "husky": { |
| 15 | + "hooks": { |
| 16 | + "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" |
| 17 | + } |
| 18 | + }, |
39 | 19 | "eslintConfig": {
|
40 | 20 | "extends": "react-app"
|
41 | 21 | },
|
|
51 | 31 | "last 1 safari version"
|
52 | 32 | ]
|
53 | 33 | },
|
54 |
| - "devDependencies": { |
55 |
| - "@types/numeral": "0.0.28", |
| 34 | + "dependencies": { |
| 35 | + "@crowdin/crowdin-api-client": "^1.8.16", |
| 36 | + "@ethersproject/abi": "^5.0.7", |
| 37 | + "@pancakeswap-libs/uikit": "^0.2.1", |
| 38 | + "@types/react": "^16.9.46", |
56 | 39 | "@types/react-dom": "^16.9.8",
|
57 | 40 | "@types/react-router-dom": "^5.1.5",
|
58 |
| - "@types/styled-components": "^5.1.4" |
| 41 | + "@types/styled-components": "^5.1.4", |
| 42 | + "bignumber.js": "^9.0.0", |
| 43 | + "lodash": "^4.17.20", |
| 44 | + "react": "^16.13.1", |
| 45 | + "react-countup": "^4.3.3", |
| 46 | + "react-dom": "^16.13.1", |
| 47 | + "react-feather": "^2.0.8", |
| 48 | + "react-router-dom": "^5.2.0", |
| 49 | + "react-scripts": "^4.0.0", |
| 50 | + "styled-components": "^5.1.1", |
| 51 | + "typescript": "^4.0.5", |
| 52 | + "use-wallet": "^0.8.0", |
| 53 | + "web3": "^1.2.11" |
| 54 | + }, |
| 55 | + "devDependencies": { |
| 56 | + "@commitlint/cli": "^11.0.0", |
| 57 | + "@commitlint/config-conventional": "^11.0.0", |
| 58 | + "husky": "^4.3.0", |
| 59 | + "prettier": "^2.1.2" |
59 | 60 | }
|
60 | 61 | }
|
0 commit comments