-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
155 lines (155 loc) · 5.66 KB
/
package.json
File metadata and controls
155 lines (155 loc) · 5.66 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
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
{
"name": "documentation-ably-realtime",
"version": "1.0.0",
"private": true,
"description": "Documentation | Ably Realtime",
"keywords": [
"Ably"
],
"lint-staged": {
"**/*.+(js|ts|jsx|tsx)": [
"jest --findRelatedTests --passWithNoTests",
"yarn lint"
]
},
"engines": {
"node": "^22.19.0"
},
"scripts": {
"develop": "export EDITOR_WARNINGS_OFF='true' && gatsby clean && gatsby develop",
"develop:env-setup": "cp .env.example .env.development",
"start": "yarn clean && yarn develop",
"edit": "unset EDITOR_WARNINGS_OFF && export ENABLE_GATSBY_REFRESH_ENDPOINT='true' && gatsby clean && gatsby develop",
"refresh": "curl -X POST http://localhost:8000/__refresh",
"build": "yarn clean && gatsby build --prefix-paths",
"build:cli": "tsc -p .",
"build:compress": "tsc data/onPostBuild/compressAssets.ts --outDir data/onPostBuild --target es2020 --module commonjs --esModuleInterop --allowSyntheticDefaultImports --skipLibCheck",
"serve": "gatsby serve --prefix-paths",
"clean": "gatsby clean",
"rebuild": "gatsby clean && gatsby build --prefix-paths && gatsby serve --prefix-paths",
"test": "jest -u",
"test:watch": "jest --watch",
"test:ETL": "jest --testPathPattern=\"$PWD/data/*\"",
"test:data": "yarn test:ETL",
"test:app": "jest --testPathPattern=\"$PWD/src/*\"",
"lint": "eslint \"src/**/*.js\" \"src/**/*.ts\" \"src/**/*.tsx\" ./gatsby-config.ts ./gatsby-node.ts",
"lint:fix": "eslint --fix \"src/**/*.js\" \"src/**/*.ts\" \"src/**/*.tsx\" ./gatsby-config.ts ./gatsby-node.ts",
"lint-staged": "lint-staged",
"repo-githooks": "git config core.hooksPath .githooks",
"no-githooks": "git config --unset core.hooksPath",
"validate-llms-txt": "node bin/validate-llms.txt.ts"
},
"dependencies": {
"@ably/ui": "17.14.0",
"@codesandbox/sandpack-react": "^2.20.0",
"@codesandbox/sandpack-themes": "^2.0.21",
"@gfx/zopfli": "^1.0.15",
"@mdx-js/react": "^2.3.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-hook/media-query": "^1.1.1",
"@sentry/gatsby": "^9.19.0",
"@types/cheerio": "^1.0.0",
"@types/prop-types": "^15.7.4",
"cheerio": "^1.0.0-rc.10",
"dompurify": "^3.3.2",
"fast-glob": "^3.3.3",
"front-matter": "^4.0.2",
"fs-extra": "^11.3.3",
"gatsby": "5.16.1",
"gatsby-plugin-client-side-redirect": "^1.1.0",
"gatsby-plugin-google-tagmanager": "5.16.0",
"gatsby-plugin-image": "3.16.0",
"gatsby-plugin-layout": "4.16.0",
"gatsby-plugin-manifest": "5.16.0",
"gatsby-plugin-mdx": "5.16.0",
"gatsby-plugin-react-helmet": "6.16.0",
"gatsby-plugin-root-import": "^2.0.9",
"gatsby-plugin-sharp": "5.16.0",
"gatsby-plugin-sitemap": "6.16.0",
"gatsby-remark-autolink-headers": "6.16.0",
"gatsby-remark-gifs": "^1.2.0",
"gatsby-remark-images": "7.16.0",
"gatsby-source-filesystem": "5.16.0",
"gatsby-source-rss-feed": "^1.2.2",
"gatsby-transformer-remark": "6.16.0",
"gatsby-transformer-sharp": "5.16.0",
"gatsby-transformer-yaml": "5.16.0",
"htmr": "^1.0.2",
"js-yaml": "^4.1.1",
"lodash": "^4.17.23",
"lodash.throttle": "^4.1.1",
"markdown-to-jsx": "^9.7.6",
"mixpanel-browser": "^2.73.0",
"piscina": "^5.0.0",
"posthog-js": "^1.356.0",
"react": "18.3.1",
"react-accessible-accordion": "^5.0.0",
"react-dom": "18.3.1",
"react-helmet": "^6.1.0",
"react-medium-image-zoom": "^5.4.1",
"react-select": "^5.7.0",
"remark-gfm": "^1.0.0",
"typescript": "^4.6.3",
"use-keyboard-shortcut": "^1.1.6",
"util": "^0.12.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/preset-typescript": "^7.18.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.2",
"@tailwindcss/container-queries": "^0.1.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.4.3",
"@types/dompurify": "^3.2.0",
"@types/jest": "^30.0.0",
"@types/jest-axe": "^3.5.5",
"@types/js-cookie": "^3.0.2",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.throttle": "^4.1.7",
"@types/react-helmet": "^6.1.6",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^7.1.1",
"autoprefixer": "^10.4.27",
"babel-jest": "^30.2.0",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-define": "^2.1.4",
"babel-preset-gatsby": "3.16.0",
"dotenv": "^17.2.3",
"eslint": "^8.29.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"fast-check": "^3.4.0",
"gatsby-plugin-postcss": "6.16.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.2.0",
"jest-axe": "^10.0.0",
"jest-environment-jsdom": "^30.2.0",
"lint-staged": "^13.1.0",
"msw": "^2.0.1",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"prettier": "^3.2.5",
"prettier-2": "npm:prettier@^2",
"react-refresh": "0.14.2",
"react-test-renderer": "18.3.1",
"source-map": "^0.7.4",
"tailwindcss": "^3.3.6",
"undici": "^5.29.0",
"webpack": "5"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"resolutions": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}