-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.31 KB
/
package.json
File metadata and controls
51 lines (51 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
51
{
"name": "danielsabbaghcom",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@next/mdx": "16.0.0",
"@types/mdx": "^2.0.2",
"@vercel/analytics": "^1.1.2",
"email-validator": "^2.0.4",
"faunadb": "^4.6.0",
"fs": "0.0.1-security",
"grommet-icons": "^4.7.0",
"motion": "^12.23.24",
"next": "16.0.10",
"next-mdx-remote": "^6.0.0",
"path": "^0.12.7",
"react": "^19.2.0",
"react-countup": "^6.5.3",
"react-dom": "^19.2.0",
"react-intersection-observer": "^9.16.0",
"react-visibility-sensor": "^5.1.1",
"reading-time": "^1.5.0",
"remark": "^13.0.0",
"remark-html": "^15.0.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.38.0",
"@types/gtag.js": "0.0.3",
"@types/node": "^22.12.0",
"@types/react": "19.2.2",
"@typescript-eslint/eslint-plugin": "^8.46.2",
"@typescript-eslint/parser": "^8.46.2",
"eslint": "^9.38.0",
"eslint-config-next": "^16.0.0",
"raw-loader": "^4.0.2",
"remark-mdx": "^2.1.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.2"
},
"overrides": {
"@types/react": "19.2.2"
}
}