-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.27 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
{
"name": "itzjonas.github.io",
"version": "0.2.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbopack",
"lint": "eslint .",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@mdx-js/mdx": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"date-fns": "^4.4.0",
"gray-matter": "^4.0.3",
"lucide-react": "^1.38.0",
"next": "^16.3.4",
"next-mdx-remote": "^6.0.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"three": "^0.185.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/react": "^16.3.3",
"@testing-library/user-event": "^14.6.6",
"@types/jest": "^30.0.0",
"@types/node": "^26.4.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.5",
"@types/three": "^0.185.4",
"eslint": "^9.39.5",
"eslint-config-next": "^16.3.4",
"eslint-plugin-perfectionist": "^5.11.0",
"jest": "^30.5.0",
"jest-environment-jsdom": "^30.5.0",
"tailwindcss": "^4.3.3",
"ts-node": "^10.9.2",
"typescript": "^6.0.3"
}
}