kopia lustrzana https://github.com/badgen/badgen.net
chore: bump deps
rodzic
716bdab58b
commit
b92b6bb550
|
@ -1,12 +1,12 @@
|
|||
import icons from 'badgen-icons'
|
||||
import Image from 'next/image'
|
||||
|
||||
import { Inter } from '@next/font/google'
|
||||
const inter = Inter({ subsets: ['latin'] })
|
||||
import { Open_Sans } from '@next/font/google'
|
||||
const openSans = Open_Sans({ subsets: ['latin'], weight: ['400'] })
|
||||
|
||||
export default function HomeIntro ({ isFlat = false }) {
|
||||
return (
|
||||
<div className={`home-intro ${inter.className}`}>
|
||||
<div className={`home-intro ${openSans.className}`}>
|
||||
<pre>{explainCode(isFlat)}</pre>
|
||||
|
||||
<h3>Options</h3>
|
||||
|
|
Plik diff jest za duży
Load Diff
|
@ -10,7 +10,7 @@
|
|||
"build:web": "next build && next export -o dist",
|
||||
"build-0": "npm run tools && npm run build:web && npm run build:api",
|
||||
"build": "next build",
|
||||
"dev": "npm run build && npm run dev:api",
|
||||
"dev": "next dev",
|
||||
"dev:api": "nodemon --config nodemon.json index.ts",
|
||||
"dev:web": "next",
|
||||
"tools": "ts-node -TP server.tsconfig.json tools/gen-examples.ts",
|
||||
|
@ -52,7 +52,7 @@
|
|||
"@types/fs-extra": "^9.0.11",
|
||||
"@types/lodash.debounce": "^4.0.6",
|
||||
"@types/micro": "^7.3.4",
|
||||
"@types/node": "^16.11.36",
|
||||
"@types/node": "^18.11.18",
|
||||
"@types/react": "^18.0.26",
|
||||
"@types/react-dom": "^16.9.12",
|
||||
"@types/semver": "^7.3.4",
|
||||
|
|
Ładowanie…
Reference in New Issue