-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.81 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
{
"name": "streampi-documentation",
"version": "0.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"eslint": "eslint --ext js,ts,tsx",
"lint": "npm run eslint .",
"lint:fix": "npm run eslint -- --fix .",
"pretty:check": "prettier --check .",
"pretty:fix": "prettier --write .",
"checkTs": "tsc --noEmit"
},
"dependencies": {
"@docusaurus/core": "2.0.0-beta.ff31de0ff",
"@docusaurus/preset-classic": "2.0.0-beta.ff31de0ff",
"@mdx-js/react": "1.6.22",
"@svgr/webpack": "5.5.0",
"clsx": "1.1.1",
"file-loader": "6.2.0",
"prism-react-renderer": "1.2.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"url-loader": "4.1.1"
},
"browserslist": {
"production": [
">0.5%",
"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.3",
"@tsconfig/docusaurus": "1.0.2",
"@types/react": "17.0.11",
"@types/react-helmet": "6.1.1",
"@types/react-router-dom": "5.1.7",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"eslint": "7.30.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"prettier": "2.3.2",
"typescript": "4.3.4"
}
}