forked from hacs/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 946 Bytes
/
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
{
"name": "hacs",
"version": "0.0.0",
"private": true,
"main": "worker.js",
"scripts": {
"start": "docusaurus start --host 0.0.0.0",
"build": "docusaurus build",
"serve": "docusaurus serve",
"swizzle": "docusaurus swizzle"
},
"dependencies": {
"@docusaurus/core": "^2.0.0-beta.9",
"@docusaurus/preset-classic": "^2.0.0-beta.9",
"@docusaurus/utils": "^2.0.0-beta.9",
"@easyops-cn/docusaurus-search-local": "^0.20.0",
"classnames": "^2.3.1",
"node-forge": "^0.10.0",
"react": "^17.0.2",
"react-async": "^10.0.1",
"react-dom": "^17.0.2",
"react-responsive-carousel": "^3.2.22",
"selfsigned": "^1.10.11"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}