-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.08 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
{
"private": true,
"name": "app",
"packageManager": "pnpm@7.17.1",
"description": "Personal Website glefix.dev",
"repository": "https://github.com/glef1x-dev/frontend.git",
"author": "GLEF1X <admin@glefix.com>",
"license": "MIT",
"scripts": {
"analyze": "cross-env ANALYZE=true next build",
"dev": "next",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"type-check": "tsc"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@iconify/icons-material-symbols": "^1.2.38",
"@iconify/icons-mdi": "^1.2.44",
"@iconify/react": "^4.1.0",
"@reduxjs/toolkit": "^1.9.5",
"@sentry/nextjs": "^7.49.0",
"@vercel/analytics": "^1.0.0",
"axios": "^1.3.6",
"canvas-confetti": "^1.6.0",
"clsx": "^1.2.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.7",
"emoji-regex": "^10.2.1",
"graphemer": "^1.4.0",
"is-web-crawler": "^1.1.0",
"motion": "^10.15.5",
"next": "^13.3.1",
"next-axiom": "^0.17.0",
"next-mdx-remote": "^4.4.1",
"next-redux-wrapper": "^8.1.0",
"next-seo": "^6.0.0",
"next-themes": "^0.2.1",
"nprogress": "^0.2.0",
"ogl": "^0.0.117",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-redux": "^8.0.5",
"react-use": "^17.4.0",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"rehype-autolink-headings": "^6.1.1",
"remark-code-titles": "^0.1.2",
"remark-emoji": "^3.1.1",
"remark-prism": "^1.3.6",
"remark-slug": "^7.0.1",
"typewriter-effect": "~2.19.0",
"use-sound": "^4.0.1",
"windicss": "^3.5.6",
"zod": "^3.21.4"
},
"devDependencies": {
"@motionone/dom": "^10.15.5",
"@types/canvas-confetti": "^1.6.0",
"@types/node": "^18.15.13",
"@types/node-fetch": "^2.6.3",
"@types/nprogress": "^0.2.0",
"@types/ogl": "npm:ogl-types@^0.0.102",
"@types/react": "^18.0.38",
"@types/react-dom": "^18.0.11",
"gray-matter": "^4.0.3",
"next-sitemap": "^4.0.7",
"node-fetch": "^3.3.1",
"prettier": "^2.8.7",
"ts-shader-loader": "^2.0.2",
"typescript": "^5.0.4",
"windicss-webpack-plugin": "^1.7.8"
}
}