-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
89 lines (89 loc) · 2.32 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
{
"name": "chisfis",
"version": "3.0.0",
"private": true,
"homepage": ".",
"dependencies": {
"@glidejs/glide": "^3.6.0",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@paypal/react-paypal-js": "^8.1.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.2.1",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.191",
"@types/node": "^18.14.6",
"@types/react": "^18.0.28",
"@types/react-datepicker": "^4.10.0",
"@types/react-dom": "^18.0.11",
"firebase": "^10.1.0",
"framer-motion": "^10.0.1",
"google-map-react": "^2.2.0",
"http": "^0.0.1-security",
"lodash": "^4.17.21",
"paypal-rest-sdk": "^1.8.1",
"rc-slider": "^10.1.1",
"react": "^18.2.0",
"react-datepicker": "^4.10.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hooks-global-state": "^2.1.0",
"react-router-dom": "^6.8.2",
"react-scripts": "5.0.1",
"react-swipeable": "^7.0.0",
"react-toastify": "^9.1.3",
"react-use": "^17.4.0",
"react-use-keypress": "^1.3.1",
"sass": "^1.58.3",
"typescript": "^4.9.5",
"web-vitals": "^3.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"plugins": [
"react-hooks"
],
"rules": {
"react-hooks/exhaustive-deps": 0
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@types/glidejs__glide": "^3.6.1",
"@types/google-map-react": "^2.1.2",
"@types/paypal-rest-sdk": "^1.7.6",
"@types/react-dates": "^21.8.3",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.3",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"webpack": "^5.88.2"
}
}