forked from overwolf/overwolf.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 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
{
"name": "developers-site",
"version": "1.0.0",
"description": "",
"scripts": {
"generate": "yarn generate:content && yarn generate:plugins",
"generate:content": "cd scripts && node generate.js",
"generate:plugins": "yarn workspace website tsc --project tsconfig.build.json",
"docusaurus": "yarn workspace website docusaurus",
"validate": "cd scripts && node validators/automatic/empty-temp-redirects.js && node validators/automatic/empty-temp-redirects.js",
"start": "yarn generate && yarn workspace website docusaurus start",
"build": "yarn generate && yarn workspace website docusaurus build",
"swizzle": "yarn workspace website docusaurus swizzle",
"deploy": "yarn generate && yarn workspace website docusaurus deploy",
"clear": "cd scripts && node clear.js && yarn workspace website docusaurus clear",
"serve": "yarn workspace website docusaurus serve",
"write-translations": "yarn workspace website docusaurus write-translations",
"write-heading-ids": "yarn workspace website docusaurus write-heading-ids"
},
"repository": {
"type": "git",
"url": "git+https://github.com/overwolf/developers-site.git"
},
"workspaces": [
"website",
"typings",
"scripts"
],
"private": true,
"author": "Overwolf Ltd.",
"license": "ISC",
"bugs": {
"url": "https://github.com/overwolf/overwolf.github.io/issues"
},
"homepage": "https://github.com/overwolf/overwolf.github.io#readme",
"dependencies": {
"remarkable-admonitions": "^0.2.1"
},
"type": "commonjs",
"resolutions": {
"@docusaurus/plugin-content-docs@2.2.0": "patch:@docusaurus/plugin-content-docs@npm%3A2.2.0#./.yarn/patches/@docusaurus-plugin-content-docs-npm-2.2.0-34ac512661.patch"
}
}