-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.99 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
{
"name": "latex-documentation-build",
"version": "1.0.0",
"description": "Single Source of Truth for all Razroo Angular Content",
"main": "index.js",
"scripts": {
"build": "ts-node build-content.ts",
"run:razroo-markdown-engine": "ts-node build-book.ts; ts-node build-articles.ts;",
"build:epub:unittesting": "ts-node build-unit-testing-epub.ts",
"build:epub:ngrxstore": "ts-node build-ngrx-store-epub.ts",
"build:pdf:unittesting": "ts-node build-unit-testing-pdf.ts",
"build:articles": "ts-node build-articles.ts",
"summarize:articles": "ts-node summarize-articles.ts",
"translate:articles": "ts-node translate-articles.ts",
"modify:contentJSON": "ts-node modify-content-json.ts",
"build:translated:articles": "ts-node build-translated-articles.ts",
"publish:articles": "ts-node strapi-scripts/publish-articles.ts",
"start": "node build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CharlieGreenman/latex-documentation.git"
},
"keywords": [
"latex"
],
"author": "Charlie Greenman",
"license": "MIT",
"bugs": {
"url": "https://github.com/CharlieGreenman/latex-documentation/issues"
},
"homepage": "https://github.com/CharlieGreenman/latex-documentation#readme",
"dependencies": {
"@razroo/razroo-markdown-engine": "1.3.5",
"axios": "^0.21.1",
"epub-gen": "^0.1.0",
"glob": "^7.1.6",
"husky": "^4.3.0",
"mkdirp": "^1.0.4",
"node-ebook-converter": "^1.0.11",
"node-html-parser": "^3.1.4",
"node-summarizer": "^1.0.7",
"slugify": "^1.5.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^15.6.0",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"chokidar": "^2.1.6",
"glob": "^7.1.4",
"graphql": "^15.5.0",
"graphql-tag": "^2.11.0",
"jest": "^22.4.4",
"node-fetch": "^2.6.1",
"shelljs": "^0.7.8"
}
}