-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.19 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
{
"name": "react-ts-plus",
"version": "0.0.0",
"scripts": {
"dev": "webpack serve --mode=development --host 0.0.0.0",
"build": "webpack --mode=production",
"eslint": "eslint \"src/**/*.{ts,tsx}\"",
"prettier": "prettier \"src/**/*.{css,less,ts,tsx}\"",
"typecheck": "tsc --noEmit",
"gen:assets": "node ./scripts/generate-assets.js",
"gen:icons": "node ./scripts/generate-icons.js"
},
"homepage": "https://github.com/magicbox-king/MagicBoxLandingPage",
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"**/*.{ts,tsx,js,jsx,less,md,json,yml,yaml}": [
"prettier --write"
]
},
"dependencies": {
"@gnosis.pm/safe-apps-web3modal": "^1.0.0",
"@pancakeswap/uikit": "^0.50.1",
"@walletconnect/web3-provider": "^1.5.3",
"classnames": "^2.3.1",
"ethers": "^5.4.4",
"i18next": "^20.6.0",
"i18next-browser-languagedetector": "^6.1.2",
"lodash-es": "^4.17.21",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-hot-toast": "^2.1.0",
"react-i18next": "^11.11.4",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"styled-components": "^5.3.1",
"web3modal": "^1.9.4"
},
"devDependencies": {
"@types/lodash-es": "^4.17.4",
"@types/prettier": "^2.3.2",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.8",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"@vitejs/plugin-react-refresh": "^1.3.1",
"css-loader": "^6.2.0",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.24.0",
"html-webpack-plugin": "^5.3.2",
"https-browserify": "^1.0.0",
"less": "^4.1.1",
"less-loader": "^10.0.1",
"lint-staged": "^11.1.1",
"os-browserify": "^0.3.0",
"patch-package": "^6.4.7",
"prettier": "^2.3.2",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"style-loader": "^3.2.1",
"ts-loader": "^9.2.5",
"typescript": "^4.3.2",
"util": "^0.12.4",
"vite": "^2.4.4",
"webpack": "^5.50.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"yorkie": "^2.0.0"
},
"license": "MIT"
}