-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.47 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "ng-caryll",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "yarn run prestart && ng build --aot --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"prestart": "yarn run remark-documents && yarn run lunr-index",
"postinstall": "uglifyjs node_modules/lunr/lunr.js -c -m -o src/assets/js/lunr.min.js --source-map",
"lunr-index": "node ./tools/lunr-index",
"remark-documents": "node ./tools/remark-documents",
"retext-documents": "node ./tools/retext-documents"
},
"private": true,
"dependencies": {
"@angular/animations": "^7.1.4",
"@angular/cdk": "^7.2.0",
"@angular/common": "^7.1.4",
"@angular/compiler": "^7.1.4",
"@angular/core": "^7.1.4",
"@angular/forms": "^7.1.4",
"@angular/http": "^7.1.4",
"@angular/material": "^7.2.0",
"@angular/platform-browser": "^7.1.4",
"@angular/platform-browser-dynamic": "^7.1.4",
"@angular/pwa": "^0.7.0-beta.1",
"@angular/router": "^7.1.4",
"@angular/service-worker": "^7.1.4",
"core-js": "^2.4.1",
"hammerjs": "^2.0.8",
"lunr": "^2.2.1",
"rehype-highlight": "^2.1.0",
"rehype-raw": "^2.0.0",
"rehype-slug": "^2.0.1",
"rehype-stringify": "^3.0.0",
"remark-parse": "^5.0.0",
"remark-preset-lint-markdown-style-guide": "^2.1.2",
"remark-rehype": "^3.0.0",
"remark-retext": "^3.1.0",
"remark-stringify": "^5.0.0",
"remove-markdown": "^0.3.0",
"request-image-size": "^2.1.0",
"retext-english": "^3.0.0",
"retext-indefinite-article": "^1.1.4",
"retext-passive": "^1.3.0",
"retext-simplify": "^4.1.1",
"rxjs": "^6.3.3",
"sanitize-html": "^1.18.2",
"uglify-js": "^3.3.27",
"unified": "^7.0.0",
"vfile-reporter": "^5.0.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.7.0-beta.1",
"@angular/cli": "^7.1.4",
"@angular/compiler-cli": "^7.1.4",
"@angular/language-service": "^7.1.4",
"@types/jasmine": "~2.8.3",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~10.3.0",
"codelyzer": "^4.0.1",
"jasmine-core": "~3.1.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~2.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^1.1.0",
"protractor": "~5.3.2",
"ts-node": "~6.1.0",
"tslint": "~5.10.0",
"typescript": "<3.2"
}
}