Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jay Mehta
/
strapi-setup-file
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 5804a0ac
authored
2022-09-21 15:20:09 +0000
by
root
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Changes
1 parent
cf02f518
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
93 additions
and
12 deletions
ecosystem.config.js
package-lock.json
package.json
yarn.lock
ecosystem.config.js
0 → 100644
View file @
5804a0a
module
.
exports
=
{
apps
:
[
{
name
:
'strapiapp'
,
script
:
'npm'
,
args
:
'start'
,
},
],
};
package-lock.json
View file @
5804a0a
This diff is collapsed.
Click to expand it.
package.json
View file @
5804a0a
...
@@ -13,6 +13,7 @@
...
@@ -13,6 +13,7 @@
"@strapi/plugin-i18n"
:
"4.3.6"
,
"@strapi/plugin-i18n"
:
"4.3.6"
,
"@strapi/plugin-users-permissions"
:
"4.3.6"
,
"@strapi/plugin-users-permissions"
:
"4.3.6"
,
"@strapi/provider-email-nodemailer"
:
"^4.3.8"
,
"@strapi/provider-email-nodemailer"
:
"^4.3.8"
,
"@strapi/provider-upload-aws-s3"
:
"^4.3.9"
,
"@strapi/strapi"
:
"4.3.6"
,
"@strapi/strapi"
:
"4.3.6"
,
"better-sqlite3"
:
"7.4.6"
,
"better-sqlite3"
:
"7.4.6"
,
"pg"
:
"^8.8.0"
,
"pg"
:
"^8.8.0"
,
...
...
yarn.lock
View file @
5804a0a
...
@@ -1807,6 +1807,14 @@
...
@@ -1807,6 +1807,14 @@
"@strapi/utils" "4.3.6"
"@strapi/utils" "4.3.6"
"sendmail" "^1.6.1"
"sendmail" "^1.6.1"
"@strapi/provider-upload-aws-s3@^4.3.9":
"integrity" "sha512-fYX0Z11NGWN0Da1XQogU2XcD2Dt3EisFfyTWCv/qCKPzXgMB/IARnsO2eLyhfKP8wDJX/1OJllHfG6jh9AuFSQ=="
"resolved" "https://registry.npmjs.org/@strapi/provider-upload-aws-s3/-/provider-upload-aws-s3-4.3.9.tgz"
"version" "4.3.9"
dependencies:
"aws-sdk" "2.1215.0"
"lodash" "4.17.21"
"@strapi/provider-upload-local@4.3.6":
"@strapi/provider-upload-local@4.3.6":
"integrity" "sha512-rTPNA1QY3V2I4wa0n9jrW73G2qXvWzT1YefuP/Bk4XFRbhJYbNyiYd5/DrIAo4wwBA5KDqi2beZAPD5eLDOWqw=="
"integrity" "sha512-rTPNA1QY3V2I4wa0n9jrW73G2qXvWzT1YefuP/Bk4XFRbhJYbNyiYd5/DrIAo4wwBA5KDqi2beZAPD5eLDOWqw=="
"resolved" "https://registry.npmjs.org/@strapi/provider-upload-local/-/provider-upload-local-4.3.6.tgz"
"resolved" "https://registry.npmjs.org/@strapi/provider-upload-local/-/provider-upload-local-4.3.6.tgz"
...
@@ -2633,6 +2641,22 @@
...
@@ -2633,6 +2641,22 @@
"resolved" "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz"
"resolved" "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz"
"version" "1.0.5"
"version" "1.0.5"
"aws-sdk@2.1215.0":
"integrity" "sha512-btOexIY0O2F+HhjytToaYuub2HEdLqccZSM8rbT3nrbXo7U4k4Gqi6SbMGi2a+vEpj8lY8dAuMR2lvvVs4Ib9Q=="
"resolved" "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1215.0.tgz"
"version" "2.1215.0"
dependencies:
"buffer" "4.9.2"
"events" "1.1.1"
"ieee754" "1.1.13"
"jmespath" "0.16.0"
"querystring" "0.2.0"
"sax" "1.2.1"
"url" "0.10.3"
"util" "^0.12.4"
"uuid" "8.0.0"
"xml2js" "0.4.19"
"aws-sign2@~0.7.0":
"aws-sign2@~0.7.0":
"integrity" "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA=="
"integrity" "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA=="
"resolved" "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz"
"resolved" "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz"
...
@@ -2745,7 +2769,7 @@
...
@@ -2745,7 +2769,7 @@
"mixin-deep" "^1.2.0"
"mixin-deep" "^1.2.0"
"pascalcase" "^0.1.1"
"pascalcase" "^0.1.1"
"base64-js@^1.3.1":
"base64-js@^1.
0.2", "base64-js@^1.
3.1":
"integrity" "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA=="
"integrity" "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA=="
"resolved" "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz"
"resolved" "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz"
"version" "1.5.1"
"version" "1.5.1"
...
@@ -3026,6 +3050,15 @@
...
@@ -3026,6 +3050,15 @@
"base64-js" "^1.3.1"
"base64-js" "^1.3.1"
"ieee754" "^1.2.1"
"ieee754" "^1.2.1"
"buffer@4.9.2":
"integrity" "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg=="
"resolved" "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz"
"version" "4.9.2"
dependencies:
"base64-js" "^1.0.2"
"ieee754" "^1.1.4"
"isarray" "^1.0.0"
"buildmail@3.10.0":
"buildmail@3.10.0":
"integrity" "sha512-6e5sDN/pl3en5Klqdfyir7LEIBiFr9oqZuvYaEyVwjxpIbBZN+98e0j87Fz2Ukl8ud32rbk9VGOZAnsOZ7pkaA=="
"integrity" "sha512-6e5sDN/pl3en5Klqdfyir7LEIBiFr9oqZuvYaEyVwjxpIbBZN+98e0j87Fz2Ukl8ud32rbk9VGOZAnsOZ7pkaA=="
"resolved" "https://registry.npmjs.org/buildmail/-/buildmail-3.10.0.tgz"
"resolved" "https://registry.npmjs.org/buildmail/-/buildmail-3.10.0.tgz"
...
@@ -4320,11 +4353,6 @@
...
@@ -4320,11 +4353,6 @@
"resolved" "https://registry.npmjs.org/es6-object-assign/-/es6-object-assign-1.1.0.tgz"
"resolved" "https://registry.npmjs.org/es6-object-assign/-/es6-object-assign-1.1.0.tgz"
"version" "1.1.0"
"version" "1.1.0"
"esbuild-darwin-64@0.15.7":
"integrity" "sha512-KGPt3r1c9ww009t2xLB6Vk0YyNOXh7hbjZ3EecHoVDxgtbUlYstMPDaReimKe6eOEfyY4hBEEeTvKwPsiH5WZg=="
"resolved" "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.15.7.tgz"
"version" "0.15.7"
"esbuild-loader@^2.19.0":
"esbuild-loader@^2.19.0":
"integrity" "sha512-dr+j8O4w5RvqZ7I4PPB4EIyVTd679EBQnMm+JBB7av+vu05Zpje2IpK5N3ld1VWa+WxrInIbNFAg093+E1aRsA=="
"integrity" "sha512-dr+j8O4w5RvqZ7I4PPB4EIyVTd679EBQnMm+JBB7av+vu05Zpje2IpK5N3ld1VWa+WxrInIbNFAg093+E1aRsA=="
"resolved" "https://registry.npmjs.org/esbuild-loader/-/esbuild-loader-2.20.0.tgz"
"resolved" "https://registry.npmjs.org/esbuild-loader/-/esbuild-loader-2.20.0.tgz"
...
@@ -4444,6 +4472,11 @@
...
@@ -4444,6 +4472,11 @@
"resolved" "https://registry.npmjs.org/events/-/events-3.3.0.tgz"
"resolved" "https://registry.npmjs.org/events/-/events-3.3.0.tgz"
"version" "3.3.0"
"version" "3.3.0"
"events@1.1.1":
"integrity" "sha512-kEcvvCBByWXGnZy6JUlgAp2gBIUjfCAV6P6TgT1/aaQKcmuAEC4OZTV1I4EWQLz2gxZw76atuVyvHhTxvi0Flw=="
"resolved" "https://registry.npmjs.org/events/-/events-1.1.1.tgz"
"version" "1.1.1"
"evp_bytestokey@^1.0.0", "evp_bytestokey@^1.0.3":
"evp_bytestokey@^1.0.0", "evp_bytestokey@^1.0.3":
"integrity" "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA=="
"integrity" "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA=="
"resolved" "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz"
"resolved" "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz"
...
@@ -4932,11 +4965,6 @@
...
@@ -4932,11 +4965,6 @@
"resolved" "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
"resolved" "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
"version" "1.0.0"
"version" "1.0.0"
"fsevents@~2.3.2":
"integrity" "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA=="
"resolved" "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz"
"version" "2.3.2"
"function-bind@^1.1.1":
"function-bind@^1.1.1":
"integrity" "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
"integrity" "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
"resolved" "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
"resolved" "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz"
...
@@ -5521,6 +5549,11 @@
...
@@ -5521,6 +5549,11 @@
"resolved" "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz"
"resolved" "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz"
"version" "1.2.1"
"version" "1.2.1"
"ieee754@^1.1.4", "ieee754@1.1.13":
"integrity" "sha512-4vf7I2LYV/HaWerSo3XmlMkp5eZ83i+/CDluXi/IGTs/O1sejBNhTtnxzmRZfvOUqj7lZjqHkeTvpgSFDlWZTg=="
"resolved" "https://registry.npmjs.org/ieee754/-/ieee754-1.1.13.tgz"
"version" "1.1.13"
"ignore@^5.1.1":
"ignore@^5.1.1":
"integrity" "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ=="
"integrity" "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ=="
"resolved" "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz"
"resolved" "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz"
...
@@ -6037,7 +6070,7 @@
...
@@ -6037,7 +6070,7 @@
dependencies:
dependencies:
"is-docker" "^2.0.0"
"is-docker" "^2.0.0"
"isarray@~1.0.0", "isarray@1.0.0":
"isarray@
^1.0.0", "isarray@
~1.0.0", "isarray@1.0.0":
"integrity" "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
"integrity" "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ=="
"resolved" "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
"resolved" "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz"
"version" "1.0.0"
"version" "1.0.0"
...
@@ -6083,6 +6116,11 @@
...
@@ -6083,6 +6116,11 @@
"merge-stream" "^2.0.0"
"merge-stream" "^2.0.0"
"supports-color" "^8.0.0"
"supports-color" "^8.0.0"
"jmespath@0.16.0":
"integrity" "sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw=="
"resolved" "https://registry.npmjs.org/jmespath/-/jmespath-0.16.0.tgz"
"version" "0.16.0"
"joycon@^3.0.1":
"joycon@^3.0.1":
"integrity" "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw=="
"integrity" "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw=="
"resolved" "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz"
"resolved" "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz"
...
@@ -8747,6 +8785,11 @@
...
@@ -8747,6 +8785,11 @@
"parse-srcset" "^1.0.2"
"parse-srcset" "^1.0.2"
"postcss" "^8.3.11"
"postcss" "^8.3.11"
"sax@>=0.6.0", "sax@1.2.1":
"integrity" "sha512-8I2a3LovHTOpm7NV5yOyO8IHqgVsfK4+UuySrXU8YXkSRX7k6hCV9b3HrkKCr3nMpgj+0bmocaJJWpvp1oc7ZA=="
"resolved" "https://registry.npmjs.org/sax/-/sax-1.2.1.tgz"
"version" "1.2.1"
"scheduler@^0.20.2":
"scheduler@^0.20.2":
"integrity" "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ=="
"integrity" "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ=="
"resolved" "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz"
"resolved" "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz"
...
@@ -9850,6 +9893,14 @@
...
@@ -9850,6 +9893,14 @@
"punycode" "1.3.2"
"punycode" "1.3.2"
"querystring" "0.2.0"
"querystring" "0.2.0"
"url@0.10.3":
"integrity" "sha512-hzSUW2q06EqL1gKM/a+obYHLIO6ct2hwPuviqTTOcfFVc61UbfJ2Q32+uGL/HCPxKqrdGB5QUwIe7UqlDgwsOQ=="
"resolved" "https://registry.npmjs.org/url/-/url-0.10.3.tgz"
"version" "0.10.3"
dependencies:
"punycode" "1.3.2"
"querystring" "0.2.0"
"use@^3.1.0":
"use@^3.1.0":
"integrity" "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ=="
"integrity" "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ=="
"resolved" "https://registry.npmjs.org/use/-/use-3.1.1.tgz"
"resolved" "https://registry.npmjs.org/use/-/use-3.1.1.tgz"
...
@@ -9897,6 +9948,11 @@
...
@@ -9897,6 +9948,11 @@
"resolved" "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz"
"resolved" "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz"
"version" "8.3.2"
"version" "8.3.2"
"uuid@8.0.0":
"integrity" "sha512-jOXGuXZAWdsTH7eZLtyXMqUb9EcWMGZNbL9YcGBJl4MH4nrxHmZJhEHvyLFrkxo+28uLb/NYRcStH48fnD0Vzw=="
"resolved" "https://registry.npmjs.org/uuid/-/uuid-8.0.0.tgz"
"version" "8.0.0"
"v8flags@^2.0.10":
"v8flags@^2.0.10":
"integrity" "sha512-SKfhk/LlaXzvtowJabLZwD4K6SGRYeoxA7KJeISlUMAB/NT4CBkZjMq3WceX2Ckm4llwqYVo8TICgsDYCBU2tA=="
"integrity" "sha512-SKfhk/LlaXzvtowJabLZwD4K6SGRYeoxA7KJeISlUMAB/NT4CBkZjMq3WceX2Ckm4llwqYVo8TICgsDYCBU2tA=="
"resolved" "https://registry.npmjs.org/v8flags/-/v8flags-2.1.1.tgz"
"resolved" "https://registry.npmjs.org/v8flags/-/v8flags-2.1.1.tgz"
...
@@ -10219,6 +10275,19 @@
...
@@ -10219,6 +10275,19 @@
"resolved" "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz"
"resolved" "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-4.0.0.tgz"
"version" "4.0.0"
"version" "4.0.0"
"xml2js@0.4.19":
"integrity" "sha512-esZnJZJOiJR9wWKMyuvSE1y6Dq5LCuJanqhxslH2bxM6duahNZ+HMpCLhBQGZkbX6xRf8x1Y2eJlgt2q3qo49Q=="
"resolved" "https://registry.npmjs.org/xml2js/-/xml2js-0.4.19.tgz"
"version" "0.4.19"
dependencies:
"sax" ">=0.6.0"
"xmlbuilder" "~9.0.1"
"xmlbuilder@~9.0.1":
"integrity" "sha512-7YXTQc3P2l9+0rjaUbLwMKRhtmwg1M1eDf6nag7urC7pIPYLD9W/jmzQ4ptRSUbodw5S0jfoGTflLemQibSpeQ=="
"resolved" "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz"
"version" "9.0.7"
"xtend@^4.0.0", "xtend@^4.0.2":
"xtend@^4.0.0", "xtend@^4.0.2":
"integrity" "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="
"integrity" "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ=="
"resolved" "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz"
"resolved" "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz"
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment