forked from invertase/docs.page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.42 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "oss-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:prod": "cross-env NODE_ENV=production next dev",
"build": "npm run clean && next build",
"start": "next start",
"serve": "npm run build && npm run start",
"clean": "rimraf .next",
"test": "jest"
},
"dependencies": {
"@docsearch/react": "^3.0.0-alpha.32",
"@mapbox/rehype-prism": "^0.5.0",
"@octokit/graphql": "^4.5.7",
"@react-hook/window-scroll": "^1.3.0",
"@tailwindcss/typography": "^0.3.1",
"a2a": "^0.2.0",
"ansi-to-html": "^0.6.14",
"autoprefixer": "^10.0.2",
"classnames": "^2.2.6",
"color": "^3.1.3",
"gray-matter": "^4.0.2",
"hast-util-has-property": "^1.0.4",
"hast-util-heading-rank": "^1.0.1",
"hast-util-parse-selector": "^2.2.5",
"hast-util-select": "^4.0.1",
"hast-util-to-string": "^1.0.4",
"is-html": "^2.0.0",
"isomorphic-dompurify": "^0.9.0",
"lodash.camelcase": "^4.3.0",
"lodash.get": "^4.4.2",
"next": "10.2.3",
"next-mdx-remote": "hashicorp/next-mdx-remote#39/head",
"nprogress": "^0.2.0",
"parse-numeric-range": "^1.2.0",
"postcss": "^8.1.7",
"prism-react-renderer": "^1.1.1",
"prismjs": "^1.22.0",
"react": "17.0.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "17.0.1",
"react-medium-image-zoom": "^4.3.1",
"react-scrollspy": "^3.4.3",
"react-test-renderer": "^17.0.1",
"refractor": "^3.2.0",
"rehype-accessible-emojis": "^0.3.2",
"rehype-slug": "^4.0.1",
"remark-admonitions": "^1.2.1",
"remark-unwrap-images": "^2.0.0",
"rimraf": "^3.0.2",
"sanitize-html": "^2.2.0",
"serialize-error": "^7.0.1",
"stacktracey": "^2.0.15",
"tailwindcss": "^2.1.2",
"ts-jest": "^26.4.4",
"unist-util-visit": "^2.0.3",
"use-dark-mode": "^2.3.1",
"use-onclickoutside": "^0.3.1",
"valid-data-url": "^3.0.1"
},
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/color": "^3.0.1",
"@types/jest": "^26.0.15",
"@types/lodash.camelcase": "^4.3.6",
"@types/lodash.get": "^4.4.6",
"@types/node": "^14.14.7",
"@types/nprogress": "^0.2.0",
"@types/react": "^16.9.56",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-scrollspy": "^3.3.3",
"@types/valid-data-url": "^2.0.0",
"cross-env": "^7.0.2",
"jest": "^26.6.3",
"prettier": "2.2.1",
"typescript": "^4.0.5"
}
}