-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
98 lines (98 loc) · 2.91 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
{
"name": "ng-filmpire",
"version": "0.0.0",
"license": "MIT",
"author": {
"name": "Faizan Ali Bugti",
"email": "faizanalibugti@outlook.com"
},
"repository": {
"url": "https://github.com/faizanalibugti/ng-filmpire"
},
"scripts": {
"ng": "nx",
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@angular/animations": "16.2.11",
"@angular/cdk": "16.2.10",
"@angular/common": "16.2.11",
"@angular/compiler": "16.2.11",
"@angular/core": "16.2.11",
"@angular/forms": "16.2.11",
"@angular/material": "16.2.10",
"@angular/platform-browser": "16.2.11",
"@angular/platform-browser-dynamic": "16.2.11",
"@angular/router": "16.2.11",
"@ngrx/component-store": "16.0.1",
"@ngrx/effects": "16.0.1",
"@ngrx/entity": "16.0.1",
"@ngrx/router-store": "16.0.1",
"@ngrx/store": "16.0.1",
"@nx/angular": "17.0.2",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.8",
"@angular-devkit/core": "16.2.8",
"@angular-devkit/schematics": "16.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": "~16.2.0",
"@angular/compiler-cli": "16.2.11",
"@angular/language-service": "16.2.11",
"@ngrx/eslint-plugin": "16.0.1",
"@ngrx/schematics": "16.0.1",
"@ngrx/store-devtools": "16.0.1",
"@nx/cypress": "17.0.2",
"@nx/eslint": "17.0.2",
"@nx/eslint-plugin": "17.0.2",
"@nx/jest": "17.0.2",
"@nx/js": "17.0.2",
"@nx/storybook": "17.0.2",
"@nx/workspace": "17.0.2",
"@schematics/angular": "16.2.8",
"@storybook/addon-essentials": "7.5.1",
"@storybook/addon-interactions": "^7.5.1",
"@storybook/angular": "7.5.1",
"@storybook/core-server": "7.5.1",
"@storybook/jest": "~0.1.0",
"@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "~0.2.0",
"@types/jest": "29.5.6",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"autoprefixer": "^10.4.0",
"cypress": "^13.0.0",
"eslint": "8.46.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.13.4",
"eslint-plugin-storybook": "^0.6.15",
"html-webpack-plugin": "^5.5.0",
"jasmine-marbles": "~0.9.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "13.1.2",
"nx": "17.0.2",
"postcss": "^8.4.5",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.0.2",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"webpack": "^5.64.0"
},
"optionalDependencies": {
"@nx/nx-linux-x64-gnu": "17.0.2"
}
}