This repository has been archived by the owner on Oct 20, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
69 lines (69 loc) · 2.08 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
{
"name": "haystack-website",
"version": "0.1.0",
"private": true,
"scripts": {
"haystack": "git clone --depth=1 https://github.com/deepset-ai/haystack.git && git clone --depth=1 https://$GITHUB_PERSONAL_ACCESS_TOKEN:[email protected]/deepset-ai/haystack-tutorials.git",
"dev": "next dev",
"dev:watch": "next-remote-watch ./docs",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@headlessui/react": "^1.4.0",
"@heroicons/react": "^1.0.3",
"@material-ui/core": "^4.12.3",
"@material-ui/lab": "^4.0.0-alpha.60",
"@pondorasti/remark-img-links": "^1.0.8",
"body-scroll-lock": "^4.0.0-beta.0",
"classnames": "^2.3.1",
"github-slugger": "^1.4.0",
"gray-matter": "^4.0.3",
"markdown-to-jsx": "^7.1.3",
"next": "11.1.2",
"next-mdx-remote": "^3.0.4",
"next-remote-watch": "^1.0.0",
"next-sitemap": "^1.6.164",
"octokit": "^1.1.0",
"prism-react-renderer": "^1.2.1",
"prismjs": "^1.25.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-google-charts": "^3.0.15",
"react-icons": "^4.2.0",
"remark": "^13.0.0",
"remark-autolink-headings": "^7.0.1",
"remark-html": "13.0.1",
"remark-prism": "^1.3.6",
"remark-slug": "^7.0.0",
"semver": "^7.3.5",
"semver-compare": "^1.0.0",
"swagger-ui": "^4.2.1"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@types/body-scroll-lock": "^2.6.2",
"@types/jest": "^26.0.24",
"@types/node": "^16.4.11",
"@types/prismjs": "^1.16.6",
"@types/react": "17.0.15",
"@types/react-dom": "^17.0.9",
"@types/semver": "^7.3.8",
"@types/semver-compare": "^1.0.1",
"@types/swagger-ui": "^3.52.0",
"autoprefixer": "^10.3.1",
"babel-jest": "^27.0.6",
"eslint": "7.32.0",
"eslint-config-next": "11.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.0.6",
"postcss": "^8.3.6",
"prop-types": ">=15",
"tailwindcss": "^2.2.7",
"typescript": "4.3.5"
}
}