-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.69 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "snowyfield",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@tailwindcss/typography": "^0.5.10",
"@typegoose/typegoose": "^12.0.0",
"@vercel/analytics": "^1.1.2",
"antd": "^5.17.4",
"axios": "^1.6.7",
"clsx": "^2.1.0",
"daisyui": "^4.12.2",
"esbuild": "^0.20.0",
"framer-motion": "^10.18.0",
"fs": "^0.0.1-security",
"github-slugger": "^2.0.0",
"image-size": "^1.1.1",
"mdx-bundler": "^10.0.1",
"mongoose": "^8.0.3",
"motion": "^10.17.0",
"next": "14.1.0",
"next-auth": "^4.24.5",
"next-page-transitions": "^1.0.0-beta.2",
"nextjs-toploader": "^1.6.11",
"postcss-nesting": "^12.0.2",
"postcss-preset-env": "^9.5.2",
"react": "^18",
"react-copy-to-clipboard": "^5.1.0",
"react-countup": "^6.5.3",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"react-scroll-progress-bar": "^1.1.13",
"react-syntax-highlighter": "^15.5.0",
"reading-time": "^1.5.0",
"recharts": "^2.12.7",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^7.0.0",
"rehype-preset-minify": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-footnotes": "^4.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"swr": "^1.3.0",
"swr-old": "npm:swr@^1.0.0",
"tailwind-merge": "^2.2.2",
"timeago.js": "^4.0.2",
"unist-util-visit": "^5.0.0",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@heroicons/react": "^2.1.3",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"i": "^0.3.7",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}