-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.72 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
{
"name": "site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/bundle-analyzer": "^14.0.3",
"@next/mdx": "^14.0.3",
"@nextui-org/react": "^2.2.9",
"@prisma/client": "^5.6.0",
"@types/mdx": "^2.0.10",
"@uiw/react-md-editor": "^4.0.1",
"@vercel/speed-insights": "^1.0.9",
"axios": "^1.6.2",
"chalk": "^5.3.0",
"framer-motion": "^10.16.5",
"geist": "^1.1.0",
"jose": "^5.1.2",
"next": "^14.2.3",
"next-mdx-remote": "^4.4.1",
"next-remove-imports": "^1.0.12",
"octokit": "^3.1.2",
"react": "^18.3.1",
"react-debounce-input": "^3.3.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-icons": "^4.12.0",
"react-particles": "^2.12.2",
"remark-gfm": "^4.0.0",
"tsparticles": "^2.12.0",
"tsparticles-interaction-particles-repulse": "^2.12.0",
"typewriter-effect": "^2.21.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8.53.0",
"eslint-config-next": "^14.2.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"postcss": "^8",
"prettier": "^3.0.3",
"prisma": "^5.6.0",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"packageManager": "[email protected]+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca"
}