-
-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
139 lines (139 loc) · 5.39 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
{
"name": "alyle-ui-srcs",
"version": "17.0.0",
"license": "MIT",
"engines": {
"node": ">=16.0.0",
"yarn": ">= 1.0.0",
"npm": "Please use Yarn instead of NPM to install dependencies. See: https://yarnpkg.com/lang/en/docs/install/"
},
"scripts": {
"start": "ng serve --port 1111",
"build": "yarn build:browser && ngsw-config dist/alyle-ui src/ngsw-config.json",
"build:ci": "yarn tools:docs-api && ./ci/scripts/build-style-compiler.sh && node dist/@alyle/ui/style-compiler/main src && yarn build:browser && ngsw-config dist/alyle-ui src/ngsw-config.json",
"build:browser": "ng build alyle-ui --configuration production",
"build:server": "ng run alyle-ui:server",
"serve": "yarn build && firebase serve only hosting",
"test": "ng test",
"test:ci": "ng test --watch=false --karma-config karma.conf.ci.js --code-coverage alyle-ui",
"lint": "ng lint",
"e2e": "ng e2e",
"mv:index.html": "mkdir functions/dist && mv dist/index.html functions/dist/",
"build:tools": "rm -rf dist/tools && tsc -p tools",
"w:tools": "rm -rf dist/tools && tsc -p tools -w",
"build:@alyle/ui": "./ci/scripts/build-docs-artifacts.sh",
"tools:prepare-lib": "yarn && node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only tools/src/prepare-lib.ts",
"tools:bump": "ts-node tools/*/bump-version && yarn changelog",
"tools:bump-nightly": "ts-node tools/src/bump-version --nightly",
"tools:deploy": "ts-node tools/src/deploy",
"tools:docs-api": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./tools/src/generate-api-docs.mts",
"watch-docs": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./tools/src/markdown-to-html/markdown-to-html.mts",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"serve:lib": "hs dist/docs-content -p 1212 -g --cors 'Access-Control-Allow-Origin' -c0",
"build:schematics": "tsc -p src/lib/schematics/tsconfig.json && cp -r src/lib/schematics/ dist/@alyle/ui/ && rm -rf dist/@alyle/ui/schematics/**/*.ts",
"test:sc": "jasmine dist/@alyle/ui/schematics/**/*.spec.js",
"dev:ssr": "ng run alyle-ui:serve-ssr",
"serve:ssr": "node dist/alyle-ui-server/main.js",
"build:ssr": "ng build --configuration production && ng run alyle-ui:server:production",
"prerender": "serve src/api -p 3000 & ng run alyle-ui:prerender --routesFile prerender.routes.txt --guessRoutes false && kill $!",
"postinstall": "./postinstall.sh",
"analyze-webpack": "ng build alyle-ui --configuration production --stats-json && webpack-bundle-analyzer dist/alyle-ui/stats.json"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.12",
"@angular/cdk": "^17.3.10",
"@angular/common": "^17.3.12",
"@angular/compiler": "^17.3.12",
"@angular/core": "^17.3.12",
"@angular/elements": "^17.3.12",
"@angular/forms": "^17.3.12",
"@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^17.3.12",
"@angular/platform-server": "^17.3.12",
"@angular/router": "^17.3.12",
"@angular/service-worker": "^17.3.12",
"@angular/ssr": "^17.3.9",
"@stackblitz/sdk": "^1.8.2",
"ansi-colors": "^4.1.3",
"chroma-js": "^2.4.2",
"document-register-element": "^1.7.2",
"express": "^4.16.3",
"hammerjs": "^2.0.8",
"moment": "^2.22.2",
"prismjs": "^1.29.0",
"rxjs": "^6.6.7",
"safevalues": "^0.4.2",
"tslib": "^2.3.1",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.9",
"@angular-devkit/schematics": "^17.3.9",
"@angular/cli": "^17.3.9",
"@angular/compiler-cli": "^17.3.12",
"@octokit/request": "^5.3.1",
"@types/chroma-js": "^1.4.1",
"@types/express": "^4.16.1",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.2",
"@types/js-yaml": "^3.12.1",
"@types/node": "^18.11.9",
"@types/prismjs": "^1.16.0",
"@types/semver": "^6.2.0",
"@types/showdown": "^1.9.2",
"@types/trusted-types": "^2.0.2",
"@types/yargs": "^13.0.0",
"ava": "^5.1.0",
"browser-sync": "^3.0.0",
"bundlesize": "^0.17.0",
"camelcase": "^5.0.0",
"chalk": "^2.4.1",
"chokidar": "^3.3.1",
"codelyzer": "^6.0.2",
"conventional-changelog-cli": "^2.0.5",
"firebase-tools": "^7.6.1",
"fs-extra": "^6.0.0",
"globby": "^11.1.0",
"jasmine-core": "~4.1.0",
"js-yaml": "^3.11.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"karma-junit-reporter": "^2.0.1",
"log-update": "^4.0.0",
"ng-packagr": "^17.3.0",
"parse5": "^5.1.1",
"protractor": "~7.0.0",
"replace-in-file": "^6.3.5",
"semver": "^6.3.0",
"showdown": "^1.9.0",
"ts-node": "^10.9.1",
"tsconfig-paths": "^3.13.0",
"tslint": "^6.1.3",
"typescript": "~5.2.0",
"webpack-bundle-analyzer": "^4.10.2",
"yargs": "^13.2.2"
},
"schematics": "./dist/@alyle/ui/schematics/collection.json",
"ava": {
"extensions": [
"ts"
],
"nodeArguments": [],
"require": [
"ts-node/register",
"tsconfig-paths/register"
],
"files": [
"src/**/*.test.ts"
],
"failFast": true,
"failWithoutAssertions": false,
"environmentVariables": {
"TS_NODE_COMPILER_OPTIONS": "{\"module\": \"commonjs\"}"
}
}
}