-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.07 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.6",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-query": "^1.2.9",
"@types/react-router-dom": "^5.3.3",
"@types/react-slick": "^0.23.10",
"@types/styled-components": "^5.1.28",
"axios": "^1.2.2",
"date-fns": "^2.29.3",
"emoji-picker-react": "^4.5.2",
"eslint-config-airbnb": "^19.0.4",
"konva": "^8.4.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-calendar": "^4.0.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-input-emoji": "^4.3.0",
"react-konva": "^18.2.3",
"react-modal": "^3.16.1",
"react-router-dom": "^6.6.1",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"styled-components": "^6.0.8",
"styled-reset": "^4.5.1",
"sweetalert2": "^11.7.0",
"typescript": "^4.9.5",
"use-image": "^1.1.0",
"web-vitals": "^2.1.4",
"zustand": "^4.3.1"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"dev": "vite"
},
"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": {
"@types/react-modal": "^3.13.1",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"prettier-eslint": "^15.0.1",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9",
"vite-plugin-svgr": "^3.2.0",
"vite-tsconfig-paths": "^4.2.0"
}
}