-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
117 lines (117 loc) · 3.88 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
{
"name": "datocms-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"prepare": "[ -z \"${INSIDE_DOCKER}\" ] && npx simple-git-hooks || true",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"check": "astro check",
"preview": "astro preview",
"astro": "astro",
"decrypt-env": "npx kavo files:decrypt",
"generate-schema": "dotenv -e .env.development -c -- bash -c 'gql.tada generate schema https://graphql.datocms.com --header \"X-Exclude-Invalid: true\" --header \"Authorization: $DATOCMS_API_TOKEN\"'",
"lint": "prettier --check .",
"format": "npx prettier . --write"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^11.7.0",
"@astrojs/check": "^0.9.4",
"@astrojs/node": "^8.3.4",
"@astrojs/react": "^3.6.2",
"@datocms/astro": "^0.3.5",
"@datocms/cda-client": "^0.2.2",
"@datocms/cma-client": "^3.3.5",
"@dkvz/img-lightbox": "^0.2.0",
"@expressive-code/plugin-line-numbers": "^0.36.1",
"@flex-development/unist-util-types": "^1.6.1",
"@lion/ui": "^0.7.7",
"@mailerlite/mailerlite-nodejs": "^1.3.0",
"@mux/mux-player": "^2.9.1",
"@slack/web-api": "^7.6.0",
"@uidotdev/usehooks": "^2.4.1",
"@wordpress/shortcode": "^4.7.0",
"astro": "^4.16.11",
"astro-expressive-code": "^0.36.1",
"classnames": "^2.5.1",
"country-list": "^2.3.0",
"custom-prism-react-renderer": "^1.0.6",
"date-fns": "^3.6.0",
"datocms-react-ui": "^1.1.1",
"datocms-structured-text-generic-html-renderer": "^4.0.1",
"datocms-structured-text-to-html-string": "^4.0.1",
"datocms-structured-text-to-plain-text": "^4.0.1",
"datocms-structured-text-utils": "^4.0.1",
"embla-carousel": "^8.2.0",
"embla-carousel-auto-scroll": "^8.5.1",
"gql.tada": "^1.8.5",
"graphql": "^16.9.0",
"hast-util-select": "^6.0.2",
"hast-util-to-string": "^3.0.0",
"html-parsed-element": "^0.4.1",
"http-status-ts": "^2.0.1",
"jsdom": "^24.1.1",
"ky": "^1.7.2",
"lodash-es": "^4.17.21",
"lru-cache": "^11.0.1",
"mdast-util-to-string": "^4.0.0",
"nanoid": "^5.0.7",
"next-mdx-remote": "^5.0.0",
"node-html-parser": "^6.1.13",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-datocms": "^7.0.1",
"react-dom": "^18.3.1",
"react-dom-confetti": "^0.2.0",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-recaptcha-hook": "^1.2.3",
"react-simple-maps": "^3.0.0",
"react-spring": "^9.7.4",
"react-textarea-autosize": "^8.5.4",
"react-transition-group": "^4.4.5",
"rehype-pretty-code": "^0.14.0",
"remark-directive": "^3.0.0",
"remove-markdown": "^0.5.5",
"rollbar": "^2.26.4",
"rss": "^1.2.2",
"satori": "^0.12.0",
"satori-html": "^0.3.2",
"serialize-error": "^11.0.3",
"sharp": "^0.33.5",
"sitemap": "^8.0.0",
"striptags": "^3.2.0",
"style-object-to-css-string": "^1.1.3",
"svgo": "^3.3.2",
"typedoc": "^0.26.7",
"unist-util-visit": "^5.0.0",
"xss": "^1.0.15"
},
"devDependencies": {
"@astrojs/ts-plugin": "^1.10.4",
"@fastify/one-line-logger": "^2.0.0",
"@types/country-list": "^2.1.4",
"@types/jsdom": "^21.1.7",
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-simple-maps": "^3.0.6",
"@types/rss": "^0.0.32",
"@types/wordpress__shortcode": "^2.3.6",
"dotenv-cli": "^7.4.4",
"postcss-inline-svg": "^6.0.0",
"postcss-nested": "4.2.3",
"prettier-plugin-astro": "^0.14.1",
"rfs": "^10.0.0",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.5.4",
"vite-plugin-bundlesize": "^0.1.0"
},
"simple-git-hooks": {
"pre-commit": "FILES=$(git diff --cached --name-only --diff-filter=ACMR) && echo \"$FILES\" | xargs prettier --ignore-unknown --write && git add $FILES"
},
"engines": {
"node": "20"
}
}