forked from iterative/dvc.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
174 lines (174 loc) Β· 5.52 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{
"name": "website",
"version": "1.0.0",
"description": "dvc.org β website source code",
"main": "index.js",
"scripts": {
"develop": "gatsby develop",
"dev": "gatsby develop",
"build": "gatsby build",
"start": "./scripts/clear-cloudflare-cache.js; node ./src/server/index.js",
"heroku-postbuild": "./scripts/deploy-with-s3.js",
"test": "jest",
"format-staged": "pretty-quick --staged --no-restage --bail",
"format-check": "prettier --check '**/*.{js,jsx,md,tsx,ts,json}'",
"format-all": "prettier --write '**/*.{js,jsx,md,tsx,ts,json}'",
"format": "prettier --write",
"lint-ts": "tsc --noEmit --skipLibCheck && eslint --ext .json,.js,.ts,.tsx .",
"lint-css": "stylelint \"src/**/*.css\"",
"link-check": "./scripts/link-check-git-all.sh",
"link-check-diff": "./scripts/link-check-git-diff.sh",
"link-check-exclude": "./scripts/exclude-links-check.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iterative/dvc.org.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/iterative/dvc.org/issues"
},
"homepage": "https://github.com/iterative/dvc.org#readme",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@hapi/wreck": "^17.0.0",
"@octokit/graphql": "^4.3.1",
"@reach/portal": "^0.10.0",
"@reach/router": "^1.3.3",
"@reach/tooltip": "^0.10.0",
"classnames": "^2.2.6",
"color": "^3.1.2",
"compression": "^1.7.4",
"date-fns": "^2.11.1",
"docsearch.js": "^2.6.3",
"ease-component": "^1.0.0",
"express": "^4.17.1",
"fs-extra": "^9.0.0",
"gatsby": "^2.20.13",
"gatsby-image": "^2.3.1",
"gatsby-link": "^2.3.2",
"gatsby-plugin-parent-resolvers": "^1.0.1",
"github-markdown-css": "^4.0.0",
"iso-url": "^0.4.7",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.15",
"moment": "^2.25.3",
"nanoid": "^3.0.2",
"node-cache": "^5.1.0",
"perfect-scrollbar": "^1.5.0",
"pretty-quick": "^2.0.1",
"prismjs": "^1.20.0",
"promise-polyfill": "^8.1.3",
"prop-types": "^15.7.2",
"raf-polyfill": "^1.0.0",
"react": "^16.13.1",
"react-collapse": "^5.0.1",
"react-collapsible": "^2.7.0",
"react-dom": "^16.13.1",
"react-ga": "^2.7.0",
"react-helmet": "^5.2.1",
"react-markdown": "^4.3.1",
"react-popover": "^0.5.10",
"react-slick": "^0.25.2",
"react-use": "^14.0.0",
"rehype-react": "^5.0.1",
"reset-css": "^5.0.1",
"s3-client": "^4.4.2",
"scroll": "^3.0.1",
"serve-handler": "^6.1.2",
"slick-carousel": "^1.8.1",
"unist-util-visit": "2.0.2",
"upath": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@svgr/webpack": "^5.3.1",
"@types/classnames": "^2.2.10",
"@types/isomorphic-fetch": "^0.0.35",
"@types/promise-polyfill": "^6.0.3",
"@types/react": "^16.9.32",
"@types/react-collapse": "^5.0.0",
"@types/react-dom": "^16.9.6",
"@types/react-helmet": "^5.0.15",
"@types/react-popover": "^0.5.3",
"@types/react-slick": "^0.23.4",
"@types/rehype-react": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"autoprefixer": "^9.7.6",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"babel-plugin-transform-define": "^2.0.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-json": "^2.1.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"gatsby-plugin-catch-links": "^2.2.1",
"gatsby-plugin-feed": "^2.4.1",
"gatsby-plugin-google-analytics": "^2.2.2",
"gatsby-plugin-manifest": "2.2.23",
"gatsby-plugin-postcss": "^2.2.1",
"gatsby-plugin-react-helmet": "^3.2.1",
"gatsby-plugin-sentry": "^1.0.1",
"gatsby-plugin-sharp": "2.2.32",
"gatsby-plugin-sitemap": "^2.3.1",
"gatsby-plugin-svgr": "^2.0.2",
"gatsby-plugin-twitter": "^2.2.2",
"gatsby-plugin-typescript": "^2.3.1",
"gatsby-plugin-webpack-bundle-analyzer": "^1.0.5",
"gatsby-remark-autolink-headers": "^2.2.1",
"gatsby-remark-copy-linked-files": "^2.2.1",
"gatsby-remark-embed-gist": "^1.1.9",
"gatsby-remark-embedder": "^2.0.0",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^3.2.2",
"gatsby-remark-prismjs": "^3.4.1",
"gatsby-remark-relative-images": "0.2.3",
"gatsby-remark-responsive-iframe": "^2.3.1",
"gatsby-remark-smartypants": "^2.2.1",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-transformer-remark": "^2.7.1",
"gatsby-transformer-sharp": "2.2.23",
"hast-util-select": "^4.0.0",
"husky": "^4.2.3",
"jest": "^26.0.1",
"lint-staged": "^10.1.2",
"postcss-color-mod-function": "^3.0.3",
"postcss-custom-media": "^7.0.8",
"postcss-custom-properties": "^9.1.1",
"postcss-mixins": "^6.2.3",
"postcss-nested": "^4.2.1",
"prettier": "^2.0.4",
"rehype-parse": "^6.0.2",
"rehype-stringify": "^7.0.0",
"remark": "^12.0.0",
"remark-html": "^11.0.1",
"remark-parse": "^8.0.2",
"stylelint": "^13.3.0",
"stylelint-config-standard": "^20.0.0",
"typescript": "^3.8.3",
"unist-util-remove-position": "^2.0.1"
},
"husky": {
"hooks": {
"pre-commit": "yarn format-staged && yarn lint-staged"
}
},
"lint-staged": {
"*.{js,ts,tsx,json}": [
"eslint"
],
"*.css": [
"yarn stylelint --fix"
]
},
"cacheDirectories": [
"node_modules"
]
}