docs: added edit date (#8623)

This commit is contained in:
Shahed Nasser
2024-08-19 09:47:57 +03:00
committed by GitHub
parent 8c784a8b30
commit c479fe8220
16 changed files with 575 additions and 17 deletions
+3 -1
View File
@@ -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",