-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.88 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
{
"name": "team3-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint \"./src/**/*.{js,jsx,ts,tsx}\" --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint './src/**/*.{js,jsx,ts,tsx}' --fix",
"format": "prettier --write './src/**/*.{js,jsx,ts,tsx,json,css,md}'",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"tsc": "tsc"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fullcalendar/common": "^5.11.5",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@mui/icons-material": "^6.1.1",
"@mui/material": "^6.1.1",
"@tanstack/react-query": "^5.56.2",
"axios": "^1.7.7",
"date-fns": "^4.1.0",
"events": "^3.3.0",
"firebase": "^11.0.1",
"framer-motion": "^11.9.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.456.0",
"moment": "^2.30.1",
"normalize.css": "^8.0.1",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"react": "^18.2.0",
"react-cookie": "^7.2.2",
"react-datepicker": "^7.5.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.53.0",
"react-joyride": "^2.9.2",
"react-loader-spinner": "^6.1.6",
"react-router-dom": "^6.26.2",
"ws": "^8.18.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.9.0",
"@storybook/addon-essentials": "^8.3.0",
"@storybook/addon-interactions": "^8.3.0",
"@storybook/addon-links": "^8.3.0",
"@storybook/addon-onboarding": "^8.3.0",
"@storybook/blocks": "^8.3.0",
"@storybook/react": "^8.3.0",
"@storybook/react-vite": "^8.3.0",
"@types/js-cookie": "^3.0.6",
"@types/react": "^18.2.66",
"@types/react-big-calendar": "^1.8.11",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.2.1",
"axios-mock-adapter": "^2.0.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-storybook": "^0.8.0",
"jest-environment-jsdom": "^29.7.0",
"msw": "^2.5.1",
"prettier": "^3.3.3",
"storybook": "^8.3.0",
"typescript": "^5.2.2",
"vite": "^5.2.0"
},
"msw": {
"workerDirectory": [
"public"
]
}
}