-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
66 lines (66 loc) · 2.18 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
{
"name": "mannuel-ferreira",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next",
"start:dev": "concurrently \"npm run watch:css\" \"npm run dev\" \"npm run typecheck -w\"",
"build": "./install-deps.sh && next build",
"build:css": "tailwindcss --minify -i styles/global.css -o public/css/tailwind.min.css",
"watch:css": "tailwindcss --minify -i styles/global.css -o public/css/tailwind.min.css --watch",
"lint": "next lint",
"postinstall": "npx puppeteer browsers install chrome@127.0.6533.88",
"prettier:fix": "prettier . --write",
"start": "next start",
"typecheck": "tsc",
"generate-sitemap": "node scripts/sitemap-generator.mjs"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@sparticuz/chromium": "^130.0.0",
"class-variance-authority": "^0.7.0",
"client-only": "^0.0.1",
"clsx": "^2.1.1",
"github-slugger": "^2.0.0",
"globby": "^14.0.2",
"logrocket": "^9.0.0",
"lucide-react": "^0.446.0",
"mdx-mermaid": "^2.0.1",
"mermaid": "^11.3.0",
"next": "14.2.13",
"next-themes": "^0.3.0",
"puppeteer": "^23.6.0",
"puppeteer-core": "^23.6.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"vanilla-cookieconsent": "3.0.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/gtag.js": "^0.0.20",
"@types/node": "^22.7.8",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "14.1.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.47",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"velite": "0.2.0"
}
}