-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.74 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
{
"name": "my-website",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "docusaurus start",
"start:watch": "nodemon --watch \"./docusaurus-plugin-openapi/lib/*.*\" --exec \"yarn start --no-open\"",
"openapi": "nodemon -e yaml,yml,js,json --watch \"./openapi/**\" --exec \"openapi-comment-parser openapi openapi-gen.json\"",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"serve": "docusaurus serve"
},
"dependencies": {
"@docusaurus/core": "^2.0.0-alpha.58",
"@docusaurus/preset-classic": "^2.0.0-alpha.58",
"@mdx-js/react": "^1.6.18",
"buffer": "^5.7.0",
"clsx": "^1.1.1",
"lodash.merge": "^4.6.2",
"mobx-persist": "^0.4.1",
"mobx-react-form": "^2.0.9",
"mobx-state-tree": "^3.17.2",
"valid-url": "^1.0.9",
"validatorjs": "^3.20.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "2.x",
"@typescript-eslint/parser": "2.x",
"action": "0.0.1",
"babel-eslint": "10.x",
"core-js": "^3.6.5",
"eslint": "6.x",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "4.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "2.x",
"mobx": "^5.15.7",
"mobx-react": "^7.0.0",
"nodemon": "^2.0.4",
"openapi-comment-parser": "^0.3.7",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"redoc": "^2.0.0-rc.40",
"styled-components": "^5.2.0"
}
}