-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.13 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.13 KB
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
73
74
75
76
77
78
79
80
81
{
"name": "tuandang-blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@ant-design/cssinjs": "^1.17.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mdx-js/mdx": "^2.3.0",
"@mui/material": "^5.14.11",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.3.1",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"antd": "^5.9.0",
"autoprefixer": "10.4.15",
"axios": "^1.5.0",
"bcrypt": "^5.1.1",
"date-fns": "^2.30.0",
"eslint": "8.49.0",
"eslint-config-next": "^13.4.19",
"firebase": "^10.4.0",
"html-minifier": "^4.0.0",
"is-url": "^1.2.4",
"next": "^13.4.19",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.1",
"postcss": "8.4.29",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-markdown-editor-lite": "^1.3.4",
"react-modal": "^3.16.1",
"react-spinners-kit": "^1.9.1",
"rehype-autolink-headings": "^7.0.0",
"rehype-highlight": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-mdx": "^2.3.0",
"sass": "^1.67.0",
"sharp": "^0.32.6",
"swr": "^2.2.4",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.1",
"zustand": "^4.4.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/html-minifier": "^4.0.3",
"@types/is-url": "^1.2.30",
"@types/uuid": "^9.0.4",
"encoding": "^0.1.13",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"prisma": "^5.3.1"
},
"browser": {
"fs": false,
"os": false,
"path": false
},
"resolutions": {
"react-countup/countup.js": "2.5.0"
}
}