mirror of
https://github.com/bjarncraft/Searchcord-Docs.git
synced 2025-12-12 07:18:09 +00:00
29 lines
523 B
JSON
29 lines
523 B
JSON
{
|
|
"name": "nextra",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"start": "next start",
|
|
"build": "next build"
|
|
},
|
|
"author": "Shu Ding",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"next": "^12.1.0",
|
|
"nextra": "^1.1.0",
|
|
"nextra-theme-docs": "^1.2.2",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"sharp": "^0.30.4"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.0.5"
|
|
},
|
|
"prettier": {
|
|
"semi": false,
|
|
"singleQuote": true
|
|
}
|
|
}
|