-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.22 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.22 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
{
"name": "portfolio",
"version": "1.0.4",
"homepage": "https://www.baudom.de",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint . --max-warnings=0",
"prettify": "prettier --write .",
"postversion": "sed -e \"s/{IMAGE_NAME}/$npm_package_name/g\" -e \"s/{IMAGE_VERSION}/$npm_package_version/g\" compose.template.yml > compose.yml"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^13.8.0",
"@tabler/icons-react": "^3.35.0",
"next": "^16.2.6",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^24.1.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"clsx": "^2.1.1",
"conventional-changelog-conventionalcommits": "^9.1.0",
"eslint": "^8",
"eslint-config-next": "^15.0.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^5.0.0",
"postcss": "^8",
"prettier": "^3.7.4",
"semantic-release": "^25.0.2",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.9.3"
},
"resolutions": {
"js-yaml": "^4.1.1"
}
}