forked from MONEI/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.41 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.41 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
{
"name": "monei-docs",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"serve": "docusaurus serve",
"index": "docker run -it --env-file=.env -e \"CONFIG=$(cat search.config.json | jq -r tostring)\" algolia/docsearch-scraper"
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.14",
"@docusaurus/plugin-sitemap": "2.0.0-beta.14",
"@docusaurus/preset-classic": "2.0.0-beta.14",
"@heroicons/react": "^1.0.5",
"@monei-js/components": "^1.7.3",
"buffer": "^6.0.3",
"clsx": "^1.1.1",
"core-js": "^3.20.3",
"docusaurus-gtm-plugin": "^0.0.2",
"https-browserify": "^1.0.0",
"lodash.merge": "^4.6.2",
"mobx": "^6.3.12",
"node-polyfill-webpack-plugin": "^1.1.4",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"polished": "^4.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"redoc": "^2.0.0-rc.59",
"stream-http": "^3.2.0",
"styled-components": "^5.3.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.0.0-beta.14",
"prettier": "^2.5.1"
}
}