-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.34 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
{
"name": "fransfp.dev",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap",
"deploy:local": "next build && pm2 startOrRestart ecosystem.config.js --env local",
"deploy:dev": "next build && pm2 startOrRestart ecosystem.config.js --env development",
"deploy:prod": "next build && pm2 startOrRestart ecosystem.config.js --env production"
},
"dependencies": {
"@fingerprintjs/botd": "^1.5.0",
"@fluentui/react-icons": "^2.0.201",
"@jsdevtools/rehype-toc": "^3.0.2",
"@mapbox/rehype-prism": "^0.8.0",
"@marsidev/react-turnstile": "^0.2.1",
"@motionone/utils": "^10.15.1",
"@prisma/client": "^4.14.1",
"@types/node": "18.16.0",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"add": "^2.0.6",
"autoprefixer": "10.4.14",
"clsx": "^1.2.1",
"contentlayer": "^0.3.2",
"date-fns": "^2.30.0",
"disqus-react": "^1.1.5",
"edge-csrf": "^1.0.3",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"framer-motion": "^10.12.14",
"github-slugger": "^2.0.0",
"lodash": "^4.17.21",
"mdx-bundler": "^9.2.1",
"next": "13.4.1",
"next-auth": "^4.22.1",
"next-contentlayer": "^0.3.2",
"next-mdx-remote": "^4.4.1",
"next-sitemap": "^4.0.9",
"plaiceholder": "^2.5.0",
"postcss": "8.4.23",
"prisma": "^4.14.1",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-insta-stories": "^2.5.9",
"react-paginate": "^8.2.0",
"react-use": "^17.4.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-code-titles": "^1.2.0",
"rehype-figure": "^1.0.1",
"rehype-img-size": "^1.0.1",
"rehype-pretty-code": "^0.9.5",
"rehype-shiki": "^0.0.9",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"shiki": "^0.14.2",
"slug": "^8.2.2",
"slugify": "^1.6.6",
"stagger-text-reveal-animation": "^1.0.0",
"swr": "^2.1.5",
"tailwind-merge": "^1.12.0",
"tailwindcss": "3.3.1",
"unified": "^10.1.2",
"zustand": "^4.3.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/lodash": "^4.14.194",
"@types/lodash.debounce": "^4.0.7",
"@types/slug": "^5.0.3",
"typescript": "5.0.4"
}
}