-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.37 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
{
"name": "vocdoni-voting-page",
"private": true,
"license": "unlicense",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"lint": "tsc",
"build": "vite build",
"preview": "vite preview",
"translations": "i18next"
},
"dependencies": {
"@chakra-ui/react": "2.8.2",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@rainbow-me/rainbowkit": "^2.1.2",
"@tanstack/react-query": "^5.40.1",
"@vocdoni/chakra-components": "~0.9.6",
"@vocdoni/sdk": "~0.9.1",
"date-fns": "^4.1.0",
"ethers": "^5.7.2",
"framer-motion": "^11.2.10",
"i18next": "^23.11.5",
"i18next-browser-languagedetector": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.5",
"react-i18next": "^15.0.3",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-player": "^2.16.0",
"react-router-dom": "^6.23.1",
"remark-gfm": "^4.0.0",
"viem": "2.13.7",
"wagmi": "^2.9.10",
"web-vitals": "^3.3.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.0.11",
"@types/react-transition-group": "^4.4.10",
"@vitejs/plugin-react": "^4.3.1",
"i18next-parser": "^9.0.0",
"prettier": "^3.3.1",
"typescript": "^5.0.2",
"vite": "^5.2.13",
"vite-tsconfig-paths": "^4.0.7"
}
}