39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "temp",
|
|
"version": "1.2.3",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint",
|
|
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,md}\"",
|
|
"release": "semantic-release"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/postcss": "^4.2.2",
|
|
"@types/node": "^20.19.39",
|
|
"@types/react": "^19.2.14",
|
|
"next": "16.1.7",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"tailwind": "^4.0.0",
|
|
"tailwindcss": "^4.2.2",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@saithodev/semantic-release-gitea": "^2.1.0",
|
|
"@semantic-release/exec": "^7.1.0",
|
|
"@semantic-release/npm": "^13.1.5",
|
|
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
|
|
"@types/react-dom": "^19.2.3",
|
|
"eslint": "^9.39.4",
|
|
"eslint-config-next": "16.1.7",
|
|
"prettier": "^3.8.3",
|
|
"prettier-plugin-embed": "^0.5.1",
|
|
"prettier-plugin-groovy": "^0.2.1",
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
"semantic-release": "^25.0.3"
|
|
}
|
|
}
|