-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
167 lines (167 loc) · 5.78 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"name": "dreamon",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"deploy:global": "nx build global -- --prod",
"deploy:conference": "nx build conference -- --prod",
"deploy:conference-api": "nx build conference-api -- --prod",
"start:conference-api": "node dist/apps/conference-api/main.js",
"lint:affected": "nx affected:lint",
"test:affected": "nx affected:test",
"build:affected": "nx affected:build",
"e2e:global:ci": "nx e2e global-e2e --headless",
"e2e:conference:ci": "nx e2e conference-e2e --headless",
"build:mobile": "nx build conference-mobile -- --prod",
"mobile:open:ios": "nx run conference-mobile:open:ios",
"mobile:open:android": "nx run conference-mobile:open:android",
"mobile:sync:ios": "yarn build:mobile && nx run conference-mobile:sync:ios",
"mobile:sync:android": "yarn build:mobile && nx run conference-mobile:sync:android",
"postinstall": "ngcc --properties es2015 browser module main"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.3.0",
"@angular/common": "~13.3.0",
"@angular/compiler": "~13.3.0",
"@angular/core": "~13.3.0",
"@angular/forms": "~13.3.0",
"@angular/google-maps": "^13.3.7",
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
"@capacitor/core": "^3.2.5",
"@capacitor/storage": "^1.2.3",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@ionic/react": "^5.8.3",
"@ionic/react-router": "^5.8.3",
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"@nestjs/platform-express": "^8.0.0",
"@ng-bootstrap/ng-bootstrap": "^12.1.1",
"@ngx-translate/core": "^14.0.0",
"@nxtend/capacitor": "^12.1.0",
"@nxtend/ionic-react": "^12.1.0",
"@tailwindcss/aspect-ratio": "^0.3.0",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/typography": "^0.4.1",
"angular-owl-carousel": "^1.0.0",
"core-js": "^3.6.5",
"gatsby": "3.14.0",
"gatsby-background-image": "^1.5.3",
"gatsby-image": "^3.11.0",
"gatsby-plugin-google-analytics": "^4.2.0",
"gatsby-plugin-image": "1.14.0",
"gatsby-plugin-layout": "^2.14.0",
"gatsby-plugin-manifest": "3.14.0",
"gatsby-plugin-offline": "4.14.0",
"gatsby-plugin-react-helmet": "4.14.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^4.2.0",
"gatsby-plugin-svgr": "3.0.0-beta.0",
"gatsby-plugin-typescript": "3.14.0",
"gatsby-source-filesystem": "3.14.0",
"gatsby-transformer-json": "^3.14.0",
"gatsby-transformer-remark": "^4.11.0",
"gatsby-transformer-sharp": "^4.2.0",
"imagesloaded": "^5.0.0",
"ionicons": "^5.5.3",
"isotope-fit-columns": "^1.1.4",
"isotope-layout": "^3.0.6",
"jquery": "^3.6.0",
"ng-lazyload-image": "^9.1.2",
"ng2-nouislider": "^1.8.3",
"ngx-cookie-service": "^13.2.0",
"ngx-lightbox": "^2.6.1",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-hubspot-form": "^1.3.7",
"react-loadable": "^5.5.0",
"react-modal": "^3.14.3",
"react-owl-carousel": "^2.3.3",
"react-router-dom": "5.3.0",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"rxjs": "^7.0.0",
"tslib": "^2.0.0",
"webpack": "~5.53.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.0",
"@angular-eslint/eslint-plugin": "~13.1.0",
"@angular-eslint/eslint-plugin-template": "~13.1.0",
"@angular-eslint/template-parser": "~13.1.0",
"@angular/cli": "~13.3.0",
"@angular/compiler-cli": "~13.3.0",
"@angular/language-service": "~13.3.0",
"@capacitor/android": "^3.2.5",
"@capacitor/cli": "^3.2.5",
"@capacitor/ios": "^3.2.5",
"@nestjs/schematics": "^8.0.0",
"@nestjs/testing": "^8.0.0",
"@ngrx/effects": "^13.2.0",
"@ngrx/entity": "^13.2.0",
"@ngrx/router-store": "^13.2.0",
"@ngrx/store": "^13.2.0",
"@ngrx/store-devtools": "^13.2.0",
"@nrwl/angular": "13.10.2",
"@nrwl/cli": "13.2.3",
"@nrwl/cypress": "13.2.3",
"@nrwl/eslint-plugin-nx": "13.2.3",
"@nrwl/gatsby": "13.2.3",
"@nrwl/jest": "13.2.3",
"@nrwl/linter": "13.2.3",
"@nrwl/nest": "^13.3.12",
"@nrwl/node": "13.3.12",
"@nrwl/nx-cloud": "12.5.4",
"@nrwl/react": "13.2.3",
"@nrwl/tao": "13.2.3",
"@nrwl/web": "13.2.3",
"@nrwl/workspace": "13.2.3",
"@popperjs/core": "^2.11.5",
"@testing-library/react": "11.2.6",
"@testing-library/react-hooks": "7.0.1",
"@types/googlemaps": "^3.43.3",
"@types/imagesloaded": "^4.1.2",
"@types/jest": "27.0.2",
"@types/node": "14.14.33",
"@types/react": "17.0.3",
"@types/react-dom": "17.0.3",
"@types/react-helmet": "^6.1.4",
"@types/react-router-dom": "5.3.1",
"@types/tailwindcss": "^2.2.4",
"@typescript-eslint/eslint-plugin": "~4.31.1",
"@typescript-eslint/parser": "~4.31.1",
"autoprefixer": "^10.4.0",
"babel-jest": "27.2.3",
"babel-plugin-module-resolver": "4.0.0",
"babel-preset-gatsby": "0.12.1",
"cypress": "^8.3.0",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.23.1",
"eslint-plugin-react-hooks": "4.2.0",
"gatsby-plugin-postcss": "^5.2.0",
"jest": "27.2.3",
"jest-preset-angular": "11.1.1",
"masonry-layout": "^4.2.2",
"ngx-toastr": "^14.3.0",
"nouislider": "^15.6.0",
"postcss": "^8.4.4",
"prettier": "^2.3.1",
"react-test-renderer": "17.0.2",
"tailwindcss": "^2.2.19",
"ts-jest": "27.0.5",
"typescript": "~4.4.2"
}
}