-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
101 lines (101 loc) · 2.89 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
{
"name": "hopr-admin",
"version": "2.1.13",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.0",
"@hoprnet/hopr-sdk": "2.1.9",
"@metamask/jazzicon": "^2.0.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.0",
"@reduxjs/toolkit": "^1.9.5",
"@safe-global/api-kit": "1.3.1",
"@safe-global/protocol-kit": "1.3.0",
"@safe-global/safe-core-sdk-types": "^2.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"apexcharts": "^3.41.0",
"canvas-confetti": "^1.6.0",
"dayjs": "^1.11.9",
"ethers": "5.7.2",
"fathom-client": "^3.5.0",
"graphql": "^16.8.0",
"graphql-request": "^6.1.0",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"node-stdlib-browser": "^1.2.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.2",
"react-timeago": "^7.2.0",
"react-toastify": "^9.1.3",
"redux": "^4.2.1",
"typescript": "^5.1.6",
"uuid": "^9.0.1",
"viem": "1.21.4",
"wagmi": "1.4.13",
"web-vitals": "^2.1.0"
},
"scripts": {
"dev": "vite",
"dev:clean": "npm run dev -- --force",
"build-vite": "tsc && vite build",
"build": "tsc && vite build",
"test": "echo \"Error: no test specified\" && exit 0",
"serve": "vite preview --port 3000",
"format": "prettier --write src/ .github/ *.ts *.json *.md",
"format:ci": "prettier --check src/ .github/ *.ts *.json *.md",
"lint": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:ci": "eslint \"src/**/*.{js,jsx,ts,tsx}\""
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"engines": {
"node": ">=18.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "yarn@1.22.19",
"devDependencies": {
"@types/canvas-confetti": "^1.6.0",
"@types/lodash": "^4.14.197",
"@types/md5": "^2.3.2",
"@types/react-timeago": "^4.1.4",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.42.0",
"eslint-plugin-import-newlines": "^1.3.1",
"eslint-plugin-newline-destructuring": "^1.2.1",
"eslint-plugin-react": "^7.33.0",
"prettier": "^2.8.8",
"vite": "^4.3.9",
"vite-plugin-checker": "^0.6.0",
"vite-plugin-node-stdlib-browser": "^0.2.1",
"vite-plugin-svgr": "^3.2.0"
}
}