-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.02 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "prettier --check . && eslint . --cache",
"format": "prettier --write . && rustywind --write .",
"prepare": "husky"
},
"dependencies": {
"@eslint/compat": "^1.1.0",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@types/react-show-more-text": "^1.4.5",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"array-shuffle": "^3.0.0",
"classnames": "^2.5.1",
"D": "^1.0.0",
"date-fns": "^3.6.0",
"debounce": "^2.1.0",
"eslint-config-prettier": "^9.1.0",
"fuse.js": "^7.0.0",
"gray-matter": "^4.0.3",
"husky": "^9.0.11",
"js-yaml": "^4.1.0",
"jsdom": "^24.1.0",
"next": "14.2.4",
"plyr": "^3.7.8",
"plyr-react": "^5.3.0",
"prettier": "^3.3.2",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-latex-next": "^3.0.0",
"react-markdown": "^9.0.1",
"react-show-more-text": "^1.7.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-katex": "^7.0.0",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"typewriter-effect": "^2.21.0",
"unified": "^11.0.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/js": "^9.5.0",
"@types/eslint__js": "^8.42.3",
"@types/js-yaml": "^4.0.9",
"@types/jsdom": "^21.1.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"rustywind": "^0.22.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.2",
"typescript-eslint": "^7.16.1"
}
}