-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
78 lines (78 loc) · 2.43 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
{
"name": "rofireza.com",
"version": "0.8.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate",
"postbuild": "next-sitemap --config next-sitemap.config.mjs",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mdx-js/react": "^2.1.2",
"@mui/base": "^5.0.0-alpha.92",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.10.0",
"@next/bundle-analyzer": "^12.2.5",
"@plaiceholder/next": "^2.4.0",
"@prisma/client": "^3.15.2",
"@reduxjs/toolkit": "^1.8.4",
"axios": "^0.27.2",
"beautiful-react-hooks": "^3.10.0",
"contentlayer": "^0.2.7",
"date-fns": "^2.29.1",
"next": "12.2.5",
"next-auth": "^4.10.3",
"next-contentlayer": "^0.2.7",
"next-seo": "^5.5.0",
"next-sitemap": "^3.1.17",
"nextjs-cors": "^2.1.1",
"nextjs-google-analytics": "^2.1.0",
"node-mailjet": "^5.1.1",
"plaiceholder": "^2.4.0",
"prismjs": "^1.28.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-syntax-highlighter": "^15.5.0",
"sharp": "^0.30.7",
"swr": "^1.3.0",
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@types/babel__core": "^7.1.19",
"@types/node": "^18.7.3",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/react-redux": "^7.1.24",
"@types/redux": "^3.6.0",
"esbuild": "^0.13.15",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"eslint-plugin-react-hooks": "^4.6.0",
"prisma": "^3.15.2",
"reading-time": "^1.5.0",
"rehype": "12.0.1",
"rehype-autolink-headings": "6.1.1",
"rehype-code-titles": "1.1.0",
"rehype-highlight": "^6.0.0",
"rehype-prism": "^2.1.3",
"rehype-prism-plus": "^1.4.2",
"rehype-slug": "5.0.1",
"remark-gfm": "^3.0.1",
"typescript": "^4.8.4"
},
"husky": {
"hooks": {
"pre-commit": "",
"pre-push": ""
}
}
}