-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
104 lines (104 loc) · 2.94 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "auction-front",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@stomp/stompjs": "^7.0.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@tanstack/react-query": "^5.62.2",
"@tanstack/react-query-devtools": "^5.62.2",
"antd": "^5.22.2",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"framer-motion": "^11.3.29",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-router-dom": "^6.26.1",
"react-scripts": "^5.0.1",
"react-slick": "^0.30.2",
"react-toastify": "^10.0.6",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.12",
"swiper": "^11.1.10",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-textshadow": "^2.1.3",
"uuid": "^11.0.3",
"web-vitals": "4.2.4",
"zustand": "^4.5.5"
},
"scripts": {
"lint": "eslint --cache .",
"format": "prettier --cache --write .",
"start": "vite --port 3000",
"build": "tsc && vite build",
"test": "vitest",
"preview": "vite preview",
"prepare": "husky install"
},
"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": {
"@chromatic-com/storybook": "^1.8.0",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-onboarding": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/preset-create-react-app": "^4.1.0",
"@storybook/react": "^8.2.9",
"@storybook/react-webpack5": "^8.2.9",
"@storybook/test": "^8.2.9",
"@testing-library/jest-dom": "^6.6.3",
"@types/node": "^18.19.67",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-icons": "^2.2.7",
"@types/react-router-dom": "^5.3.3",
"@types/react-slick": "^0.23.13",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"autoprefixer": "^10.4.20",
"cypress": "^13.14.1",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-storybook": "^0.8.0",
"husky": "^8.0.0",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"postcss-nested": "^6.2.0",
"prettier": "^3.3.3",
"prop-types": "^15.8.1",
"storybook": "^8.2.9",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.10",
"typescript": "^4.9.5",
"vite": "^5.4.3",
"vitest": "^2.0.5"
}
}