-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.96 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
{
"name": "chavy",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^1.0.6",
"@material-tailwind/react": "^1.0.4",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@woocommerce/woocommerce-rest-api": "^1.0.1",
"cipher-base": "^1.0.4",
"country-flags-dial-code": "^1.2.0",
"formik": "^2.2.9",
"radium": "^0.26.2",
"react": "^18.2.0",
"react-carousel-minimal": "^1.4.1",
"react-dom": "^18.2.0",
"react-gallery-carousel": "^0.2.9",
"react-grid-carousel": "^1.0.1",
"react-icons": "^4.4.0",
"react-phone-input-2": "^2.15.1",
"react-rating-stars-component": "^2.2.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-star-ratings": "^2.3.0",
"react-use-localstorage": "^3.5.3",
"reactjs-localstorage": "^1.0.1",
"stream": "^0.0.2",
"stream-browserify": "^3.0.0",
"swiper": "^8.2.4",
"web-vitals": "^2.1.0",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"@tailwindcss/line-clamp": "^0.4.0",
"@wordpress/scripts": "^23.3.0",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.22"
}
}