forked from activepieces/activepieces
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
162 lines (162 loc) · 5 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
{
"name": "activepieces",
"version": "0.3.6",
"scripts": {
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@angular/animations": "~15.1.0",
"@angular/cdk": "^15.1.0",
"@angular/common": "~15.1.0",
"@angular/compiler": "~15.1.0",
"@angular/core": "~15.1.0",
"@angular/elements": "^15.1.0",
"@angular/fire": "^7.5.0",
"@angular/forms": "~15.1.0",
"@angular/material": "^15.1.0",
"@angular/platform-browser": "~15.1.0",
"@angular/platform-browser-dynamic": "~15.1.0",
"@angular/router": "~15.1.0",
"@auth0/angular-jwt": "^5.1.2",
"@aws-sdk/client-s3": "^3.276.0",
"@babel/runtime": "^7.20.13",
"@ctrl/ngx-codemirror": "^5.1.1",
"@fastify/cors": "^8.2.0",
"@fastify/formbody": "^7.4.0",
"@fastify/swagger": "^8.3.1",
"@firebase/auth": "^0.21.3",
"@fortawesome/angular-fontawesome": "^0.12.1",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@google-cloud/vision": "^3.1.0",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@materia-ui/ngx-monaco-editor": "^6.0.0",
"@microfleet/ioredis-lock": "^5.1.0",
"@ngrx/effects": "^15.1.0",
"@ngrx/store": "^15.1.0",
"@ngrx/store-devtools": "^15.1.0",
"@sentry/node": "^7.38.0",
"airtable": "^0.11.6",
"ajv": "^8.12.0",
"angular-svg-icon": "^15.0.0",
"angular2-uuid": "^1.1.1",
"bcrypt": "^5.1.0",
"bullmq": "^3.5.9",
"cheerio": "^1.0.0-rc.12",
"codemirror": "^5.65.9",
"compare-versions": "^6.0.0-rc.1",
"concat": "^1.0.3",
"cron-validator": "^1.3.1",
"cronstrue": "^2.21.0",
"dayjs": "^1.11.7",
"decompress": "^4.2.1",
"deep-equal": "^2.2.0",
"drip-nodejs": "^3.1.1",
"fastify": "4.12.0",
"fastify-raw-body": "^4.2.0",
"feedparser": "^2.2.10",
"firebase-admin": "^11.5.0",
"flatpickr": "^4.6.13",
"font-awesome": "^4.7.0",
"form-data": "^4.0.0",
"google-auth-library": "^8.7.0",
"http-status-codes": "^2.2.0",
"ioredis": "^5.2.5",
"jshint": "^2.13.6",
"jsonlint-mod": "^1.7.6",
"jsonwebtoken": "^9.0.0",
"jszip": "^3.10.1",
"kl-angular-mentions": "^1.2.3",
"lodash": "^4.17.21",
"marked": "^4.2.12",
"monaco-editor": "^0.34.1",
"nanoid": "^3.3.4",
"ngx-quill": "^20.0.1",
"ngx-skeleton-loader": "^6.0.0",
"openai": "^3.2.1",
"papaparse": "^5.3.2",
"pg": "^8.8.0",
"posthog-js": "^1.50.0",
"posthog-node": "^2.2.3",
"prismjs": "^1.29.0",
"qs": "^6.11.0",
"quill": "^1.3.7",
"quill-mention": "^3.1.0",
"rss-parser": "^3.12.0",
"rxjs": "~7.8.0",
"shade-generator": "^1.2.7",
"string-replace-async": "^3.0.2",
"stripe": "^11.12.0",
"subsink": "^1.0.2",
"tsconfig-paths": "^4.1.2",
"tslib": "^2.3.0",
"typeorm": "^0.3.11",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~15.1.0",
"@angular-eslint/builder": "^15.2.0",
"@angular-eslint/eslint-plugin": "~15.0.0",
"@angular-eslint/eslint-plugin-template": "~15.0.0",
"@angular-eslint/schematics": "^15.2.0",
"@angular-eslint/template-parser": "~15.0.0",
"@angular/cli": "~15.1.0",
"@angular/compiler-cli": "~15.1.0",
"@angular/language-service": "~15.1.0",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@ngrx/eslint-plugin": "^15.1.0",
"@nrwl/angular": "15.6.2",
"@nrwl/esbuild": "15.6.2",
"@nrwl/eslint-plugin-nx": "15.6.2",
"@nrwl/jest": "15.6.2",
"@nrwl/js": "15.6.2",
"@nrwl/linter": "15.6.2",
"@nrwl/node": "15.6.2",
"@nrwl/webpack": "15.6.2",
"@nrwl/workspace": "15.6.2",
"@schematics/angular": "^15.1.1",
"@types/deep-equal": "^1.0.1",
"@types/feedparser": "^2.2.5",
"@types/jasmine": "~4.0.0",
"@types/jest": "28.1.1",
"@types/lodash": "^4.14.191",
"@types/mailchimp__mailchimp_marketing": "^3.0.6",
"@types/node": "16.11.7",
"@types/papaparse": "^5.3.7",
"@types/prismjs": "^1.26.0",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"autoprefixer": "^10.4.13",
"chalk": "^4.1.2",
"esbuild": "^0.15.7",
"eslint": "~8.15.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-rxjs": "^5.0.2",
"eslint-plugin-rxjs-angular": "^2.0.0",
"husky": "^8.0.3",
"jasmine-core": "~4.2.0",
"jasmine-spec-reporter": "~7.0.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"lint-staged": "^13.1.0",
"nodemon": "^2.0.20",
"nx": "15.6.2",
"pino-pretty": "^9.1.1",
"postcss": "^8.4.21",
"prettier": "2.8.4",
"tailwindcss": "^3.2.4",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "~4.8.2",
"webpack-ignore-dynamic-require": "^1.0.0"
}
}