-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.8 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
{
"name": "devugur-mdx",
"version": "0.1.0",
"private": true,
"browser": {
"fs": false,
"path": false,
"os": false
},
"scripts": {
"dev": "next",
"dev:watch": "next-remote-watch ./posts",
"start": "next start",
"lint": "next lint",
"build": "next build",
"process-images": "node scripts/process-images.js"
},
"dependencies": {
"@mapbox/rehype-prism": "^0.7.0",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^11.0.1",
"@supabase/supabase-js": "^1.22.4",
"@types/react-transition-group": "^4.4.2",
"chart.js": "^3.5.1",
"confetti-js": "^0.0.18",
"date-fns": "^2.23.0",
"firebase-admin": "^9.11.0",
"framer-motion": "^4.1.17",
"gray-matter": "^4.0.3",
"mdx-prism": "^0.3.4",
"next": "11.0.1",
"next-mdx-remote": "^3.0.4",
"next-remote-watch": "^1.0.0",
"next-themes": "^0.0.15",
"next-translate": "^1.0.7",
"react": "17.0.2",
"react-chartjs-2": "^3.0.5",
"react-dom": "17.0.2",
"react-hotkeys-hook": "^3.4.0",
"react-image-lightbox": "^5.1.4",
"react-query": "^3.21.1",
"reading-time": "^1.3.0",
"remark-autolink-headings": "^6.0.1",
"remark-code-titles": "^0.1.2",
"remark-slug": "^6.1.0",
"remark-toc": "^8.0.0",
"sass": "^1.36.0",
"sharp": "^0.28.3",
"sitemap": "^7.0.0",
"swr": "^0.5.6",
"use-sound": "^4.0.1"
},
"devDependencies": {
"@types/react": "^17.0.15",
"autoprefixer": "^10.3.1",
"eslint": "7.31.0",
"eslint-config-next": "11.0.1",
"file-loader": "^6.2.0",
"globby": "^11.0.0",
"postcss": "^8.3.6",
"remark-frontmatter": "^3.0.0",
"remark-parse": "^9.0.0",
"remark-stringify": "^9.0.1",
"tailwindcss": "^2.2.7",
"typescript": "^4.3.5",
"url-loader": "^4.1.1"
}
}