-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
127 lines (127 loc) · 3.49 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "afridi.dev",
"version": "1.0.0",
"description": "Afridi.dev Developer's Blog",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build && pnpm run sitemap",
"start": "next start",
"lint": "next lint",
"test:ci": "jest --ci",
"test:e2e": "playwright test",
"test": "jest --watch",
"release": "release-it",
"sitemap": "next-sitemap"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dukesx/afridi-dev.git"
},
"keywords": [
"afridi",
"dev",
"javascript",
"typescript",
"react",
"blog",
"cms",
"website",
"afridi.dev",
"developer",
"website",
"open",
"source"
],
"author": "Muhammad Afzaal Afridi",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/dukesx/afridi-dev/issues"
},
"homepage": "https://github.com/dukesx/afridi-dev#readme",
"dependencies": {
"@babel/core": "^7.18.9",
"@emotion/cache": "^11.10.3",
"@emotion/react": "^11.9.3",
"@emotion/server": "^11.4.0",
"@hcaptcha/react-hcaptcha": "^1.4.4",
"@mantine/carousel": "^5.2.3",
"@mantine/core": "^5.2.3",
"@mantine/dates": "^5.2.3",
"@mantine/dropzone": "^5.2.3",
"@mantine/form": "^5.2.3",
"@mantine/hooks": "^5.2.3",
"@mantine/modals": "^5.2.3",
"@mantine/next": "^5.2.3",
"@mantine/notifications": "^5.2.3",
"@mantine/nprogress": "^5.2.3",
"@mantine/prism": "^5.2.3",
"@mantine/spotlight": "^5.2.3",
"@next/env": "^12.2.3",
"@plaiceholder/next": "^2.5.0",
"@supabase/auth-helpers-nextjs": "0.4.0-next.3",
"@supabase/auth-helpers-react": "0.3.0-next.2",
"@supabase/supabase-js": "2.0.0-rc.10",
"@tabler/icons": "^1.91.0",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
"@toast-ui/react-editor": "^3.2.0",
"@types/react": "^18.0.17",
"chart.js": "^3.9.1",
"cookies-next": "^2.1.1",
"country-flag-icons": "^1.5.5",
"date-fns": "^2.29.1",
"dayjs": "^1.11.4",
"dotenv": "^16.0.2",
"embla-carousel-react": "7.0.1",
"mantine-datatable": "^1.5.0",
"next": "^12.3.1",
"next-remove-imports": "^1.0.6",
"next-seo": "^5.5.0",
"next-sitemap": "^3.1.23",
"npm": "^8.19.2",
"postcss-nesting": "^10.1.10",
"prismjs": "^1.28.0",
"react": "^18.2.0",
"react-awesome-reveal": "^4.0.1",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-infinite-scroller": "^1.2.6",
"react-lazy-load": "^4.0.1",
"react-markdown": "^8.0.3",
"react-syntax-highlighter": "^15.5.0",
"rehype-react": "^7.1.1",
"remark-gfm": "^3.0.1",
"remark-git-contributors": "^4.0.1",
"remark-github": "^11.2.4",
"rich-markdown-editor": "^11.21.3",
"sass": "^1.54.0",
"sharp": "^0.31.0",
"slugify": "^1.6.5",
"sticky-sidebar-v2": "^1.1.1",
"styled-components": "^5.3.5",
"url-slug": "^3.0.4",
"zustand": "^4.1.1"
},
"devDependencies": {
"@playwright/test": "^1.26.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/node": "18.7.23",
"@types/react-dom": "^18.0.6",
"autoprefixer": "^10.4.7",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"postcss": "^8.4.14",
"release-it": "^15.1.3",
"tailwindcss": "^3.1.6",
"typescript": "^4.7.4"
},
"overrides": {
"@supabase/gotrue-js": "1.20.0"
},
"resolutions": {
"prosemirror-model": "1.8.2"
}
}