-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "gm-gn-mint",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"deploy": "npx thirdweb@latest deploy --app",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,md}\""
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@radix-ui/react-toast": "^1.1.3",
"@thirdweb-dev/chains": "^0.1",
"@thirdweb-dev/react": "^4",
"@thirdweb-dev/sdk": "^4",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"ethers": "^5",
"lucide-react": "^0.214.0",
"react": "^18.2",
"react-dom": "^18.2",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.5"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.3.2",
"tailwindcss-safe-area": "^0.2.2",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vite-plugin-node-polyfills": "^0.8.2"
}
}