Skip to content

Commit 99369f7

Browse files
committed
package-json
1 parent 0e5ee63 commit 99369f7

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

package.json

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
{
2-
"name": "pulsar-sink-docs",
2+
"name": "pulsarConnector",
33
"scripts": {
4-
"build:prod": "npm run build:publish && npm run build:redirects",
5-
"build:dev": "npm run build:local",
6-
"build:publish": "antora --fetch --generator antora-site-generator-lunr --clean site-publish.yaml",
7-
"build:redirects": "cp -r redirects/index.html build/site",
8-
"build:local": "antora --stacktrace --fetch --clean site-local.yaml"
4+
"build:prod:pulsarConnector": "npm run build:publish:pulsarConnector",
5+
"build:dev:pulsarConnector": "npm run build:local:pulsarConnector",
6+
"build:publish:pulsarConnector": "antora --log-level error --fetch --clean playbooks/site-publish-pulsarConnector.yaml",
7+
"build:local:pulsarConnector": "antora --stacktrace --fetch --clean playbooks/site-local-pulsarConnector.yaml",
8+
"build:linkinator:pulsarConnector": "npx linkinator https://docs.datastax.com/en/pulsar-connector/docs/ --recurse --skip ' https://localhost?'"
99
},
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/riptano/pulsar-sink-docs.git"
12+
"url": "git+<repo-clone-URL>"
1313
},
1414
"dependencies": {
15-
"@antora/cli": "^2.3.4",
16-
"@antora/site-generator-default": "^2.3.4",
17-
"antora-site-generator-lunr": "^0.6.1"
15+
"@antora/cli": "~3.0.1",
16+
"@antora/site-generator-default": "~3.0.1",
17+
"linkinator": "~3.0.3",
18+
"async": "~3.2.4",
19+
"mobx": "~6.0.4",
20+
"react": "~16.8.4",
21+
"react-dom": "~16.8.4",
22+
"rxjs": "~7.0.1",
23+
"styled-components": "~5.1.1"
1824
}
19-
}
25+
}

0 commit comments

Comments
 (0)