mango-cms 0.3.26 → 0.3.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +105 -105
package/package.json CHANGED
@@ -1,107 +1,107 @@
1
1
  {
2
- "name": "mango-cms",
3
- "version": "0.3.26",
4
- "type": "module",
5
- "main": "./index.js",
6
- "exports": {
7
- ".": "./index.js",
8
- "./package.json": "./package.json"
9
- },
10
- "files": [
11
- "index.js",
12
- "cli.js",
13
- "vite.config.js",
14
- "lib/**/*",
15
- "default/**/*",
16
- "!default/node_modules/**"
17
- ],
18
- "author": "Colton Neifert",
19
- "license": "Commercial",
20
- "bin": {
21
- "mango": "cli.js"
22
- },
23
- "scripts": {
24
- "dev": "node cli.js dev",
25
- "start": "node cli.js start",
26
- "build": "node cli.js build"
27
- },
28
- "peerDependencies": {
29
- "algoliasearch": "^4.10.3",
30
- "axios": "^0.21.4",
31
- "vue": "^3.0.0",
32
- "vue-router": "^4.0.0"
33
- },
34
- "devDependencies": {
35
- "@vitejs/plugin-vue": "^4.0.0",
36
- "vite": "^4.0.0"
37
- },
38
- "dependencies": {
39
- "@aws-sdk/client-s3": "^3.423.0",
40
- "@aws-sdk/lib-storage": "^3.423.0",
41
- "@sentry/node": "^7.85.0",
42
- "@sentry/profiling-node": "^1.2.6",
43
- "adm-zip": "^0.5.16",
44
- "algoliasearch": "^4.10.3",
45
- "apollo-server": "^2.19.1",
46
- "apollo-server-express": "^2.19.1",
47
- "archiver": "^7.0.1",
48
- "aws-sdk": "^2.1469.0",
49
- "axios": "^0.21.4",
50
- "cli-progress": "^3.12.0",
51
- "connect-multiparty": "^2.2.0",
52
- "connect-redis": "7",
53
- "cors": "^2.8.5",
54
- "country-state-city": "^3.2.1",
55
- "crypto": "^1.0.1",
56
- "dayjs": "^1.11.6",
57
- "dotenv": "^8.2.0",
58
- "express": "^4.17.1",
59
- "express-session": "^1.19.0",
60
- "fast-csv": "^5.0.5",
61
- "fs-extra": "^11.3.0",
62
- "get-audio-duration": "^3.1.0",
63
- "googleapis": "^109.0.1",
64
- "graphql": "^15.4.0",
65
- "graphql-fields": "^2.0.3",
66
- "graphql-parse-resolve-info": "^4.12.0",
67
- "graphql-subscriptions": "^1.1.0",
68
- "graphql-type-datetime": "^0.2.4",
69
- "graphql-ws": "^5.9.0",
70
- "html-to-text": "^8.0.0",
71
- "http-proxy": "^1.18.1",
72
- "inquirer": "^8.2.4",
73
- "json-fn": "^1.1.1",
74
- "lodash": "^4.17.21",
75
- "mailgun-js": "^0.22.0",
76
- "mailgun.js": "^9.3.0",
77
- "md5": "^2.3.0",
78
- "mime-types": "^2.1.35",
79
- "moment": "^2.29.1",
80
- "mongodb": "^6.8.0",
81
- "multer": "^1.4.2",
82
- "node-lame": "^1.3.2",
83
- "node-zip": "^1.1.1",
84
- "nodemon": "^3.0.0",
85
- "openai": "^5.15.0",
86
- "pack": "^2.2.0",
87
- "parse-html-text-content": "^1.1.1",
88
- "redis": "^4.7.0",
89
- "resend": "^6.3.0",
90
- "sharp": "^0.32.1",
91
- "socket.io": "^4.8.0",
92
- "socket.io-redis": "^6.1.1",
93
- "source-map-support": "^0.5.19",
94
- "ssh2-sftp-client": "^12.0.1",
95
- "stream": "^0.0.2",
96
- "subscriptions-transport-ws": "^0.9.18",
97
- "util": "^0.12.3",
98
- "uuid": "3.4.0",
99
- "web": "^0.0.2"
100
- },
101
- "optionalDependencies": {
102
- "bufferutil": "^4.0.8",
103
- "kerberos": "^2.0.0",
104
- "snappy": "^7.2.2",
105
- "utf-8-validate": "^6.0.4"
106
- }
2
+ "name": "mango-cms",
3
+ "version": "0.3.27",
4
+ "type": "module",
5
+ "main": "./index.js",
6
+ "exports": {
7
+ ".": "./index.js",
8
+ "./package.json": "./package.json"
9
+ },
10
+ "files": [
11
+ "index.js",
12
+ "cli.js",
13
+ "vite.config.js",
14
+ "lib/**/*",
15
+ "default/**/*",
16
+ "!default/node_modules/**"
17
+ ],
18
+ "author": "Colton Neifert",
19
+ "license": "Commercial",
20
+ "bin": {
21
+ "mango": "cli.js"
22
+ },
23
+ "scripts": {
24
+ "dev": "node cli.js dev",
25
+ "start": "node cli.js start",
26
+ "build": "node cli.js build"
27
+ },
28
+ "peerDependencies": {
29
+ "algoliasearch": "^4.10.3",
30
+ "axios": "^0.21.4",
31
+ "vue": "^3.0.0",
32
+ "vue-router": "^4.0.0"
33
+ },
34
+ "devDependencies": {
35
+ "@vitejs/plugin-vue": "^4.0.0",
36
+ "vite": "^4.0.0"
37
+ },
38
+ "dependencies": {
39
+ "@aws-sdk/client-s3": "^3.423.0",
40
+ "@aws-sdk/lib-storage": "^3.423.0",
41
+ "@sentry/node": "^7.85.0",
42
+ "@sentry/profiling-node": "^1.2.6",
43
+ "adm-zip": "^0.5.16",
44
+ "algoliasearch": "^4.10.3",
45
+ "apollo-server": "^2.19.1",
46
+ "apollo-server-express": "^2.19.1",
47
+ "archiver": "^7.0.1",
48
+ "aws-sdk": "^2.1469.0",
49
+ "axios": "^0.21.4",
50
+ "cli-progress": "^3.12.0",
51
+ "connect-multiparty": "^2.2.0",
52
+ "connect-redis": "7",
53
+ "cors": "^2.8.5",
54
+ "country-state-city": "^3.2.1",
55
+ "crypto": "^1.0.1",
56
+ "dayjs": "^1.11.6",
57
+ "dotenv": "^8.2.0",
58
+ "express": "^4.17.1",
59
+ "express-session": "^1.19.0",
60
+ "fast-csv": "^5.0.5",
61
+ "fs-extra": "^11.3.0",
62
+ "get-audio-duration": "^3.1.0",
63
+ "googleapis": "^109.0.1",
64
+ "graphql": "^15.4.0",
65
+ "graphql-fields": "^2.0.3",
66
+ "graphql-parse-resolve-info": "^4.12.0",
67
+ "graphql-subscriptions": "^1.1.0",
68
+ "graphql-type-datetime": "^0.2.4",
69
+ "graphql-ws": "^5.9.0",
70
+ "html-to-text": "^8.0.0",
71
+ "http-proxy": "^1.18.1",
72
+ "inquirer": "^8.2.4",
73
+ "json-fn": "^1.1.1",
74
+ "lodash": "^4.17.21",
75
+ "mailgun-js": "^0.22.0",
76
+ "mailgun.js": "^9.3.0",
77
+ "md5": "^2.3.0",
78
+ "mime-types": "^2.1.35",
79
+ "moment": "^2.29.1",
80
+ "mongodb": "^6.8.0",
81
+ "multer": "^1.4.2",
82
+ "node-lame": "^1.3.2",
83
+ "node-zip": "^1.1.1",
84
+ "nodemon": "^3.0.0",
85
+ "openai": "^5.15.0",
86
+ "pack": "^2.2.0",
87
+ "parse-html-text-content": "^1.1.1",
88
+ "redis": "^4.7.0",
89
+ "resend": "^6.3.0",
90
+ "sharp": "^0.32.1",
91
+ "socket.io": "^4.8.0",
92
+ "socket.io-redis": "^6.1.1",
93
+ "source-map-support": "^0.5.19",
94
+ "ssh2-sftp-client": "^12.0.1",
95
+ "stream": "^0.0.2",
96
+ "subscriptions-transport-ws": "^0.9.18",
97
+ "util": "^0.12.3",
98
+ "uuid": "3.4.0",
99
+ "web": "^0.0.2"
100
+ },
101
+ "optionalDependencies": {
102
+ "bufferutil": "^4.0.8",
103
+ "kerberos": "^2.0.0",
104
+ "snappy": "^7.2.2",
105
+ "utf-8-validate": "^6.0.4"
106
+ }
107
107
  }