-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
164 lines (164 loc) · 6.25 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "docspa",
"private": true,
"version": "8.0.3",
"description": "An Angular-powered documentation SPA",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"lint": "ng lint",
"e2e": "start-server-and-test start http-get://localhost:4200 cypress:run",
"unit": "jest",
"unit:watch": "jest --watch",
"test": "run-s lint unit e2e",
"deploy": "ng deploy --base-href=\"/DocSPA/\"",
"postversion": "npm run setMetadata && npm run chg:release:core && git add -A .",
"chg:release:core": "cd projects/swimlane/docspa-core && chg release -y",
"chg:release:preset": "cd projects/swimlane/docspa-remark-preset && chg release -y",
"setMetadata": "node ./tools/set-metadata.js",
"build:core": "ng build @swimlane/docspa-core --configuration production",
"postbuild:core": "cpx \"./{README.md,LICENSE}\" ./dist/swimlane/docspa-core && cpx ./projects/swimlane/docspa-core/CHANGELOG.md ./dist/swimlane/docspa-core",
"build:stackblitz": "ng build @swimlane/docspa-stackblitz --configuration production",
"build:search": "ng build @swimlane/docspa-search --configuration production",
"build:preset": "cd projects/swimlane/docspa-remark-preset && npm run build",
"build:release": "cross-env NODE_ENV=production ng build --configuration production --aot --base-href=\"/DocSPA/\" --output-path=\"dist/DocSPA/\"",
"prepublish:core": "run-s build:core",
"publish:core": "npm publish dist/swimlane/docspa-core",
"prepublish:stackblitz": "run-s build:core build:stackblitz",
"publish:stackblitz": "npm publish dist/swimlane/docspa-stackblitz",
"prepublish:preset": "run-s chg:release:preset build:preset",
"publish:preset": "npm publish projects/swimlane/docspa-remark-preset",
"prepublish:search": "run-s build:core build:search",
"publish:search": "npm publish dist/swimlane/docspa-search",
"publish": "run-s publish:core publish:stackblitz publish:search",
"test:deploy": "cross-env CYPRESS_baseUrl=\"https://swimlane.github.io/DocSPA/\" cypress run --browser chrome",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"bundle-report": "webpack-bundle-analyzer dist/docspa/stats.json",
"prepack:core": "npm run build:core",
"pack:core": "npm pack ./dist/swimlane/docspa-core",
"prepack:preset": "cd projects/swimlane/docspa-remark-preset && npm run build",
"pack:preset": "npm pack ./projects/swimlane/docspa-remark-preset/",
"prepack:stackblitz": "run-s build:core build:stackblitz",
"pack:stackblitz": "npm pack ./dist/swimlane/docspa-stackblitz",
"prepack:search": "run-s build:core build:search",
"pack:search": "npm pack ./dist/swimlane/docspa-search",
"audit": "run-s audit:*",
"audit:npm": "npm audit",
"audit:npm-check": "npm-check --skip-unused || true",
"npm-update": "npm-check --skip-unused -u",
"fix": "run-s fix:*",
"fix:lint": "ng lint -- --fix"
},
"dependencies": {
"@angular/animations": "^13.3.11",
"@angular/cdk": "^13.3.9",
"@angular/common": "^13.3.11",
"@angular/compiler": "^13.3.11",
"@angular/core": "^13.3.11",
"@angular/elements": "^13.3.11",
"@angular/forms": "^13.3.11",
"@angular/material": "^13.3.9",
"@angular/platform-browser": "^13.3.11",
"@angular/platform-browser-dynamic": "^13.3.11",
"@angular/router": "^13.3.11",
"@angular/service-worker": "^13.3.11",
"@mapbox/rehype-prism": "^0.5.0",
"@ngx-loading-bar/core": "^5.1.2",
"@ngx-loading-bar/http-client": "^5.1.2",
"@stackblitz/sdk": "^1.5.3",
"@swimlane/docspa-core": "^6.0.0",
"@swimlane/docspa-remark-preset": "^6.0.0",
"@swimlane/ngx-charts": "^16.0.0",
"@ungap/custom-elements": "^1.0.0",
"@ungap/global-this": "^0.4.4",
"@webcomponents/custom-elements": "^1.5.0",
"deepmerge": "^4.2.2",
"hast-util-to-dom": "^2.0.6",
"intersection-observer": "^0.12.0",
"lunr": "^2.3.9",
"ngx-logger": "^5.0.11",
"normalize-path": "^3.0.0",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"path-dirname": "^1.0.2",
"process": "^0.11.10",
"raw-loader": "^4.0.2",
"remark": "^12.0.1",
"remark-strip-html": "^1.0.2",
"request": "^2.88.2",
"rxjs": "^6.6.7",
"tslib": "^2.3.1",
"url": "^0.11.0",
"url-resolve": "^1.0.0",
"util": "^0.12.4",
"vfile": "^4.2.1",
"vfile-reporter": "^6.0.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1303.9",
"@angular-devkit/build-angular": "^13.3.9",
"@angular-devkit/core": "^13.3.9",
"@angular-devkit/schematics": "^13.3.9",
"@angular-eslint/builder": "13.5.0",
"@angular-eslint/eslint-plugin": "13.5.0",
"@angular-eslint/eslint-plugin-template": "13.5.0",
"@angular-eslint/schematics": "13.5.0",
"@angular-eslint/template-parser": "13.5.0",
"@angular/cli": "^13.3.9",
"@angular/compiler-cli": "^13.3.11",
"@angular/language-service": "^13.3.11",
"@swimlane/cy-dom-diff": "0.0.2",
"@swimlane/eslint-config": "^2.0.0",
"@types/jasmine": "^3.10.3",
"@types/lunr": "^2.3.4",
"@types/mdast": "^3.0.10",
"@types/node": "^13.13.52",
"@types/quick-lru": "^3.0.0",
"@types/tapable": "^1.0.8",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"angular-cli-ghpages": "^1.0.3",
"chai": "^4.3.6",
"chg": "^0.4.0",
"cpx": "^1.5.0",
"cross-env": "^7.0.2",
"cypress": "^10.6.0",
"cypress-network-idle": "^1.10.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-security": "^1.5.0",
"jest": "^28.1.3",
"jest-fetch-mock": "^3.0.3",
"jest-preset-angular": "^12.2.0",
"ng-packagr": "^13.3.1",
"npm-run-all": "^4.1.5",
"prismjs": "^1.26.0",
"rimraf": "^3.0.2",
"start-server-and-test": "^1.14.0",
"ts-node": "^10.9.1",
"typescript": "4.4",
"webpack-bundle-analyzer": "^3.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swimlane/docspa.git"
},
"keywords": [
"angular",
"documentation"
],
"authors": [
"Jayson Harshbarger"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/swimlane/docspa/issues"
},
"homepage": "https://swimlane.github.io/DocSPA/",
"browser": {
"crypto": false
}
}