-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.03 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 2.03 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
{
"name": "wazo-doc-api",
"private": true,
"description": "Wazo project documentation for developers",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "yarn beta-sync && ./node_modules/.bin/gatsby build --prefix-paths",
"develop": "yarn beta-sync && ./node_modules/.bin/gatsby develop",
"format": "prettier --write '!website/uc-doc' '**/*.js'",
"format:uc-doc": "prettier --write 'website/uc-doc/**/*.md'",
"check-format:uc-doc": "prettier --check 'website/uc-doc/**/*.md'",
"beta-sync": "bash ./scripts/beta-sync.sh",
"start": "npm run develop",
"serve": "./node_modules/.bin/gatsby serve",
"postinstall": "patch-package"
},
"dependencies": {
"@asyncapi/react-component": "^1.0.0-next.41",
"algoliasearch": "3.35.1",
"babel-plugin-styled-components": "^2.0.7",
"btoa": "^1.2.1",
"gatsby": "^4.18.2",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-react-helmet": "^5.18.0",
"gatsby-plugin-styled-components": "^5.18.0",
"gatsby-remark-autolink-headers": "^5.18.1",
"gatsby-remark-emojis": "^0.4.3",
"gatsby-remark-graph": "^0.2.6",
"gatsby-remark-prismjs": "^6.18.0",
"gatsby-source-filesystem": "^4.18.1",
"gatsby-transformer-remark": "^5.18.1",
"gatsby-transformer-yaml": "^4.18.0",
"graphiql": "^1.9.13",
"js-yaml": "^4.1.0",
"mobx": "^6.6.1",
"react": "^18.2.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-in-viewport": "^1.0.0-alpha.28",
"react-instantsearch-dom": "^6.30.1",
"react-markdown": "^8.0.3",
"redoc": "^2.0.0",
"rss": "^1.2.2",
"showdown": "^2.1.0",
"stickyfill": "^1.1.1-strict",
"striptags": "^3.2.0",
"styled-components": "^5.3.5",
"swagger-ui-react": "^4.15.5"
},
"devDependencies": {
"dart-sass": "^1.25.0",
"gatsby-plugin-sass": "^5.18.1",
"patch-package": "^8.0.0",
"prettier": "^3.3.3"
},
"repository": {
"type": "git",
"url": "https://github.com/wazo-platform/wazo-doc-api"
}
}