Prompt-Engineering-Guide/package.json

37 lines
974 B
JSON
Raw Permalink Normal View History

2023-03-11 07:22:18 +08:00
{
"name": "nextra-docs-template",
"version": "0.0.1",
"description": "Nextra docs template",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shuding/nextra-docs-template.git"
},
"author": "Shu Ding <g@shud.in>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shuding/nextra-docs-template/issues"
},
"homepage": "https://github.com/shuding/nextra-docs-template#readme",
"dependencies": {
2023-10-10 12:40:16 +08:00
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
2023-03-17 15:48:51 +08:00
"@vercel/analytics": "^0.1.11",
2023-10-10 12:40:16 +08:00
"clsx": "^2.0.0",
2023-03-11 07:22:18 +08:00
"next": "^13.0.6",
2023-10-05 01:53:35 +08:00
"nextra": "^2.13.1",
"nextra-theme-docs": "^2.13.1",
2023-03-11 07:22:18 +08:00
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "18.11.10",
"typescript": "^4.9.3"
}
}