Skip to content

Commit

Permalink
feat: update content
Browse files Browse the repository at this point in the history
  • Loading branch information
aulianza committed Apr 11, 2024
1 parent 89debbe commit 980618a
Show file tree
Hide file tree
Showing 16 changed files with 1,500 additions and 3,154 deletions.
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
. "$(dirname "$0")/_/husky.sh"

pnpm lint-staged
9 changes: 5 additions & 4 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
const nextConfig = {
swcMinify: true,
images: {
domains: ["aulianza.s3.ap-southeast-1.amazonaws.com"],
},
reactStrictMode: false,
swcMinify: true,
images: {
domains: ["aulianza.s3.ap-southeast-1.amazonaws.com"],
},
};

module.exports = nextConfig;
98 changes: 49 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,51 @@
{
"name": "aulianza.com",
"version": "1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint src --fix && pnpm format",
"typecheck": "tsc --noEmit --incremental false",
"format": "prettier --write .",
"format:check": "prettier -c .",
"prepare": "husky install"
},
"dependencies": {
"aos": "^2.3.4",
"clsx": "^2.0.0",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-spring-bottom-sheet": "^3.4.1",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@types/aos": "^3.0.5",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"autoprefixer": "10.4.15",
"eslint": "8.48.0",
"eslint-config-next": "13.5.6",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"postcss": "8.4.29",
"prettier": "^3.0.3",
"typescript": "5.2.2"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,html,css,json}": [
"pnpm prettier --write"
]
}
"name": "aulianza.com",
"version": "1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint src --fix && pnpm format",
"typecheck": "tsc --noEmit --incremental false",
"format": "prettier --write .",
"format:check": "prettier -c .",
"prepare": "husky install"
},
"dependencies": {
"aos": "^2.3.4",
"clsx": "^2.0.0",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-spring-bottom-sheet": "^3.4.1",
"tailwindcss": "3.3.3"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@types/aos": "^3.0.5",
"@types/node": "20.5.7",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"autoprefixer": "10.4.15",
"eslint": "8.48.0",
"eslint-config-next": "13.5.6",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"postcss": "8.4.29",
"prettier": "^3.0.3",
"typescript": "5.2.2"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx,html,css,json}": [
"pnpm prettier --write"
]
}
}
Loading

0 comments on commit 980618a

Please sign in to comment.