-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.44 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
{
"name": "tailwindui-salient",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.18",
"@stripe/stripe-js": "^1.54.1",
"@tailwindcss/forms": "^0.5.3",
"autoprefixer": "^10.4.12",
"chart.js": "^4.4.0",
"clsx": "^1.2.1",
"focus-visible": "^5.2.0",
"next": "13.4.2",
"nprogress": "^0.2.0",
"postcss-focus-visible": "^6.0.4",
"react": "18.2.0",
"react-aria": "^3.25.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-stately": "^3.23.0",
"recoil": "^0.7.7",
"tailwindcss": "^3.3.0",
"typescript": "^5.1.3"
},
"devDependencies": {
"@paypal/react-paypal-js": "^8.1.0",
"@react-pdf/renderer": "^3.1.12",
"@types/file-saver": "^2.0.5",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "^18.2.5",
"axios": "^1.4.0",
"csv-parser": "^3.0.0",
"eslint": "8.26.0",
"eslint-config-next": "13.0.2",
"file-saver": "^2.0.5",
"moment-timezone": "^0.5.43",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.6",
"react-icons": "^4.10.1",
"react-qr-code": "^2.0.11",
"sharp": "^0.32.0",
"stripe": "^12.10.0",
"swr": "^2.2.0"
}
}