Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
nnecec committed Nov 28, 2023
1 parent 47a6285 commit 3389abe
Show file tree
Hide file tree
Showing 6 changed files with 3,753 additions and 1,591 deletions.
9 changes: 0 additions & 9 deletions .eslintrc.js

This file was deleted.

27 changes: 27 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
import pluginNext from '@next/eslint-plugin-next'
import nnecec from '@nnecec/eslint-config'

/** @type {import('eslint').Linter.FlatConfig[]} */
export default [
...nnecec({
tailwindcss: true,
typescript: true,
}),
{
plugins: {
'@next/next': pluginNext,
},
rules: {
...pluginNext.configs['core-web-vitals'].rules,
},
},
{
files: ['**/*.ts', '**/*.tsx'],
rules: {
'@typescript-eslint/no-explicit-any': 'off',
},
},
{
ignorePatterns: ['/posts/**/**', '.next', 'public', 'node_modules'],
},
]
43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,42 +24,43 @@
"start": "next start"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.7.1",
"@markdoc/markdoc": "^0.3.2",
"@marp-team/marp-core": "^3.8.1",
"@motionone/utils": "^10.15.1",
"@nextui-org/react": "^2.1.13",
"@tabler/icons-react": "^2.34.0",
"@codesandbox/sandpack-react": "^2.10.0",
"@markdoc/markdoc": "^0.3.5",
"@marp-team/marp-core": "^3.9.0",
"@motionone/utils": "^10.16.3",
"@nextui-org/react": "^2.2.9",
"@tabler/icons-react": "^2.42.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"framer-motion": "^10.16.4",
"framer-motion": "^10.16.5",
"gray-matter": "4.0.3",
"mermaid": "^10.4.0",
"next": "^13.5.2",
"prism-react-renderer": "^2.0.6",
"mermaid": "^10.6.1",
"next": "^14.0.3",
"prism-react-renderer": "^2.3.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@nnecec/eslint-config": "^0.6.4",
"@nnecec/eslint-config": "^0.7.6",
"@nnecec/prettier-config": "^0.3.2",
"@nnecec/tsconfig": "^0.2.1",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.6.3",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.2.22",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.2.7",
"@types/node": "^20.10.0",
"@types/prismjs": "^1.26.3",
"@types/react": "^18.2.39",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.16",
"cssnano": "^6.0.1",
"eslint": "^8.49.0",
"eslint-config-next": "^13.5.2",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.3",
"husky": "^8.0.3",
"postcss": "^8.4.30",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"prettier-plugin-zh": "^0.4.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
Loading

1 comment on commit 3389abe

@vercel
Copy link

@vercel vercel bot commented on 3389abe Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog-git-main-nnecec.vercel.app
nnecec.vercel.app
blog-nnecec.vercel.app

Please sign in to comment.