-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
84 lines (84 loc) · 2.25 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
{
"name": "afonsojramos.me",
"version": "1.0.0",
"author": "Afonso Jorge Ramos <[email protected]>",
"scripts": {
"lint": "next lint",
"lint:fix": "eslint . --fix",
"dev": "next",
"build": "pnpm run rss && next build",
"rss": "node lib/rss",
"postbuild": "next-sitemap",
"start": "next start",
"prepare": "husky install"
},
"license": "MIT",
"dependencies": {
"@radix-ui/react-popover": "1.0.7",
"@vercel/analytics": "1.1.2",
"classnames": "2.5.1",
"cmdk": "0.2.1",
"cobe": "0.6.3",
"firebase-admin": "11.11.1",
"geist": "1.2.1",
"intersection-observer": "0.12.2",
"lodash.debounce": "4.0.8",
"lottie-colorify": "0.8.0",
"next": "14.2.1",
"next-themes": "0.2.1",
"nprogress": "0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-lottie-player": "1.5.6",
"@react-spring/web": "9.7.3",
"sass": "1.70.0",
"swiper": "10.3.1",
"swr": "2.2.5",
"tinykeys": "2.1.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "14.2.1",
"@types/geojson": "7946.0.14",
"@types/lodash.debounce": "4.0.9",
"@types/marked": "5.0.2",
"@types/nprogress": "0.2.3",
"@types/prettier": "3.0.0",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "14.2.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"gray-matter": "4.0.3",
"husky": "8.0.3",
"lowdb": "6.1.1",
"marked": "5.1.2",
"next-sitemap": "4.2.3",
"open-graph-scraper": "6.3.3",
"postcss": "8.4.38",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-hover-media-feature": "1.0.2",
"postcss-preset-env": "9.3.0",
"prettier": "3.2.5",
"prism-react-renderer": "2.3.1",
"prompts": "2.4.2",
"rss": "1.2.2",
"tailwindcss": "3.4.3",
"typescript": "5.3.3"
},
"renovate": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"platform": "github",
"rangeStrategy": "pin",
"extends": [
"config:recommended"
],
"schedule": [
"monthly"
]
},
"packageManager": "[email protected]"
}