-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.77 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
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/styled": "latest",
"@fontsource/roboto": "latest",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"@mui/material-nextjs": "latest",
"@sindresorhus/slugify": "^2.2.1",
"@vscode/markdown-it-katex": "^1.1.1",
"classnames": "latest",
"dayjs": "^1.11.13",
"highlight.js": "^11.11.1",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-container": "^4.0.0",
"markdown-it-footnote": "^4.0.0",
"meilisearch": "^0.48.2",
"next": "latest",
"pinyin": "^4.0.0-alpha.2",
"react": "latest",
"react-dom": "latest",
"react-lazyload": "latest",
"react-tagcloud": "latest",
"react-transition-group": "^4.4.5",
"segmentit": "^2.0.3",
"server-only": "^0.0.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "latest",
"@eslint/js": "latest",
"@types/markdown-it": "^14.1.2",
"@types/markdown-it-container": "^2.0.10",
"@types/markdown-it-footnote": "^3.0.4",
"@types/node": "latest",
"@types/pinyin": "^2.10.2",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/react-lazyload": "latest",
"@types/react-tagcloud": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"eslint-config-prettier": "latest",
"eslint-plugin-react": "latest",
"globals": "latest",
"postcss": "latest",
"prettier": "latest",
"tailwindcss": "latest",
"typescript": "latest",
"typescript-eslint": "latest"
}
}