-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 2.11 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
{
"name": "ngx-clarity",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "nx build ngx-clarity && cp README.md dist/packages/ngx-clarity/README.md",
"test": "nx test ngx-clarity",
"lint": "nx workspace-lint && nx lint ngx-clarity"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "15.2.8",
"@angular-devkit/core": "15.2.8",
"@angular-devkit/schematics": "15.2.8",
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular-eslint/eslint-plugin-template": "16.0.3",
"@angular-eslint/template-parser": "16.0.3",
"@angular/cli": "~15.2.8",
"@angular/compiler-cli": "15.2.8",
"@angular/language-service": "15.2.8",
"@nx/cypress": "16.3.2",
"@nx/eslint-plugin": "16.3.2",
"@nx/jest": "16.3.2",
"@nx/linter": "16.3.2",
"@nx/workspace": "16.3.2",
"@schematics/angular": "16.0.6",
"@types/jest": "29.4.4",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.59.11",
"@typescript-eslint/parser": "5.59.11",
"cypress": "^9.1.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "29.4.3",
"jest-environment-jsdom": "28.1.3",
"jest-preset-angular": "13.1.1",
"ng-packagr": "15.2.2",
"nx": "16.3.2",
"nx-cloud": "16.0.5",
"postcss": "^8.4.5",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "2.8.8",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "4.8.2",
"@nx/angular": "16.3.2"
},
"workspaces": [
"packages/**"
],
"dependencies": {
"@angular/animations": "15.2.8",
"@angular/common": "15.2.8",
"@angular/compiler": "15.2.8",
"@angular/core": "15.2.8",
"@angular/forms": "15.2.8",
"@angular/platform-browser": "15.2.8",
"@angular/platform-browser-dynamic": "15.2.8",
"@angular/router": "15.2.8",
"rxjs": "7.8.1",
"tslib": "^2.0.0",
"zone.js": "0.13.1"
},
"packageManager": "[email protected]+sha512.0e9d42e92bd2318408ed81eaff2da5f78baf23ee7d12a6eed44a6e2901d0f29d7ab715d1b918ade601f72e769a824d9a5c322383f22bbbda5dd396e79de2a077"
}