-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 3.74 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 3.74 KB
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "@vocdoni/ui-scaffold",
"version": "2.4.0",
"private": true,
"dependencies": {
"@calcom/embed-react": "^1.5.3",
"@chakra-ui/react": "^3.0.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.14.0",
"@ethersproject/abstract-signer": "^5.8.0",
"@ethersproject/providers": "^5.8.0",
"@ethersproject/wallet": "^5.8.0",
"@fontsource/inter": "^5.2.8",
"@gsap/react": "^2.1.2",
"@lexical/code": "^0.34.0",
"@lexical/link": "^0.34.0",
"@lexical/list": "^0.34.0",
"@lexical/markdown": "^0.34.0",
"@lexical/overflow": "^0.34.0",
"@lexical/react": "^0.34.0",
"@lexical/rich-text": "^0.34.0",
"@lexical/selection": "^0.34.0",
"@lexical/table": "^0.34.0",
"@lexical/utils": "^0.34.0",
"@plausible-analytics/tracker": "^0.4.4",
"@rainbow-me/rainbowkit": "^2.2.10",
"@stripe/react-stripe-js": "^4.0.2",
"@stripe/stripe-js": "^7.9.0",
"@tanstack/react-query": "^5.90.16",
"@uidotdev/usehooks": "^2.4.1",
"@untitled-ui/icons-react": "^0.1.4",
"@vocdoni/rainbowkit-wallets": "^1.0.0-beta.4",
"@vocdoni/react-providers": "^1.0.0-beta.9",
"@vocdoni/sdk": "~0.9.3",
"@wagmi/core": "^2.22.1",
"chakra-react-select": "^6.1.1",
"country-flag-emoji-json": "^2.0.0",
"crisp-sdk-web": "^1.0.27",
"date-fns": "^4.1.0",
"gsap": "^3.14.2",
"i18next": "^25.8.13",
"i18next-browser-languagedetector": "^8.2.1",
"lexical": "^0.34.0",
"next-themes": "^0.4.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.8",
"react-gtm-module": "^2.0.11",
"react-hook-form": "^7.70.0",
"react-i18next": "^16.5.4",
"react-icons": "^5.5.0",
"react-markdown": "^8.0.7",
"react-player": "^3.4.0",
"react-router-dom": "^6.30.3",
"remark-gfm": "^3.0.1",
"viem": "^2.43.5",
"wagmi": "^2.19.5",
"web-vitals": "^3.5.2",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
},
"engines": {
"pnpm": "^10.16.1",
"node": "22.x"
},
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"chakra:typegen": "chakra typegen ./src/theme/system.ts --tsconfig ./tsconfig.paths.json",
"lint": "tsc && prettier --check src",
"lint:fix": "prettier --write src",
"translations": "i18next-cli extract",
"prepare": "pnpm chakra:typegen",
"test": "vitest run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"knip": "knip"
},
"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": {
"@chakra-ui/cli": "^3.34.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.19.3",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@types/react-gtm-module": "^2.0.4",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^4.0.16",
"@vitest/ui": "^4.0.16",
"i18next-cli": "^1.42.8",
"jsdom": "^27.4.0",
"knip": "^5.83.0",
"prettier": "^3.7.4",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-html": "^3.2.2",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^4.0.16"
},
"pnpm": {
"overrides": {
"axios": "^1.7.9"
}
},
"packageManager": "pnpm@10.16.1"
}