-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.35 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
{
"name": "airdao.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@airdao/ui-library": "2.1.2",
"@prismicio/client": "7.6.0",
"@prismicio/next": "^1.3.2",
"@prismicio/react": "^2.7.1",
"@tanstack/query-core": "^5.60.6",
"@tanstack/react-query": "5.51.24",
"eslint-config-next": "^15.0.3",
"eslint-plugin-unused-imports": "^3.0.0",
"ethers": "^5.6.9",
"framer-motion": "^11.0.5",
"jwt-decode": "^4.0.0",
"keccak256": "^1.0.6",
"next": "^15.0.3",
"postcss": "^8.4.49",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.4",
"react-responsive-carousel": "^3.2.23",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.3",
"slick-carousel": "^1.8.1",
"viem": "2.21.15",
"wagmi": "2.12.16"
},
"devDependencies": {
"@slicemachine/adapter-next": "^0.3.1",
"@typescript-eslint/parser": "^8.16.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^3.4.1",
"prettier": "^2.3.2",
"sass": "^1.81.0",
"slice-machine-ui": "^1.3.0",
"typescript": "^5.7.2"
}
}