-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.07 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.07 KB
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": "bug-market-angular",
"version": "1.2.0",
"api-version": "1.5.0",
"scripts": {
"ng": "ng",
"start:dev": "ng serve",
"start": "node server.js",
"build": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"codegen": "graphql-codegen",
"codegen:dev": "graphql-codegen --watch"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.1.0",
"@angular/cdk": "13.2.6",
"@angular/common": "~13.1.0",
"@angular/compiler-cli": "^13.1.0",
"@angular/core": "~13.1.0",
"@angular/forms": "~13.1.0",
"@angular/material": "13.2.6",
"@angular/platform-browser": "~13.1.0",
"@angular/platform-browser-dynamic": "~13.1.0",
"@angular/router": "~13.1.0",
"@apollo/client": "^3.5.10",
"@casl/ability": "^5.4.3",
"@casl/angular": "^6.0.0",
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/schema-ast": "^2.4.1",
"@graphql-codegen/typescript-apollo-angular": "^3.4.5",
"@graphql-codegen/typescript-operations": "^2.3.4",
"apollo-angular": "^3.0.0",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"filepond": "^4.30.3",
"filepond-plugin-file-validate-size": "^2.2.5",
"filepond-plugin-file-validate-type": "^1.2.6",
"filepond-plugin-image-preview": "^4.6.10",
"fuse.js": "^6.5.3",
"graphql": "15.8.0",
"ngx-filepond": "^6.0.1",
"ngx-infinite-scroll": "^13.0.1",
"ngx-owl-carousel-o": "^7.0.2",
"rxjs": "~7.4.0",
"socket.io-client": "^4.4.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.1.2",
"@angular/cli": "13.1.0",
"@angular/compiler": "^13.1.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"jasmine-core": "~3.10.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"path": "^0.12.7",
"typescript": "~4.5.2"
}
}