forked from datocms/new-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.7 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.7 KB
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
{
"name": "new-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prettier": "prettier --write \"{pages,lib,utils,components}/**/*.{js,css}\"",
"dev": "next",
"build": "node -r esm lib/writeFeedsAndSitemap.js && next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@n8tb1t/use-scroll-position": "^1.0.43",
"@rehooks/component-size": "^1.0.3",
"@slack/web-api": "^5.11.0",
"@svgr/webpack": "^5.4.0",
"@use-it/interval": "^0.1.3",
"babel-plugin-react-css-modules": "^5.2.6",
"clamp": "^1.0.1",
"classnames": "^2.2.6",
"country-list": "^2.2.0",
"custom-prism-react-renderer": "1.0.6",
"date-fns": "^2.16.1",
"datocms-search": "^0.1.8",
"dotenv-load": "^2.0.0",
"fathom-client": "^3.0.0",
"flatted": "^3.0.4",
"fontfaceobserver": "^2.1.0",
"front-matter": "^4.0.2",
"glob": "^7.1.6",
"graphql": "^15.3.0",
"hls.js": "^0.14.11",
"html-dom-parser": "^0.3.0",
"html-react-parser": "^0.13.0",
"humps": "^2.0.1",
"json-schema-ref-parser": "^9.0.6",
"keyword-highlighter": "^1.0.6",
"min-md5": "^1.0.0",
"next": "^10.0.0",
"next-env": "^1.1.1",
"nprogress": "^0.2.0",
"paginator": "^1.0.0",
"pluralize": "^8.0.0",
"postcss-advanced-variables": "^3.0.1",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-nested": "^4.2.3",
"postcss-preset-env": "^6.7.0",
"postcss-property-lookup": "^2.0.0",
"qs": "^6.9.4",
"range": "0.0.3",
"react": "^16.13.1",
"react-autosize-textarea": "^7.1.0",
"react-datocms": "^1.4.1",
"react-dom": "^16.13.1",
"react-hook-form": "^6.7.0",
"react-markdown": "^5.0.2",
"react-masonry-css": "^1.0.14",
"react-recaptcha-hook": "^1.1.1",
"react-responsive-embed": "^2.1.0",
"react-spring": "^9.0.0-beta.34",
"react-toast-notifications": "^2.4.0",
"react-transition-group": "^4.4.1",
"react-use-gesture": "^7.0.16",
"remark-gfm": "^1.0.0",
"scroll-into-view-if-needed": "^2.2.25",
"seedrandom": "^3.0.5",
"sitemap": "^6.2.0",
"sort-by": "^1.2.0",
"sort-object": "^3.0.3",
"swr": "^0.3.1",
"tiny-json-http": "^7.2.2",
"truncate": "^2.1.0",
"use-debounce": "^3.4.3",
"wretch": "^1.7.2"
},
"devDependencies": {
"esm": "^3.2.25",
"husky": "^4.2.5",
"now": "^20.1.0",
"postcss-custom-media": "^7.0.8",
"postcss-media-minmax": "^4.0.0",
"prettier": "^2.1.1",
"pretty-quick": "^3.0.0",
"rfs": "^9.0.3",
"rss": "^1.2.2",
"sitemapper": "^3.0.5",
"striptags": "^3.1.1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}