-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.28 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
{
"name": "client",
"version": "1.0.0",
"scripts": {
"build": "env-cmd -f .env.production react-scripts build",
"start": "env-cmd -f .env react-scripts start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.17",
"@mui/material": "^5.15.17",
"@reduxjs/toolkit": "^2.2.5",
"@tanstack/react-query": "^5.40.1",
"axios": "^1.7.2",
"client": "file:",
"jwt-decode": "^4.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-ga4": "^2.1.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.0",
"react-scripts": "^5.0.1",
"react-slick": "^0.30.2",
"redux-persist": "^6.0.0",
"slick-carousel": "^1.8.1",
"ua-parser-js": "^1.0.38"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"env-cmd": "^10.1.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"main": "postcss.config.js",
"description": ""
}