-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 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
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.15",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"axios": "^1.2.2",
"chart.js": "^4.2.1",
"chartjs-plugin-datalabels": "^2.2.0",
"date-fns": "^2.29.3",
"gray-matter": "^4.0.3",
"js-cookie": "^3.0.1",
"jwt-decode": "^3.1.2",
"next": "latest",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"rehype-class-names": "^1.0.11",
"rehype-document": "^6.1.0",
"rehype-format": "^4.0.1",
"rehype-stringify": "^9.0.3",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"sharp": "^0.31.3",
"typescript": "^4.9.4",
"unified": "^10.1.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.1.2",
"@types/js-cookie": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"autoprefixer": "^10.4.13",
"eslint": "^8.31.0",
"eslint-config-next": "^13.1.1",
"eslint-plugin-react": "^7.32.0",
"postcss": "^8.4.21",
"prettier": "^2.8.2",
"tailwindcss": "^3.2.4"
}
}