-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.19 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.19 KB
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
{
"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": "eslint .",
"lint:fix": "eslint src --fix",
"prettier": "prettier --write \"src/**/*.{js,jsx,md,css,yaml}\"",
"bundle": "next experimental-analyze",
"sitemap": "node ./sitemap-cc.js && node ./sitemap-life.js"
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fullcalendar/core": "^6.1.20",
"@fullcalendar/daygrid": "^6.1.20",
"@fullcalendar/list": "^6.1.20",
"@fullcalendar/react": "^6.1.20",
"@iconify/react": "^6.0.2",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@mui/icons-material": "^7.3.8",
"@mui/material": "^7.3.8",
"@mui/material-nextjs": "^7.3.8",
"@mui/x-data-grid": "^8.27.3",
"@mui/x-date-pickers": "^8.27.2",
"@next/mdx": "16.1.6",
"@svgr/webpack": "^8.1.0",
"@urql/next": "^2.0.0",
"add-dependencies": "^1.1.0",
"add-to-calendar-button-react": "^2.13.8",
"browser-image-resizer": "^2.4.1",
"cookies-next": "^6.1.1",
"dayjs": "^1.11.19",
"docx": "^9.6.0",
"file-saver": "^2.0.5",
"graphql": "^16.13.0",
"graphql-tag": "^2.12.6",
"jwt-decode": "^4.0.0",
"libphonenumber-js": "^1.12.38",
"motion": "^12.34.3",
"next": "16.1.6",
"next-mdx-remote-client": "^2.1.9",
"nprogress": "^0.2.0",
"path-to-regexp": "^8.3.0",
"prop-types": "^15.8.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-dropzone": "^15.0.0",
"react-hook-form": "^7.71.2",
"react-nice-avatar": "^1.5.0",
"react-pdf": "^10.4.1",
"react-pdf-html": "^2.1.5",
"react-slick": "^0.31.0",
"remark-mdx-remove-expressions": "^1.0.4",
"sharp": "^0.34.5",
"slick-carousel": "^1.8.1",
"string-to-color": "^2.2.2",
"tippy.js": "^6.3.7",
"urql": "^5.0.1"
},
"devDependencies": {
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"eslint-plugin-simple-import-sort": "^12.1.1",
"prettier": "^3.8.1",
"sitemap": "^8.0.2"
},
"engines": {
"node": ">=20.9.0"
}
}