-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
111 lines (111 loc) · 3.46 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
{
"name": "saasquatch-docs",
"private": true,
"scripts": {
"start": "react-static start",
"gen:xls": "picklesdoc xlsx features docs --testers=2",
"stage": "react-static build --staging",
"build": "if [ \"$VERCEL_ENV\" = \"preview\" ]; then react-static build --staging; else react-static build; fi;",
"bundle": "react-static bundle",
"export": "react-static export",
"serve": "serve build -p $PORT -s",
"heroku-postbuild": "echo \"No Build\"",
"heroku": "serve saasquatch-docs-preview-herokuapp -p $PORT"
},
"dependencies": {
"@reach/router": "^1.2.1",
"@saasquatch/visual-dev": "^1.0.2",
"@types/dompurify": "^2.0.2",
"anchor-js": "^3.2.2",
"chai": "^3.5.0",
"contentful": "^3.8.1",
"debug": "^2.2.0",
"downshift": "^6.1.7",
"extend": "^3.0.0",
"get-folder-size": "^1.0.0",
"hammerjs": "^2.0.8",
"highlight.js": "^9.5.0",
"jquery": "^3.5.0",
"jquery.mmenu": "^5.6.5",
"js-yaml": "^3.0.2",
"json-schema-resolve-allof": "^1.1.4",
"less": "^3.8.1",
"lodash": "^4.17.19",
"magnific-popup": "^1.1.0",
"markdown-toc": "^0.13.0",
"moment": "^2.24.0",
"npm-run-all": "^4.1.3",
"performance-now": "^0.2.0",
"picklesdoc": "^1.2.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-hotkeys-hook": "^2.4.0",
"react-inlinesvg": "^2",
"react-mailchimp-subscribe": "^2.1.0",
"react-static": "^7.2.0",
"react-static-plugin-reach-router": "^7.2.0",
"react-static-plugin-sitemap": "^7.2.0",
"react-static-plugin-source-filesystem": "^7.2.0",
"react-static-plugin-typescript": "^7.2.0",
"request": "^2.88.0",
"request-promise": "^4.1.1",
"serve": "^11.3.2",
"slug": "0.9.1",
"swagger-parser": "^3.4.1",
"use-debounce": "^5.1.0",
"webpack": "^4.20.2",
"zenscroll": "^3.3.0"
},
"devDependencies": {
"@saasquatch/schema": "^1.28.1",
"@tippyjs/react": "^4.0.0",
"@types/highlight.js": "^9.12.3",
"@types/jquery": "^3.3.35",
"@types/js-cookie": "^2.2.5",
"@types/marked": "^4.0.8",
"@types/node": "^12.7.2",
"@types/reach__router": "^1.2",
"@types/react": "^16.9.1",
"@types/react-dom": "^16.8.5",
"@types/react-hot-loader": "^4.1.0",
"@types/react-modal": "^3.10.5",
"@types/react-router": "^5.1.5",
"@types/react-router-dom": "^5.1.4",
"@types/react-sidebar": "^3.0.0",
"@types/styled-components": "^4.4.0",
"@types/swagger-schema-official": "^2.0.21",
"@types/webpack-env": "^1.14.0",
"dompurify": "^2.0.11",
"globby": "^10.0.1",
"graphiql": "^0.16.0",
"graphql": "^14.5.8",
"gray-matter": "^4.0.2",
"html-react-parser": "^0.10.3",
"jquery.mmenu": "^5.7.8",
"js-cookie": "^2.2.1",
"js-yaml": "^3.13.1",
"json-loader": "^0.5.7",
"json-ref-parser": "^1.0.0",
"json-schema-ref-parser": "^7.1.2",
"marked": "^4.2.5",
"mermaid": "^8.4.8",
"multimatch": "^4.0.0",
"mz": "^2.7.0",
"react-commonmark": "^3.0.0",
"react-hot-loader": "^4.12.11",
"react-modal": "^3.11.2",
"react-popper": "^2.2.2",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router-hash-link": "^1.2.2",
"react-sidebar": "^3.0.2",
"react-static-plugin-less": "^7.2.2",
"react-static-plugin-react-router": "^7.2.3",
"react-sticky": "^6.0.3",
"styled-components": "^4.4.1",
"typescript": "^3.5.3",
"unstated-next": "^1.1.0",
"uuid": "^3.4.0",
"yaml-loader": "^0.5.0"
}
}