-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.85 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
{
"name": "qc_col",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"format:check": "prettier --check .",
"types": "tsc",
"lft": "bun format && bun lint && bun types && bun format:check",
"status": "bun lft && git status"
},
"dependencies": {
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"@matejmazur/react-katex": "^3.1.3",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.3",
"@sparticuz/chromium": "^123.0.1",
"@types/mdx": "^2.0.13",
"axios": "^1.7.2",
"cookies-next": "4.3.0",
"framer-motion": "^11.5.4",
"fs": "^0.0.1-security",
"fuse.js": "^7.0.0",
"gray-matter": "^4.0.3",
"headlessui": "^0.0.0",
"i18n": "^0.15.1",
"next": "14.2.3",
"next-client-cookies": "^1.1.1",
"next-intl": "^3.14.1",
"puppeteer": "^22.11.2",
"puppeteer-core": "^22.11.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-markdown": "^9.0.1",
"react-spinner": "^0.2.7",
"react-spinners": "^0.13.8",
"react-syntax-highlighter": "^15.6.1",
"rehype-katex": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"sugar-high": "^0.7.0",
"word-counting": "^1.1.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"daisyui": "^4.12.22",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5"
}
}