-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.68 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
{
"name": "ui-library-documentation",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"deploy": "nx run ui-library-documentation:build --outputPath=docs --baseHref=/ui-lib/",
"test": "yarn test:library && yarn test:document",
"lint": "nx run-many --target=lint --all=true --exclude=e2e --skip-nx-cache=true",
"styles": "gulp",
"bumpVersion": "gulp bump",
"test:library": "nx run ng-library:test",
"test:document": "nx run ui-library-documentation:test"
},
"private": true,
"dependencies": {
"@angular/animations": "16.2.9",
"@angular/cdk": "16.2.11",
"@angular/common": "16.2.9",
"@angular/compiler": "16.2.9",
"@angular/core": "16.2.9",
"@angular/forms": "16.2.9",
"@angular/platform-browser": "16.2.9",
"@angular/platform-browser-dynamic": "16.2.9",
"@angular/router": "16.2.9",
"@fortawesome/fontawesome-free": "6.4.2",
"@nrwl/angular": "16.10.0",
"code-prettify": "0.1.0",
"device-detector-js": "3.0.3",
"grid-styled-css": "1.1.0",
"rxjs": "7.8.1",
"tslib": "2.3.0",
"tutility": "5.3.0",
"zone.js": "0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.6",
"@angular-devkit/core": "16.2.6",
"@angular-devkit/schematics": "16.2.1",
"@angular-eslint/eslint-plugin": "16.2.0",
"@angular-eslint/eslint-plugin-template": "16.2.0",
"@angular-eslint/template-parser": "16.2.0",
"@angular/cli": "16.2.6",
"@angular/compiler-cli": "16.2.9",
"@angular/language-service": "16.2.10",
"@nrwl/cypress": "16.7.4",
"@nrwl/eslint-plugin-nx": "16.10.0",
"@nrwl/jest": "16.10.0",
"@nrwl/js": "16.10.0",
"@nrwl/linter": "16.7.4",
"@nrwl/workspace": "16.10.0",
"@schematics/angular": "16.2.6",
"@types/jest": "29.5.3",
"@types/node": "20.2.5",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"cypress": "13.3.0",
"del": "7.1.0",
"eslint": "8.51.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-cypress": "2.10.3",
"eslint-plugin-import": "2.28.1",
"gulp": "4.0.2",
"gulp-autoprefixer": "8.0.0",
"gulp-bump": "3.2.0",
"gulp-cssbeautify": "3.0.1",
"gulp-cssimport": "7.0.0",
"gulp-replace": "1.1.4",
"gulp-sass": "5.1.0",
"jest": "29.6.2",
"jest-environment-jsdom": "29.4.1",
"jest-preset-angular": "13.1.1",
"ng-packagr": "16.2.3",
"nx": "16.10.0",
"postcss": "8.4.31",
"postcss-import": "15.1.0",
"postcss-preset-env": "9.1.2",
"postcss-url": "10.1.3",
"prettier": "3.0.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.3"
}
}