-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.68 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
61
{
"name": "lavidluxe-store",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3300",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@animxyz/react": "^0.6.7",
"@emailjs/browser": "^3.10.0",
"@formkit/auto-animate": "1.0.0-beta.5",
"@headlessui/react": "^1.7.5",
"@heroicons/react": "^2.0.13",
"@sanity/image-url": "^1.0.1",
"@tanstack/react-query": "^4.29.12",
"@tanstack/react-query-devtools": "^4.29.12",
"@types/node": "18.11.13",
"@types/nodemailer": "^6.4.7",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/react-inner-image-zoom": "^3.0.0",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"gray-matter": "^4.0.3",
"handlebars": "^4.7.7",
"immer": "^9.0.16",
"jotai": "^1.11.2",
"nanoid": "^4.0.0",
"next": "13.0.6",
"next-sanity": "^4.0.4",
"next-seo": "^6.0.0",
"next-sitemap": "^4.1.3",
"nodemailer": "^6.9.0",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-canvas-confetti": "^1.3.0",
"react-dom": "18.2.0",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.41.2",
"react-inner-image-zoom": "^3.0.2",
"react-toastify": "^9.1.1",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"swiper": "^8.4.5",
"typescript": "4.9.4",
"zustand": "^4.1.5"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/nprogress": "^0.2.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"tailwindcss": "^3.2.4"
}
}