-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.36 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
{
"name": "mdsig-frontend",
"version": "2.16.5",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/third-parties": "^14.2.21",
"@tanstack/react-query": "^5.62.8",
"@types/node": "20.12.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vavt/md-editor-extension": "^3.0.0",
"autoprefixer": "10.4.19",
"axios": "^1.7.9",
"chart.js": "^4.4.7",
"csstype": "^3.1.3",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"jwt-decode": "^4.0.0",
"md-editor-rt": "^4.21.3",
"next": "^14.2.21",
"next-auth": "^4.24.11",
"postcss": "8.4.38",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
"react-cookie": "^7.2.2",
"react-dom": "18.3.1",
"react-linkify": "1.0.0-alpha",
"react-tooltip": "^5.28.0",
"sharp": "^0.33.5",
"sweetalert2": "^11.15.2",
"swr": "^2.2.5",
"tailwindcss": "3.4.3",
"typescript": "5.4.5",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.21",
"@types/react-linkify": "^1.0.4",
"mini-css-extract-plugin": "^2.9.2",
"postcss-import": "^16.1.0",
"prettier-eslint": "^16.3.0",
"sass": "^1.83.0"
},
"engines": {
"node": "23"
},
"packageManager": "[email protected]"
}