-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5000",
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query-devtools": "^4.28.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.14",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-slick": "^0.23.10",
"axios": "^1.3.4",
"concurrently": "^8.0.1",
"express": "^4.18.2",
"http-proxy-middleware": "^2.0.6",
"npm": "^9.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.3",
"react-router-dom": "^6.8.2",
"react-slick": "^0.29.0",
"recoil": "^0.7.7",
"recoil-persist": "^4.2.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.8",
"typescript": "^4.9.5",
"typescript-cookie": "^1.0.5",
"web-vitals": "^2.1.4",
"yarn": "^1.22.19"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^8.3.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.0.7",
"nodemon": "^2.0.22",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"twin.macro": "^3.1.0",
"vite": "^4.1.4",
"vite-plugin-svgr": "^2.4.0",
"vite-tsconfig-paths": "^4.0.5"
},
"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"
]
}
}