Files
Searchcord-Docs/package.json
bjarncraft 59d654a934 tes
2022-04-21 18:23:00 +02:00

29 lines
538 B
JSON

{
"name": "nextra",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"start": "next start",
"build": "next build && next export"
},
"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
}
}