This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 loc) · 1.68 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": "runlet-website",
"description": "Runlet Website",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"serve": "docusaurus serve",
"commit": "git-cz",
"prettier": "prettier --config .prettierrc --write \"**/*.{js,ts}\"",
"prettier:diff": "prettier --config .prettierrc --list-different \"**/*.{js,ts}\"",
"prettier-docs": "prettier --config .prettierrc --write \"**/*.md\"",
"postinstall": "husky install"
},
"dependencies": {
"@docusaurus/core": "2.2.0",
"@docusaurus/module-type-aliases": "2.2.0",
"@docusaurus/plugin-ideal-image": "2.2.0",
"@docusaurus/preset-classic": "2.2.0",
"@easyops-cn/docusaurus-search-local": "0.33.6",
"@mdx-js/react": "1.6.22",
"clsx": "1.2.1",
"docusaurus-plugin-sass": "0.2.2",
"filesize": "10.0.6",
"react": "17.0.2",
"react-anchor-link-smooth-scroll": "1.0.12",
"react-dom": "17.0.2",
"react-icons": "4.7.1",
"sass": "1.57.1",
"swr": "2.0.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": {
"@trivago/prettier-plugin-sort-imports": "4.0.0",
"@tsconfig/docusaurus": "1.0.6",
"cz-conventional-changelog": "3.3.0",
"husky": "8.0.2",
"prettier": "2.8.1",
"pretty-quick": "3.1.3",
"typescript": "4.9.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}