forked from pillarwallet/pillar-dao-landing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.17 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
{
"name": "pillar-dao",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "node server/index.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@etherspot/react-transaction-buidler": "0.26.20",
"@notionhq/client": "^2.2.15",
"@tanstack/react-query": "5.90.2",
"connectkit": "1.9.1",
"ethers": "^5.7.2",
"etherspot": "^1.44.0",
"express": "^4.18.2",
"firebase": "^10.14.1",
"localforage": "^1.10.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet-async": "^2.0.5",
"react-icons": "5.3.0",
"react-router-dom": "^7.0.2",
"styled-components": "5.3.5",
"use-mailchimp-form": "3.1.0",
"viem": "2.37.12",
"wagmi": "2.17.5",
"web3": "4.0.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@vitejs/plugin-react": "^4.3.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "3.3.3",
"vite": "^6.0.3"
}
}