-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "faraday_lite",
"version": "0.1.0",
"private": true,
"dependencies": {
"@cloudinary/react": "^1.5.0",
"@cloudinary/url-gen": "^1.8.6",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@headlessui/react": "^1.6.6",
"@mui/material": "^5.15.17",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@mui/x-date-pickers": "^7.4.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@reduxjs/toolkit": "^1.9.3",
"@tanstack/react-query": "^4.3.4",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"airtable": "^0.12.1",
"axios": "^0.27.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"embla-carousel-react": "^8.0.4",
"gsap": "^3.11.1",
"html-to-image": "^1.11.11",
"husky": "^8.0.3",
"joi-browser": "^13.4.0",
"jwt-decode": "^2.2.0",
"moment": "^2.29.4",
"prettier": "^2.8.8",
"quill": "^1.3.7",
"react": "^17.0.2",
"react-alice-carousel": "^2.7.1",
"react-dom": "^17.0.2",
"react-hook-form": "^7.42.1",
"react-hot-toast": "^2.3.0",
"react-icons": "^4.10.1",
"react-markdown": "^8.0.3",
"react-quill": "^2.0.0",
"react-redux": "^8.0.5",
"react-router-dom": "^5.3.0",
"react-scripts": "^5.0.1",
"react-toastify": "^4.1.0",
"react-use-websocket": "^2.7.1",
"react-uuid": "^2.0.0",
"sass": "^1.47.0",
"styled-components": "^6.1.10",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"web-vitals": "^1.1.2",
"workbox-precaching": "^6.5.4",
"workbox-runtime-caching": "^2.0.3"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prepare": "husky install"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/gsap": "^3.0.0",
"file-loader": "^6.2.0",
"husky": "^8.0.0"
},
"lint-staged": {
"*.{js,jsx,html,css,json,md}": [
"prettier --write"
]
}
}