mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-03-10 10:36:25 -04:00
30 lines
630 B
JSON
30 lines
630 B
JSON
{
|
|
"name": "@sd/docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --port 6001",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "^12.0.9",
|
|
"nextra": "^1.1.0",
|
|
"nextra-theme-docs": "^2.0.0-beta.5",
|
|
"prism-react-renderer": "^1.3.1",
|
|
"prismjs": "^1.26.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"ui": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "17.0.37",
|
|
"config": "*",
|
|
"eslint": "7.32.0",
|
|
"next-transpile-modules": "9.0.0",
|
|
"tsconfig": "*",
|
|
"typescript": "^4.5.3"
|
|
}
|
|
}
|