-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.86 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
{
"name": "cc-web-client",
"version": "2.2.0",
"private": true,
"scripts": {
"dev": "next dev -p 80",
"build": "next build",
"start": "next start -p 80",
"lint": "next lint",
"sitemap": "node ./sitemap-cc.js && node ./sitemap-life.js"
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/daygrid": "^6.1.15",
"@fullcalendar/list": "^6.1.15",
"@fullcalendar/react": "^6.1.15",
"@iconify/react": "^5.0.2",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@mui/icons-material": "^6.1.4",
"@mui/lab": "^6.0.0-beta.12",
"@mui/material": "^6.1.4",
"@mui/x-data-grid": "^7.21.0",
"@mui/x-date-pickers": "^7.21.0",
"@next/mdx": "^14.2.15",
"@svgr/webpack": "^8.1.0",
"@urql/next": "^1.1.2",
"add-dependencies": "^1.1.0",
"add-to-calendar-button-react": "^2.7.3",
"browser-image-resizer": "^2.4.1",
"cookies-next": "^4.3.0",
"dayjs": "^1.11.13",
"docx": "^9.1.0",
"file-saver": "^2.0.5",
"framer-motion": "^11.11.9",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"jwt-decode": "^4.0.0",
"libphonenumber-js": "^1.11.12",
"next": "^14.2.15",
"next-mdx-remote": "^5.0.0",
"nprogress": "^0.2.0",
"path-to-regexp": "^8.2.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.10",
"react-hook-form": "^7.53.1",
"react-is": "^18.3.1",
"react-nice-avatar": "^1.5.0",
"react-pdf": "^9.2.1",
"react-pdf-html": "^2.1.2",
"react-slick": "^0.30.2",
"sharp": "^0.33.5",
"sitemap": "^8.0.0",
"slick-carousel": "^1.8.1",
"string-to-color": "^2.2.2",
"tippy.js": "^6.3.7",
"urql": "^4.2.0"
}
}