-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
74 lines (74 loc) · 2.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
{
"name": "storybook-webpack-angular-types-plugin",
"version": "0.9.0",
"license": "MIT",
"scripts": {
"start-demo": "nx run angular-demo:storybook",
"build": "nx build storybook-webpack-angular-types-plugin",
"build:watch": "nx build storybook-webpack-angular-types-plugin -- --watch",
"sync-package-json-version": "node tools/scripts/copy-root-package-json-version.js",
"sync-plugin-package-json-dependencies": "node tools/scripts/sync-storybook-webpack-angular-types-plugin-dependencies-to-dist.js",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"rxjs": "7.8.1",
"tslib": "^2.6.2",
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.3.0",
"@angular-devkit/core": "^17.3.0",
"@angular-devkit/schematics": "^17.3.0",
"@angular-eslint/eslint-plugin": "^17.3.0",
"@angular-eslint/eslint-plugin-template": "^17.3.0",
"@angular-eslint/template-parser": "^17.3.0",
"@angular/compiler-cli": "^17.3.0",
"@angular/language-service": "^17.3.0",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@nx/angular": "18.0.8",
"@nx/eslint": "18.0.8",
"@nx/eslint-plugin": "18.0.8",
"@nx/jest": "18.0.8",
"@nx/js": "18.0.8",
"@nx/storybook": "18.0.8",
"@nx/workspace": "18.0.8",
"@schematics/angular": "17.2.3",
"@storybook/addon-docs": "^8.1.0",
"@storybook/addon-essentials": "^8.1.0",
"@storybook/angular": "^8.1.0",
"@storybook/core-server": "^8.1.0",
"@types/jest": "29.5.12",
"@types/micromatch": "^4.0.6",
"@types/node": "^20.11.25",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-storybook": "^0.8.0",
"get-tsconfig": "^4.7.3",
"husky": "^9.0.11",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.0.3",
"micromatch": "^4.0.6",
"nx": "18.0.8",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0",
"ts-jest": "29.1.2",
"ts-morph": "^21.0.1",
"ts-node": "10.9.2",
"typescript": "5.4.2",
"webpack": "^5.90.3"
},
"packageManager": "yarn@4.1.1"
}