-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
60 lines (60 loc) · 1.82 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:https": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "npx run prettier . --write --ignore-unknown"
},
"dependencies": {
"@cartridge/connector": "^0.5.0",
"@cartridge/controller": "^0.5.0",
"@headlessui/react": "^1.7.16",
"@radix-ui/react-slot": "^1.1.0",
"@starknet-react/chains": "^0.1.3",
"@starknet-react/core": "^3.0.2",
"@tanstack/react-query": "^5.59.16",
"@types/axios": "^0.14.0",
"@types/node": "20.4.10",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"axios": "^1.6.2",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"eslint-config-next": "13.4.13",
"gsap": "^3.12.5",
"lenis": "^1.1.16",
"next": "^15.0.3",
"postcss": "8.4.27",
"radix-ui": "^1.0.1",
"react": "18.2.0",
"react-blockies": "^1.4.1",
"react-dom": "18.2.0",
"starknet": "^6.11.0",
"starknet-tokenbound-sdk": "^0.3.3",
"starknetkit": "^1.0.29",
"tailwind-merge": "^2.2.2",
"tailwindcss": "3.3.3",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"devDependencies": {
"@eslint/js": "^9.13.0",
"@tanstack/eslint-plugin-query": "^5.59.7",
"@types/canvas-confetti": "^1.6.4",
"@types/react-blockies": "^1.4.4",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.11.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript-eslint": "^8.11.0"
}
}