-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.4 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
80
81
82
83
84
85
{
"name": "diogomoreira.dev",
"version": "3.3.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"start": "next start",
"check-types": "tsc --pretty --noEmit",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier src --check",
"format:fix": "prettier src --write",
"test-all": "npm run format:fix && npm run lint:fix && npm run check-types && npm run build",
"test": "jest"
},
"dependencies": {
"@giscus/react": "3.0.0",
"@radix-ui/react-slot": "1.1.0",
"@shikijs/transformers": "1.14.1",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.14",
"bibtex": "0.9.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"dompurify": "3.1.6",
"flag-icons": "7.2.3",
"gray-matter": "4.0.3",
"i18next": "23.13.0",
"jsdom": "24.1.1",
"lodash": "4.17.21",
"lucide-react": "0.428.0",
"marked": "14.0.0",
"marked-gfm-heading-id": "4.0.1",
"marked-shiki": "1.1.0",
"next": "14.2.5",
"next-i18next": "15.3.1",
"next-seo": "6.5.0",
"next-themes": "0.3.0",
"nextjs-google-analytics": "2.3.7",
"nprogress": "0.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "15.0.1",
"react-icons": "5.3.0",
"react-loader-spinner": "6.1.6",
"react-responsive-masonry": "2.3.0",
"sass": "1.77.8",
"sharp": "0.33.5",
"shiki": "1.14.1",
"tailwind-merge": "2.5.2",
"tailwindcss-animate": "1.0.7",
"typescript": "5.5.4",
"uuid": "10.0.0",
"zod": "3.23.8"
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@types/dompurify": "3.0.5",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.7",
"@types/node": "22.4.0",
"@types/nprogress": "0.2.3",
"@types/react": "18.3.3",
"@types/react-responsive-masonry": "2.1.3",
"@types/uuid": "10.0.0",
"autoprefixer": "10.4.20",
"cssnano": "7.0.5",
"eslint": "^8",
"eslint-config-next": "14.2.11",
"globals": "^15.9.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "8.4.41",
"prettier": "3.3.3",
"tailwindcss": "3.4.10",
"ts-node": "10.9.2",
"typescript-eslint": "^8.5.0"
},
"packageManager": "[email protected]"
}