-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 3.35 KB
/
package.json
File metadata and controls
116 lines (116 loc) · 3.35 KB
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "menden-gor",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@craco/craco": "^6.4.3",
"@fontsource/roboto": "^4.5.3",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@material-tailwind/react": "^1.2.3",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4",
"@splidejs/react-splide": "^0.6.20",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/ramda": "^0.28.1",
"@types/react-dom": "^17.0.13",
"@types/react-helmet": "^6.1.5",
"antd": "^4.19.1",
"axios": "^0.26.1",
"cross-env": "^7.0.3",
"crypto-js": "^4.1.1",
"headlessui": "^0.0.0",
"i18next": "^21.6.14",
"i18next-browser-languagedetector": "^6.1.3",
"i18next-http-backend": "^1.3.2",
"i18next-xhr-backend": "^3.2.2",
"jquery": "^3.6.0",
"popper.js": "^1.16.1",
"ramda": "^0.28.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-font": "^1.2.1",
"react-google-login": "^5.2.2",
"react-helmet": "^6.1.0",
"react-hooks": "^1.0.1",
"react-hot-toast": "^2.2.0",
"react-i18next": "^11.15.7",
"react-icons": "^4.3.1",
"react-image-gallery": "^1.2.8",
"react-input-date-mask": "^2.0.0",
"react-redux": "^7.2.6",
"react-router": "^6.2.2",
"react-router-dom": "^6.2.2",
"react-scripts": "^5.0.1",
"react-scrollbar": "^0.5.6",
"react-slick": "^0.28.1",
"react-token-auth": "^2.3.8",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"sass": "^1.51.0",
"slick-carousel": "^1.8.1",
"sweetalert2": "^11.4.8",
"sweetalert2-react-content": "^4.2.0",
"typescript": "4.6.2",
"web-vitals": "^2.1.4",
"webpack": "^5.70.0"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"dev": "TAILWIND_MODE=WATCH postcss ./src/tailwind.css -o ./dist/output.css --watch --verbose",
"prod": "NODE_ENV=production postcss ./src/tailwind.css -o ./dist/output.css"
},
"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/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.2",
"@types/antd": "^1.0.0",
"@types/crypto-js": "^4.1.1",
"@types/i18next": "^13.0.0",
"@types/jquery": "^3.5.14",
"@types/moment": "^2.13.0",
"@types/react": "^17.0.40",
"@types/react-router-dom": "^5.3.3",
"@types/react-scrollbar": "^0.5.3",
"@types/react-slick": "^0.23.8",
"@types/redux-logger": "^3.0.9",
"autoprefixer": "^10.4.2",
"cssnano": "^5.1.4",
"postcss": "^8.4.8",
"postcss-cli": "^9.1.0",
"tailwindcss": "^3.0.23",
"tailwindcss-pseudo-elements": "^2.0.0",
"ts-loader": "^9.2.8"
}
}