-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.32 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
{
"name": "haggyman",
"private": false,
"description": "Portfolio and blog by Mark Hagemann - Built with NextJS",
"version": "1.0.0",
"author": "Mark Hagemann <[email protected]>",
"dependencies": {
"@n8tb1t/use-scroll-position": "^2.0.3",
"@netlify/plugin-nextjs": "^5.7.2",
"classnames": "^2.5.1",
"date-fns": "^4.1.0",
"gray-matter": "^4.0.3",
"luxon": "^3.5.0",
"next": "^14.2.13",
"next-sitemap": "~4.2.3",
"path": "^0.12.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-share": "^5.1.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-prism": "^1.3.6",
"sharp": "^0.33.5"
},
"devDependencies": {
"@eslint/compat": "~1.1.1",
"@eslint/eslintrc": "~3.1.0",
"@eslint/js": "~9.11.0",
"@next/eslint-plugin-next": "^14.2.13",
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/react-share": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.11.0",
"eslint-config-prettier": "^9.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-unused-imports": "^4.1.4",
"globals": "~15.9.0",
"postcss-import": "^16.1.0",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.12",
"tailwindcss-border-gradients": "^2.0.3",
"tailwindcss-bulma-modals": "^1.0.2",
"typescript": "^5.6.2"
},
"license": "MIT",
"scripts": {
"build": "next build",
"postbuild": "next-sitemap",
"dev": "next dev",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"lint": "eslint 'src/**/*.{ts,tsx,js,jsx}' './*.{ts,js}'",
"lint:fix": "yarn tsc-check && yarn run tsc-check && eslint 'src/**/*.{ts,tsx,js,jsx}' './*.{ts,js}' --fix",
"prelint": "yarn run tsc-check",
"start": "next start",
"tsc-check": "tsc -p './tsconfig.json' --noEmit"
},
"repository": {
"type": "git",
"url": "https://github.com/markhagemann/haggyman"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}