-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
102 lines (102 loc) · 2.81 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
{
"name": "@vocdoni/ui-scaffold",
"version": "0.1.0",
"private": true,
"dependencies": {
"@chakra-ui/anatomy": "^2.3.4",
"@chakra-ui/icons": "^2.2.4",
"@chakra-ui/react": "~2.8.2",
"@emailjs/browser": "^4.1.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/providers": "^5.7.0",
"@lexical/code": "^0.18.0",
"@lexical/link": "^0.18.0",
"@lexical/list": "^0.18.0",
"@lexical/markdown": "^0.18.0",
"@lexical/overflow": "^0.18.0",
"@lexical/react": "^0.18.0",
"@lexical/rich-text": "^0.18.0",
"@lexical/selection": "^0.18.0",
"@lexical/utils": "^0.18.0",
"@rainbow-me/rainbowkit": "^1.1.3",
"@stripe/react-stripe-js": "^2.7.0",
"@stripe/stripe-js": "^3.3.0",
"@tanstack/react-query": "^5.59.15",
"@vocdoni/chakra-components": "^0.9.6",
"@vocdoni/rainbowkit-wallets": "^0.2.2",
"@vocdoni/sdk": "~0.9.1",
"chakra-react-select": "^5.0.1",
"date-fns": "^4.1.0",
"framer-motion": "^10.12.18",
"i18next": "^23.16.0",
"i18next-browser-languagedetector": "^8.0.0",
"lexical": "^0.18.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.9",
"react-hook-form": "^7.53.0",
"react-i18next": "^15.0.3",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-player": "^2.16.0",
"react-router-dom": "^6.27.0",
"remark-gfm": "^3.0.1",
"viem": "^1.16.6",
"vocdoni-admin-sdk": "^0.0.2",
"wagmi": "^1.4.5",
"web-vitals": "^3.3.2",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"engines": {
"yarn": "^1.19.x",
"node": "20.x"
},
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"lint": "tsc && prettier --check src",
"lint:fix": "prettier --write src",
"translations": "i18next"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@rollup/plugin-alias": "^5.1.1",
"@types/jest": "^29.5.13",
"@types/node": "^18.16.19",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.3.2",
"i18next-parser": "^9.0.2",
"prettier": "^3.3.3",
"ts-deepmerge": "^7.0.1",
"typescript": "^5.6.3",
"vite": "^4.4.4",
"vite-plugin-html": "^3.2.0",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.1"
},
"packageManager": "[email protected]",
"resolutions": {
"i18next": "^23.16.0",
"@vocdoni/sdk": "~0.9.1"
}
}