forked from mahmudka/project-ngx-shop-task-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 5.73 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
{
"name": "ngx-shop-client",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"start:1-components_1-shop-card": "npm start -- 1-components_1-shop-card",
"test:1-components_1-shop-card": "npm run test -- 1-components_1-shop-card",
"lint:1-components_1-shop-card": "npm run lint -- 1-components_1-shop-card",
"start:1-components_2-footer": "npm start -- 1-components_2-footer",
"test:1-components_2-footer": "npm run test -- 1-components_2-footer",
"lint:1-components_2-footer": "npm run lint -- 1-components_2-footer",
"start:1-components_3-category-product-card": "npm start -- 1-components_3-category-product-card",
"test:1-components_3-category-product-card": "npm run test -- 1-components_3-category-product-card",
"lint:1-components_3-category-product-card": "npm run lint -- 1-components_3-category-product-card",
"start:1-components_4-suggested-product": "npm start -- 1-components_4-suggested-product",
"test:1-components_4-suggested-product": "npm run test -- 1-components_4-suggested-product",
"lint:1-components_4-suggested-product": "npm run lint -- 1-components_4-suggested-product",
"start:1-components_5-header": "npm start -- 1-components_5-header",
"test:1-components_5-header": "npm run test -- 1-components_5-header",
"lint:1-components_5-header": "npm run lint -- 1-components_5-header",
"start:2-pipe_1-transforms-with-pipe": "npm start -- 2-pipe_1-transforms-with-pipe",
"test:2-pipe_1-transforms-with-pipe": "npm run test -- 2-pipe_1-transforms-with-pipe",
"lint:2-pipe_1-transforms-with-pipe": "npm run lint -- 2-pipe_1-transforms-with-pipe",
"start:3-directives_1-categories-menu-component": "npm start -- 3-directives_1-categories-menu-component",
"test:3-directives_1-categories-menu-component": "npm run test -- 3-directives_1-categories-menu-component",
"lint:3-directives_1-categories-menu-component": "npm run lint -- 3-directives_1-categories-menu-component",
"start:3-directives_2-start-rating-component": "npm start -- 3-directives_2-start-rating-component",
"test:3-directives_2-start-rating-component": "npm run test -- 3-directives_2-start-rating-component",
"lint:3-directives_2-start-rating-component": "npm run lint -- 3-directives_2-start-rating-component",
"start:3-directives_3-information-component": "npm start -- 3-directives_3-information-component",
"test:3-directives_3-information-component": "npm run test -- 3-directives_3-information-component",
"lint:3-directives_3-information-component": "npm run lint -- 3-directives_3-information-component",
"start:3-directives_4-description-component": "npm start -- 3-directives_4-description-component",
"test:3-directives_4-description-component": "npm run test -- 3-directives_4-description-component",
"lint:3-directives_4-description-component": "npm run lint -- 3-directives_4-description-component",
"start:3-directives_5-category-dropdown-component": "npm start -- 3-directives_5-category-dropdown-component",
"test:3-directives_5-category-dropdown-component": "npm run test -- 3-directives_5-category-dropdown-component",
"lint:3-directives_5-category-dropdown-component": "npm run lint -- 3-directives_5-category-dropdown-component",
"start:4-services_1-home-page-component": "npm start -- 4-services_1-home-page-component",
"test:4-services_1-home-page-component": "npm run test -- 4-services_1-home-page-component",
"lint:4-services_1-home-page-component": "npm run lint -- 4-services_1-home-page-component",
"start:4-services_2-one-product-page-component": "npm start -- 4-services_2-one-product-page-component",
"test:4-services_2-one-product-page-component": "npm run test -- 4-services_2-one-product-page-component",
"lint:4-services_2-one-product-page-component": "npm run lint -- 4-services_2-one-product-page-component",
"start:5-forms_1-order-form-component": "npm start -- 5-forms_1-order-form-component",
"test:5-forms_1-order-form-component": "npm run test -- 5-forms_1-order-form-component",
"lint:5-forms_1-order-form-component": "npm run lint -- 5-forms_1-order-form-component",
"start:5-forms_2-product-filter-component": "npm start -- 5-forms_2-product-filter-component",
"test:5-forms_2-product-filter-component": "npm run test -- 5-forms_2-product-filter-component",
"lint:5-forms_2-product-filter-component": "npm run lint -- 5-forms_2-product-filter-component",
"start:6-routing_1-ngx-shop": "npm start -- 6-routing_1-ngx-shop",
"test:6-routing_1-ngx-shop": "npm run test -- 6-routing_1-ngx-shop",
"lint:6-routing_1-ngx-shop": "npm run lint -- 6-routing_1-ngx-shop"
},
"private": true,
"dependencies": {
"@angular/animations": "~11.2.4",
"@angular/common": "~11.2.4",
"@angular/compiler": "~11.2.4",
"@angular/core": "~11.2.4",
"@angular/forms": "~11.2.4",
"@angular/platform-browser": "~11.2.4",
"@angular/platform-browser-dynamic": "~11.2.4",
"@angular/router": "~11.2.4",
"ng5-slider": "^1.2.4",
"rxjs": "~6.6.6",
"tslib": "^2.1.0",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.13",
"@angular/cli": "~11.2.3",
"@angular/compiler-cli": "~11.2.4",
"@types/jasmine": "~3.6.4",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^14.14.31",
"codelyzer": "^6.0.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~6.1.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"protractor": "~7.0.0",
"ts-node": "~9.1.1",
"tslint": "~6.1.3",
"typescript": "4.1.5"
}
}