mirror of
https://github.com/p-stream/docs.git
synced 2026-01-11 20:10:34 +00:00
30 lines
701 B
JSON
30 lines
701 B
JSON
{
|
|
"name": "P-Stream-docs",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"lint:fix": "next lint --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@mdx-js/loader": "^3.0.0",
|
|
"@mdx-js/react": "^3.0.0",
|
|
"@types/react": "18.2.73",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-next": "^14.2.26",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.2.6",
|
|
"prettier": "^3.5.3",
|
|
"typescript": "5.4.3"
|
|
},
|
|
"dependencies": {
|
|
"@neato/guider": "^1.1.0",
|
|
"next": "^14.2.26",
|
|
"next-seo": "^6.6.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1"
|
|
}
|
|
}
|