This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
74 lines (74 loc) · 2.36 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
{
"name": "openlineage-website",
"private": true,
"description": "The website for OpenLineage.io",
"version": "3.0.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"build:docs": "scripts/build-docs.sh",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@deckdeckgo/highlight-code": "^3.3.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"apollo": "^2.33.6",
"gatsby": "^3.14.1",
"gatsby-image": "^3.11.0",
"gatsby-plugin-codegen": "^3.0.1",
"gatsby-plugin-google-analytics": "^3.14.0",
"gatsby-plugin-mdx": "^2.14.0",
"gatsby-plugin-postcss": "^4.14.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-sharp": "^3.14.0",
"gatsby-plugin-typescript": "^3.14.0",
"gatsby-remark-autolink-headers": "^4.11.0",
"gatsby-remark-copy-linked-files": "^4.11.0",
"gatsby-remark-highlight-code": "^3.0.1",
"gatsby-remark-images": "^5.11.0",
"gatsby-remark-prismjs": "^5.11.0",
"gatsby-remark-table-of-contents": "^1.0.0",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-remark": "^4.11.0",
"gatsby-transformer-sharp": "^3.14.0",
"graphql": "15",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-helmet": "^6.1.0",
"redoc-cli": "^0.13.20",
"tailwind-theme-switcher": "^1.0.2",
"tailwindcss": "^2.2.16",
"vegemite": "^1.0.0"
},
"devDependencies": {
"@babel/compat-data": "^7.15.0",
"@babel/core": "^7.15.5",
"@types/node": "^16.10.2",
"@types/react": "^17.0.26",
"@types/react-dom": "^17.0.9",
"@types/react-helmet": "^6.1.2",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"autoprefixer": "^10.3.6",
"cssnano": "^5.0.8",
"prettier": "^2.4.1",
"source-map-support": "^0.5.20",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
},
"resolutions": {
"graphql": "^15"
},
"repository": {
"type": "git",
"url": "https://github.com/OpenLineage/website"
}
}