docs: added edit date (#8623)
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
"start": "next start",
|
||||
"start:monorepo": "yarn start -p 3001",
|
||||
"lint": "next lint --fix",
|
||||
"lint:content": "eslint --no-eslintrc -c .content.eslintrc.js app/**/*.mdx --fix"
|
||||
"lint:content": "eslint --no-eslintrc -c .content.eslintrc.js app/**/*.mdx --fix",
|
||||
"prep": "node ./scripts/prepare.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mdx-js/loader": "^3.0.0",
|
||||
@@ -31,6 +32,7 @@
|
||||
"@types/react": "^18.2.0",
|
||||
"@types/react-dom": "^18.2.0",
|
||||
"autoprefixer": "^10.0.1",
|
||||
"build-scripts": "*",
|
||||
"eslint": "^8",
|
||||
"eslint-config-docs": "*",
|
||||
"eslint-config-next": "14.2.3",
|
||||
|
||||
Reference in New Issue
Block a user