-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
57 lines (57 loc) · 1.56 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
{
"name": "dotcom",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@markdoc/markdoc": "^0.4.0",
"@mui/joy": "5.0.0-beta.48",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@usememos/mui": "0.0.1-alpha.25",
"@vercel/speed-insights": "^1.0.14",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.13",
"github-markdown-css": "^5.7.0",
"js-yaml": "^4.1.0",
"lodash-es": "^4.17.21",
"lucide-react": "^0.454.0",
"next": "^15.0.3",
"next-sitemap": "^4.2.3",
"posthog-js": "^1.181.0",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-use": "^17.5.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.17.6",
"@types/prismjs": "^1.26.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"code-inspector-plugin": "^0.18.0",
"eslint": "^8.57.1",
"eslint-config-next": "^15.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"react-icons": "^5.3.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}