-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
63 lines (63 loc) · 1.77 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": "stryker-mutator.github.io",
"version": "0.0.0",
"private": true,
"packageManager": "npm@11.1.0",
"scripts": {
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"serve": "docusaurus serve",
"prebuild": "npm run clone:docs",
"postinstall": "npm run clone:docs",
"clean": "docusaurus clear && rimraf docs/stryker-js docs/stryker4s docs/stryker-net docs/mutation-testing-elements",
"clone:docs": "bash clone_docs.sh",
"lint": "prettier --check --ignore-path=.gitignore .",
"lint:fix": "prettier --write --ignore-path=.gitignore ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/stryker-mutator/stryker-mutator.github.io.git"
},
"keywords": [
"stryker",
"stryker-mutator",
"github"
],
"author": "nicojs",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/stryker-mutator/stryker-mutator.github.io/issues"
},
"homepage": "https://github.com/stryker-mutator/stryker-mutator.github.io#readme",
"dependencies": {
"@docusaurus/core": "3.7.0",
"@docusaurus/faster": "3.7.0",
"@docusaurus/plugin-client-redirects": "3.7.0",
"@docusaurus/plugin-pwa": "3.7.0",
"@docusaurus/preset-classic": "3.7.0",
"@docusaurus/theme-mermaid": "3.7.0",
"@giscus/react": "3.1.0",
"clsx": "2.1.1",
"react": "19.0.0",
"react-dom": "19.0.0"
},
"devDependencies": {
"@docusaurus/tsconfig": "3.7.0",
"prettier": "3.5.1",
"rimraf": "6.0.1",
"typescript": "5.7.3"
},
"browserslist": {
"production": [
"defaults",
"not IE 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}