-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
executable file
·69 lines (69 loc) · 1.74 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
{
"name": "2024_danpoong_team_43_fe",
"version": "0.1.0",
"private": true,
"dependencies": {
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.59.20",
"@types/node": "^16.18.119",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"axios": "^1.7.7",
"html2canvas": "^1.4.1",
"js-cookie": "^3.0.5",
"jspdf": "^2.5.2",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-calendar": "^5.1.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-loading-skeleton": "^3.5.0",
"react-router-dom": "^6.28.0",
"react-scripts": "5.0.1",
"sass": "^1.81.0",
"sockjs-client": "^1.6.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4",
"zustand": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "echo 'No tests configured.'",
"eject": "react-scripts eject",
"lint": "eslint --cache --cache-location /tmp/.eslintcache",
"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": {
"@types/js-cookie": "^3.0.6",
"@types/react-calendar": "^4.1.0",
"@types/sockjs-client": "^1.5.4",
"autoprefixer": "^10.4.20",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^8.0.0",
"lint-staged": "^15.2.10",
"postcss": "^8.4.47",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.14"
},
"proxy": "https://carely-backend.site"
}