-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.92 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
{
"name": "poomasi-fe",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@chakra-ui/modal": "^2.3.1",
"@chakra-ui/react": "^2.8.2",
"@craco/craco": "^7.1.0",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@tanstack/react-query": "^5.59.20",
"axios": "^1.7.7",
"framer-motion": "^6.5.1",
"jotai": "^2.10.0",
"react": "^18.3.1",
"react-awesome-stars-rating": "^0.16.2",
"react-dom": "^18.3.1",
"react-icons": "^3.11.0",
"react-kakao-maps-sdk": "^1.1.27",
"react-router-dom": "^6.26.2",
"react-scripts": "5.0.1",
"react-star-ratings": "^2.3.0",
"recharts": "^2.13.3",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@eslint/js": "^9.11.0",
"@tanstack/eslint-plugin-query": "^5.60.1",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^28.1.8",
"@types/node": "^12.20.55",
"@types/react": "^18.3.7",
"@types/react-dom": "^18.3.0",
"@types/react-star-ratings": "^2.3.3",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-chakra-ui": "^0.11.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"prettier": "^3.3.3",
"react-app-alias": "^2.2.2",
"typescript": "^4.9.5",
"typescript-eslint": "^8.6.0"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"lint": "eslint src --ext .ts,.tsx"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}