-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.45 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "pelican-documentation",
"version": "0.0.1",
"description": "Documentation for Pelican",
"scripts": {
"dev": "node --env-file .env.local scripts/dev.mjs",
"prebuild": "node --env-file .env.local scripts/setup.mjs",
"build": "next build",
"postbuild": "pagefind --site .next/server/app --output-path out/_pagefind && next-image-export-optimizer",
"start": "npx serve@latest out"
},
"repository": {
"type": "git",
"url": "https://github.com/PelicanPlatform/docs.git "
},
"author": "Cannon Lock <clock@morgridge.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shuding/nextra-docs-template/issues"
},
"homepage": "https://github.com/shuding/nextra-docs-template#readme",
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@mui/material-nextjs": "^7.3.2",
"js-yaml": "^4.1.0",
"next": "^15.3.3",
"next-image-export-optimizer": "^1.19",
"nextra": "^4.6.0",
"nextra-theme-docs": "^4.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^7.0.0",
"remark-breaks": "^4.0.0",
"swagger-ui-react": "^5.17.14"
},
"devDependencies": {
"@types/node": "18.11.10",
"@types/react-syntax-highlighter": "^15.5.13",
"pagefind": "^1.3.0",
"typescript": "^4.9.3"
}
}