-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
136 lines (136 loc) · 4.72 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
{
"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": "^18.12.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 .",
"debug:textile": "yarn build:cli && node ./dist/read-textile.js",
"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"
},
"dependencies": {
"@ably/ui": "^11.0.0",
"@codesandbox/sandpack-react": "^2.9.0",
"@mdx-js/react": "^2.3.0",
"@react-hook/media-query": "^1.1.1",
"@types/cheerio": "^0.22.31",
"@types/prop-types": "^15.7.4",
"addsearch-js-client": "^0.7.0",
"cheerio": "^1.0.0-rc.10",
"classnames": "^2.3.1",
"diff": "^5.1.0",
"dompurify": "^2.5.4",
"front-matter": "^4.0.2",
"fs-extra": "^10.0.1",
"gatsby": "^5.13.3",
"gatsby-plugin-client-side-redirect": "^1.1.0",
"gatsby-plugin-image": "^3.3.0",
"gatsby-plugin-manifest": "^5.3.0",
"gatsby-plugin-mdx": "^5.12.0",
"gatsby-plugin-react-helmet": "^6.3.0",
"gatsby-plugin-root-import": "^2.0.9",
"gatsby-plugin-sharp": "^5.8.1",
"gatsby-plugin-sitemap": "^6.12.1",
"gatsby-source-filesystem": "^5.12.0",
"gatsby-transformer-remark": "^6.12.0",
"gatsby-transformer-sharp": "^5.3.0",
"gatsby-transformer-yaml": "^5.8.0",
"htmr": "^1.0.2",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"lodash.throttle": "^4.1.1",
"markdown-to-jsx": "^7.1.7",
"react": "^18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-medium-image-zoom": "^5.1.2",
"react-select": "^5.7.0",
"tailwindcss": "^2.2.19",
"tailwindcss-filters": "^2.0.0",
"textile-js": "^2.1.1",
"turndown": "^7.1.1",
"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.5.10",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/diff": "^5.0.2",
"@types/dompurify": "^2.4.0",
"@types/jest": "^29.5.7",
"@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",
"@types/turndown": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^7.1.1",
"autoprefixer": "^10.4.13",
"babel-jest": "^29.3.1",
"babel-plugin-module-resolver": "^5.0.0",
"babel-preset-gatsby": "^3.3.0",
"dotenv": "^16.4.5",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"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.3.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.3.1",
"jest-axe": "^7.0.0",
"jest-environment-jsdom": "^29.3.1",
"lint-staged": "^13.1.0",
"msw": "^2.0.1",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"prettier": "^3.2.5",
"react-refresh": "^0.14.0",
"react-test-renderer": "^18.2.0",
"source-map": "^0.7.4",
"undici": "^5.28.4",
"v8-profiler-next": "^1.9.0"
}
}