forked from sameddmr/blog-temizmama
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.74 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
{
"name": "hashnode-starter-kit",
"version": "1.0.0",
"description": "An OSS Starter Kit to roll out frontends using Hashnode Public APIs",
"keywords": [],
"license": "MIT",
"author": "",
"scripts": {
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,md,json}\"",
"preinstall": "npx only-allow pnpm",
"dev": "pnpm run dev --filter=blog-starter-kit",
"start": "next start",
"build": "cross-env GENERATE_SOURCEMAP=false next build"
},
"dependencies": {
"@openreplay/tracker": "^14.0.6",
"@types/lodash-es": "^4.17.12",
"classnames": "^2.5.1",
"graphql": "^16.9.0",
"graphql-request": "^7.1.0",
"html-to-image": "^1.11.11",
"lodash-es": "^4.17.21",
"next": "^14.2.9",
"next-share": "^0.27.0",
"puppeteer": "^23.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intersection-observer": "^9.13.1",
"react-query": "^3.39.3",
"react-virtual": "^2.10.4",
"sharp": "^0.33.5",
"terser-webpack-plugin": "^5.3.10"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/node": "^22.5.4",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-google-recaptcha": "^2.1.9",
"autoprefixer": "^10.4.20",
"critters": "^0.0.24",
"framer-motion": "^11.5.4",
"lucide-react": "^0.436.0",
"next-purgecss": "^3.1.2",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-packagejson": "^2.5.2",
"prettier-plugin-tailwindcss": "^0.6.6",
"purgecss": "^6.0.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-intersection-observer-hook": "^3.0.1",
"tailwindcss": "^3.4.10",
"typescript": "^5.6.2",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
}
}