-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.31 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.31 KB
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
{
"name": "haakondev-24",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@giscus/react": "^3.0.0",
"@gsap/react": "^2.1.1",
"@hookform/resolvers": "^3.6.0",
"@pigment-css/react": "^0.0.13",
"@ryfylke-react/toast": "^0.1.61",
"@types/markdown-it": "^14.1.1",
"@types/markdown-it-container": "^2.0.10",
"@types/prismjs": "^1.26.4",
"@types/react-window": "^1.8.8",
"@types/sanitize-html": "^2.11.0",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"front-matter": "^4.0.2",
"fuse.js": "^7.0.0",
"gsap": "^3.12.5",
"highlight.js": "^11.9.0",
"markdown-it": "^14.1.0",
"markdown-it-container": "^4.0.0",
"next": "14.2.3",
"node-mailjet": "^6.0.5",
"postcss": "^8.4.39",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.5",
"react-virtuoso": "^4.7.11",
"sanitize-html": "^2.13.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@pigment-css/nextjs-plugin": "^0.0.14",
"@types/node": "^20",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"typescript": "^5.1.3"
}
}