-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.58 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
{
"name": "ham-edu",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ./src",
"test": "vitest"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"katex": "^0.16.9",
"lodash.debounce": "^4.0.8",
"next": "^14.1.3",
"next-mdx-remote": "^4.4.1",
"react": "^18",
"react-dom": "^18",
"rehype-autolink-headings": "^7.0.0",
"rehype-katex": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^3",
"remark-math": "^6.0.0",
"sharp": "^0.32.6",
"zustand": "^4.4.3"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.10",
"@testing-library/react": "^15.0.2",
"@types/lodash.debounce": "^4.0.8",
"@types/node": "^20",
"@types/react": "^18.2.78",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10",
"daisyui": "^4.7.3",
"eslint": "^8",
"eslint-config-next": "^14.2.1",
"eslint-config-prettier": "^9.0.0",
"jsdom": "^24.0.0",
"postcss": "^8",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"sass": "^1.69.2",
"tailwindcss": "^3",
"typescript": "^5.3.0",
"vite": "^5.1.6",
"vitest": "^1.2.0"
}
}