-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.2 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap"
},
"dependencies": {
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^1.0.5",
"@reach/visually-hidden": "^0.16.0",
"@reduxjs/toolkit": "^1.7.2",
"@stripe/stripe-js": "^1.23.0",
"axios": "^0.26.0",
"canvas-confetti": "^1.5.1",
"micro": "^9.3.4",
"micro-cors": "^0.1.1",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-query": "^3.34.14",
"react-redux": "^7.2.6",
"react-responsive": "^9.0.0-beta.6",
"stripe": "^8.204.0",
"swiper": "^8.0.5",
"swr": "^1.2.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.4.0",
"@types/canvas-confetti": "^1.4.2",
"@types/micro": "^7.3.6",
"@types/micro-cors": "^0.1.2",
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"autoprefixer": "^10.4.0",
"next-sitemap": "^2.5.7",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"tailwind-scrollbar": "^1.3.1",
"tailwind-styled-components": "^2.1.4",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4"
}
}