-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
66 lines (66 loc) · 1.91 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
{
"name": "stability-ui",
"type": "module",
"version": "0.7.3-alpha",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"test:unit": "vitest",
"test:e2e": "playwright test"
},
"dependencies": {
"@astrojs/partytown": "^2.1.0",
"@astrojs/react": "^3.0.3",
"@astrojs/tailwind": "^5.0.2",
"@astrojs/vercel": "^5.1.0",
"@nanostores/react": "^0.7.1",
"@stabilitydao/stability": "=0.28.1",
"@tanstack/query-sync-storage-persister": "^5.22.2",
"@tanstack/react-query": "^5.22.2",
"@tanstack/react-query-persist-client": "^5.22.2",
"@types/http-proxy-middleware": "^1.0.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@web3modal/wagmi": "^4.2.3",
"add": "^2.0.6",
"astro": "^3.4.3",
"axios": "^1.6.2",
"eslint-plugin-astro": "^1.2.3",
"http-proxy-middleware": "^2.0.6",
"nanostores": "^0.9.3",
"playwright": "^1.48.0",
"proxy-middleware": "^0.15.0",
"react": "^18.0.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.0.0",
"recharts": "^2.13.0-alpha.4",
"tailwindcss": "^3.3.5",
"vercel": "^32.5.0",
"viem": "^2.21.57",
"wagmi": "^2.5.7",
"web3modal": "^1.9.12"
},
"devDependencies": {
"@currents/playwright": "1.4.5",
"@playwright/test": "1.48.0",
"@types/node": "^20.14.10",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/ui": "^2.0.2",
"astro-eslint-parser": "^1.0.2",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"jsdom": "^24.1.1",
"prettier": "^3.3.3",
"typescript": "^5.5.3",
"vitest": "^2.0.2"
}
}