forked from stryker-mutator/stryker-mutator.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.72 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
{
"name": "stryker-mutator.github.io",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"prebuild": "npm run clone:docs",
"postinstall": "npm run clone:docs",
"clean": "docusaurus clear && rimraf docs/{stryker-js,stryker4s,stryker-net,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": "2.4.0",
"@docusaurus/plugin-client-redirects": "2.4.0",
"@docusaurus/preset-classic": "2.4.0",
"@docusaurus/theme-mermaid": "2.4.0",
"@giscus/react": "2.2.8",
"clsx": "1.2.1",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"browserslist": {
"production": [
"defaults",
"not IE 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.0",
"@swc/core": "1.3.51",
"@tsconfig/docusaurus": "1.0.7",
"prettier": "2.8.7",
"rimraf": "5.0.0",
"swc-loader": "0.2.3",
"typescript": "5.0.4"
}
}