-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
59 lines (59 loc) · 1.73 KB
/
package.json
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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "golem-docs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"gendocs": "node generateTypedoc.mjs",
"build": "node validate_links.js && next build",
"export": "next build && next export",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"doc": "typedoc yajsapi/tsconfig.json --plugin typedoc-plugin-markdown"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@algolia/autocomplete-core": "^1.9.2",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.18",
"@markdoc/markdoc": "^0.3.2",
"@markdoc/next.js": "^0.3.3",
"@sindresorhus/slugify": "^2.1.0",
"@tailwindcss/typography": "^0.5.7",
"autoprefixer": "^10.4.12",
"clsx": "^1.2.1",
"fast-glob": "^3.2.12",
"flexsearch": "^0.7.31",
"focus-visible": "^5.2.0",
"git-clone": "^0.2.0",
"isomorphic-git": "^1.24.0",
"marked": "^9.0.3",
"next": "13.4.2",
"next-sitemap": "^4.1.8",
"nextjs-google-analytics": "^2.3.3",
"node-fetch": "^3.3.2",
"postcss-focus-visible": "^6.0.4",
"postcss-import": "^14.1.0",
"prism-react-renderer": "^1.3.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-highlight-words": "^0.20.0",
"react-lite-youtube-embed": "^2.3.52",
"simple-functional-loader": "^1.2.1",
"swagger-ui-react": "^5.17.9",
"swr": "^2.1.5",
"tailwindcss": "^3.3.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"eslint": "8.26.0",
"eslint-config-next": "13.0.2",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.6",
"sharp": "^0.32.0",
"typedoc": "^0.24.7",
"typedoc-gitlab-wiki-theme": "^1.1.0",
"typedoc-plugin-markdown": "^3.15.3"
}
}