-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1002 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1002 Bytes
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
{
"name": "costro-docs",
"private": true,
"scripts": {
"biome:check": "biome check",
"biome:fix": "biome check --write",
"build": "docusaurus build",
"clear": "docusaurus clear",
"dev": "docusaurus start",
"test": "npm run test:markdown && npm run biome:check",
"test:markdown": "markdownlint-cli2 '**/*.md'"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"prettier": "./config/prettier.config.js",
"devDependencies": {
"@biomejs/biome": "^2.3.4",
"@docusaurus/core": "^3.9.2",
"@docusaurus/preset-classic": "^3.9.2",
"@docusaurus/theme-search-algolia": "^3.9.2",
"@mdx-js/react": "^3.1.1",
"@svgr/webpack": "^8.0.1",
"clsx": "^2.1.1",
"file-loader": "^6.2.0",
"markdownlint-cli2": "^0.19.1",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"url-loader": "^4.1.1"
}
}