-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1016 Bytes
/
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
{
"name": "shrimphack",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@splidejs/react-splide": "^0.7.12",
"clsx": "^2.0.0",
"firebase": "^10.4.0",
"js-confetti": "^0.11.0",
"next": "12.3.1",
"next-auth": "^4.23.1",
"next-seo": "^6.6.0",
"photoswipe": "^5.4.4",
"qs": "^6.11.2",
"react": "18.2.0",
"react-canvas-confetti": "^1.4.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-photoswipe-gallery": "^3.0.2",
"sharp": "^0.32.6",
"swr": "^2.2.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.6",
"autoprefixer": "^10.4.20",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.45",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "^3.4.10"
}
}