-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 2.09 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
{
"name": "my-website",
"version": "0.0.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"//note": "I have not figured out how to get it to start at intro.md, or in another other way get the *whole thing*",
"pdf": "npx mr-pdf --outputPDFFilename=\"bloom-docs.pdf\" --initialDocURLs=\"http://localhost:3000/Bloom%20Editor/About%20Bloom-/About%20Bloom\" --contentSelector=\"article\" --paginationSelector=\".pagination-nav__link--next\" --excludeSelectors=\".margin-vert--xl a\" ",
"crowdin": "crowdin",
"crowdin:sync": "docusaurus write-translations && crowdin upload && crowdin download",
"notion-download": "ts-node --compiler-options \"{\\\"module\\\": \\\"commonjs\\\"}\" notion-download"
},
"//file-type": "have to use this version before they switched to ESM, which gives a compile error related to require()",
"//[email protected]": "have to use this version before they switched to ESM, which gives a compile error related to require()",
"dependencies": {
"@crowdin/cli": "^3.7.8",
"@docusaurus/core": "^2.0.0-beta.20",
"@docusaurus/preset-classic": "^2.0.0-beta.20",
"@mdx-js/react": "^1.6.21",
"@notionhq/client": "^1.0.4",
"@types/fs-extra": "^9.0.13",
"clsx": "^1.1.1",
"file-type": "16.5.1",
"fs-extra": "^10.1.0",
"limiter": "^2.1.0",
"node-fetch": "2.6.6",
"notion-to-md": "^2.3.3",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"sanitize-filename": "^1.6.3",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}