-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.58 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --watch"
},
"jest": {
"transform": {
"^.+\\.jsx?$": "babel-jest"
}
},
"dependencies": {
"@headlessui/react": "^1.3.0",
"@hookform/error-message": "^2.0.0",
"@stripe/react-stripe-js": "^1.4.1",
"@stripe/stripe-js": "^1.17.1",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/line-clamp": "^0.2.1",
"axios": "^0.21.1",
"next": "latest",
"next-themes": "^0.0.15",
"peerjs": "^1.3.2",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.3",
"react-datepicker": "^4.1.1",
"react-dom": "^17.0.2",
"react-hook-form": "^7.11.1",
"react-hooks-helper": "^1.6.0",
"react-icons": "^4.2.0",
"react-lottie": "^1.2.3",
"react-query": "^3.19.0",
"react-to-pdf": "^0.0.14",
"react-toastify": "^7.0.4",
"react-tooltip": "^4.2.21",
"simple-peer": "^9.11.0",
"socket.io-client": "^4.1.3",
"sweetalert2": "^11.1.0",
"sweetalert2-react-content": "^4.1.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"autoprefixer": "^10.2.6",
"babel-jest": "^27.0.6",
"eslint": "^7.31.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.4.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.6",
"postcss": "^8.3.5",
"prettier": "^2.3.2",
"react-test-renderer": "^17.0.2",
"tailwindcss": "^2.2.4"
}
}