This repository has been archived by the owner on Apr 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
128 lines (128 loc) · 4.28 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "angular-warehouse",
"author": {
"name": "Maksym Tarsis",
"email": "tarsis.maksym@gmail.com",
"url": "https://github.com/untaggable"
},
"description": "CSP is online store as a platform for consumers that loves conceptual clothing built on modern technologies and approaches",
"version": "0.1.0",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/retarsis/angular-warehouse.git"
},
"bugs": "https://github.com/retarsis/angular-warehouse/issues",
"homepage": "https://github.com/retarsis/angular-warehouse/blob/master/README.md",
"scripts": {
"// - NG - //": "------------------------------",
"ng": "ng",
"build": "ng build",
"test": "snyk test && ng test",
"e2e": "ng e2e",
"// - SERVES - //": "------------------------------",
"start": "ng serve",
"hmr": "ng serve --configuration hmr",
"server": "cd server && yarn start",
"// - BUILD ANALYZERS & EXPLORERS - //": "------------------------------",
"build:analyze:dev": "ng build --stats-json && npx webpack-bundle-analyzer dist/angular-warehouse/stats.json",
"build:analyze:prod": "ng build --prod --stats-json && npx webpack-bundle-analyzer dist/angular-warehouse/stats.json",
"deps-tree": "npx ostap ./package.json",
"// - DOC - //": "------------------------------",
"doc:build": "compodoc -p src/tsconfig.app.json --theme=readthedocs",
"doc:serve": "compodoc -s",
"doc:build:serve": "compodoc -p src/tsconfig.app.json -s --theme=readthedocs -o",
"// - SNYK - //": "------------------------------",
"snyk:test": "snyk test",
"snyk:wizard": "snyk wizard",
"// - LINTERS, FORMATTERS - //": "------------------------------",
"lint": "ng lint",
"lint-staged": "lint-staged",
"prettier": "prettier",
"// - OTHER - //": "------------------------------",
"postinstall": "cd server && yarn && ngcc"
},
"dependencies": {
"@angular/animations": "11.0.9",
"@angular/cdk": "10.2.7",
"@angular/common": "11.0.9",
"@angular/compiler": "11.0.9",
"@angular/core": "11.0.9",
"@angular/forms": "11.0.9",
"@angular/material": "10.2.7",
"@angular/platform-browser": "11.0.9",
"@angular/platform-browser-dynamic": "11.0.9",
"@angular/platform-server": "11.0.9",
"@angular/router": "11.0.9",
"@angular/service-worker": "11.0.9",
"@ngrx/effects": "10.1.2",
"@ngrx/router-store": "10.1.2",
"@ngrx/store": "10.1.2",
"@ngrx/store-devtools": "10.1.2",
"apollo-angular-boost": "1.9.0",
"graphql": "15.3.0",
"routeshub": "4.2.1",
"rxjs": "6.6.3",
"tslib": "2.1.0",
"zone.js": "0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1100.7",
"@angular-devkit/build-optimizer": "0.1001.7",
"@angular/cli": "11.0.7",
"@angular/compiler-cli": "11.0.9",
"@angular/language-service": "11.0.9",
"@angularclass/hmr": "3.0.0",
"@commitlint/cli": "11.0.0",
"@commitlint/config-conventional": "11.0.0",
"@compodoc/compodoc": "1.1.16",
"@types/googlemaps": "3.43.3",
"@types/jasmine": "3.6.10",
"@types/jasminewd2": "2.0.8",
"@types/node": "14.14.41",
"codelyzer": "6.0.1",
"husky": "4.3.8",
"jasmine-core": "3.6.0",
"jasmine-marbles": "0.8.1",
"jasmine-spec-reporter": "5.0.2",
"jsonlint": "1.6.3",
"karma": "5.2.3",
"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",
"lint-staged": "10.5.4",
"prettier": "2.2.1",
"protractor": "7.0.0",
"snyk": "1.566.0",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"tslint-angular": "3.0.3",
"tslint-config-prettier": "1.18.0",
"tslint-config-security": "1.16.0",
"tslint-immutable": "6.0.1",
"typescript": "4.0.3",
"webpack-bundle-analyzer": "3.9.0"
},
"keywords": [
"angular",
"apollo",
"compodoc",
"concept-store",
"angular-warehouse",
"graphql",
"mean",
"mongodb",
"ngrx",
"nodejs",
"redux",
"ssr",
"rxjs",
"state",
"state-management",
"store",
"typescript",
"javascript"
]
}