-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·71 lines (71 loc) · 2.18 KB
/
package.json
File metadata and controls
executable file
·71 lines (71 loc) · 2.18 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "default-privacy",
"version": "1.0.0",
"description": "Privacy is a right that must be protected. Defend your own freedom with Default Privacy, where private by default solutions provide the ultimate protection for online identity and anonymity.",
"licenses": [
{
"type": "Default License v1",
"url": "https://github.com/privatebydefault/Default-License-v1/LICENSE"
}
],
"packageManager": "yarn@1.22.19",
"scripts": {
"dev": "yarn generate-json && next dev -H 0.0.0.0",
"build": "yarn generate-json && next build",
"preview": "next start -H 0.0.0.0",
"postbuild": "next-sitemap",
"lint": "next lint",
"format": "prettier -w ./src",
"generate-json": "node scripts/jsonGenerator.js",
"generate-screenshots": "yarn generate-json && node scripts/generateScreenshots.mjs"
},
"engines": {
"node": ">=20.19.0"
},
"dependencies": {
"@next/env": "15.5.15",
"@next/eslint-plugin-next": "15.5.15",
"date-fns": "^4.1.0",
"fathom-client": "^3.7.2",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"marked": "^15.0.4",
"next": "15.5.15",
"next-mdx-remote": "^5.0.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-gtm-module": "^2.0.11",
"react-icons": "^5.4.0",
"react-infinite-scroll-component": "^6.1.0",
"react-lite-youtube-embed": "^2.4.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"sass": "^1.83.0",
"swiper": "^11.1.15",
"usehooks-ts": "^3.1.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/marked": "^5.0.2",
"@types/node": "22.10.2",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-next": "15.5.15",
"fs-extra": "^11.2.0",
"ora": "^8.1.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"puppeteer": "^23.11.1",
"sass": "^1.83.0",
"sharp": "^0.33.5",
"tailwind-bootstrap-grid": "^5.1.0",
"tailwindcss": "^3.4.17",
"typescript": "5.7.2"
}
}