-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
54 lines (54 loc) · 1.36 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
{
"name": "frostbite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@sanity/cli": "^2.30.2",
"@sanity/client": "^3.2.0",
"@sanity/image-url": "^1.0.1",
"@sendgrid/mail": "^7.7.0",
"@stripe/stripe-js": "^1.25.0",
"algoliasearch": "^4.13.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"canvas-confetti": "^1.5.1",
"cors": "^2.8.5",
"express": "^4.18.1",
"jquery": "^3.6.0",
"mongoose": "^6.4.5",
"next": "12.1.0",
"next-sanity": "^0.5.2",
"next-sanity-image": "^3.2.1",
"nextjs-progressbar": "^0.0.14",
"nodemon": "^2.0.19",
"path": "^0.12.7",
"razorpay": "^2.8.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"react-instantsearch-dom": "^6.29.0",
"react-router-dom": "^6.3.0",
"react-use-downloader": "^1.1.7",
"shortid": "^2.2.16",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"stripe": "^8.209.0",
"util": "^0.12.4",
"vcards-js": "^2.10.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"autoprefixer": "^10.4.7",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.3"
}
}