Compare commits
No commits in common. "5acc224c58a63207fd484d2052ad7123ee7a6936" and "35be603db1b12c6353a426f8364a7541d7178e94" have entirely different histories.
5acc224c58
...
35be603db1
5 changed files with 219 additions and 924 deletions
10
.prettierrc
10
.prettierrc
|
|
@ -3,13 +3,5 @@
|
||||||
"tabWidth": 2,
|
"tabWidth": 2,
|
||||||
"semi": true,
|
"semi": true,
|
||||||
"singleQuote": true,
|
"singleQuote": true,
|
||||||
"printWidth": 96,
|
"printWidth": 96
|
||||||
"plugins": [
|
|
||||||
"@ianvs/prettier-plugin-sort-imports",
|
|
||||||
"prettier-plugin-css-order",
|
|
||||||
"prettier-plugin-jsdoc",
|
|
||||||
"prettier-plugin-multiline-arrays",
|
|
||||||
"prettier-plugin-organize-attributes",
|
|
||||||
"prettier-plugin-tailwindcss"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
2
build.sh
2
build.sh
|
|
@ -1,5 +1,3 @@
|
||||||
#!/usr/bin/env bash
|
|
||||||
|
|
||||||
pnpm run check
|
pnpm run check
|
||||||
pnpm run build
|
pnpm run build
|
||||||
sudo systemctl restart bitdori-www
|
sudo systemctl restart bitdori-www
|
||||||
|
|
|
||||||
18
package.json
18
package.json
|
|
@ -3,31 +3,25 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"check": "pnpm i && pnpx next telemetry disable && pnpm i baseline-browser-mapping@latest -D && pnpx browserslist && git remote -v && node --version && pnpx npm-check-updates",
|
"check": "pnpm i && pnpx next telemetry disable && pnpm i baseline-browser-mapping@latest -D && pnpx browserslist && git remote -v && git branch && node --version && pnpx npm-check-updates",
|
||||||
"dev": "pnpm run check && next dev",
|
"dev": "pnpm run check && next dev",
|
||||||
"build": "next build",
|
"build": "next build",
|
||||||
"start": "next start --port 7007",
|
"start": "next start --port 7007",
|
||||||
"lint": "eslint"
|
"lint": "eslint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "16.3.3",
|
"next": "16.2.12",
|
||||||
"react": "19.2.8",
|
"react": "19.2.4",
|
||||||
"react-dom": "19.2.8"
|
"react-dom": "19.2.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
|
|
||||||
"@tailwindcss/postcss": "^4",
|
"@tailwindcss/postcss": "^4",
|
||||||
"@types/node": "^20",
|
"@types/node": "^20",
|
||||||
"@types/react": "^19",
|
"@types/react": "^19",
|
||||||
"@types/react-dom": "^19",
|
"@types/react-dom": "^19",
|
||||||
"baseline-browser-mapping": "^2.11.19",
|
"baseline-browser-mapping": "^2.11.4",
|
||||||
"eslint": "^9",
|
"eslint": "^9",
|
||||||
"eslint-config-next": "16.3.3",
|
"eslint-config-next": "16.2.12",
|
||||||
"prettier-plugin-css-order": "^2.2.0",
|
|
||||||
"prettier-plugin-jsdoc": "^1.8.1",
|
|
||||||
"prettier-plugin-multiline-arrays": "^4.1.11",
|
|
||||||
"prettier-plugin-organize-attributes": "^1.0.0",
|
|
||||||
"prettier-plugin-tailwindcss": "^0.8.1",
|
|
||||||
"tailwindcss": "^4",
|
"tailwindcss": "^4",
|
||||||
"typescript": "^5"
|
"typescript": "^5"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
1098
pnpm-lock.yaml
generated
1098
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
|
@ -4,16 +4,3 @@ allowBuilds:
|
||||||
ignoredBuiltDependencies:
|
ignoredBuiltDependencies:
|
||||||
- sharp
|
- sharp
|
||||||
- unrs-resolver
|
- unrs-resolver
|
||||||
minimumReleaseAgeExclude:
|
|
||||||
- '@next/env@16.3.3'
|
|
||||||
- '@next/eslint-plugin-next@16.3.3'
|
|
||||||
- '@next/swc-darwin-arm64@16.3.3'
|
|
||||||
- '@next/swc-darwin-x64@16.3.3'
|
|
||||||
- '@next/swc-linux-arm64-gnu@16.3.3'
|
|
||||||
- '@next/swc-linux-arm64-musl@16.3.3'
|
|
||||||
- '@next/swc-linux-x64-gnu@16.3.3'
|
|
||||||
- '@next/swc-linux-x64-musl@16.3.3'
|
|
||||||
- '@next/swc-win32-arm64-msvc@16.3.3'
|
|
||||||
- '@next/swc-win32-x64-msvc@16.3.3'
|
|
||||||
- eslint-config-next@16.3.3
|
|
||||||
- next@16.3.3
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue