-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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
{
"name": "younique_store",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.17.9",
"@bradgarropy/next-google-analytics": "^1.0.2",
"@prisma/client": "^4.8.1",
"@rainbow-me/rainbowkit": "^0.8.1",
"@sanity/client": "^3.4.1",
"@sanity/image-url": "^1.0.1",
"@stripe/stripe-js": "^1.25.0",
"@supabase/supabase-js": "^2.4.0",
"canvas-confetti": "^1.5.1",
"crypto-convert": "^2.1.4",
"dotenv": "^10.0.0",
"next": "12.1.0",
"next-sanity-image": "^5.0.0",
"next-themes": "^0.2.1",
"npx": "^10.2.2",
"react": "^17.0.2",
"react-confetti": "^6.1.0",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"stripe": "^8.209.0",
"swiper": "^8.4.5",
"tw-elements": "^1.0.0-alpha13",
"wagmi": "^0.9.6"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"autoprefixer": "^10.4.13",
"chai": "^4.3.7",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.7.2",
"postcss": "^8.4.19",
"prisma": "^4.8.1",
"tailwindcss": "^3.2.4"
}
}