Compare commits
10 Commits
49d47904b7
...
v0.1
| Author | SHA1 | Date | |
|---|---|---|---|
| bfbc51226c | |||
| 0541d3aa6c | |||
| 3247349094 | |||
| 0a39132c8c | |||
| ea40178fc1 | |||
| fcad2139cf | |||
| 425a163a1c | |||
| ed791d4f3d | |||
| ef2939f558 | |||
| 4ace05f796 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
node_modules/
|
||||
@@ -1,4 +1,4 @@
|
||||
version: "3"
|
||||
# version: "3"
|
||||
services:
|
||||
strapi:
|
||||
container_name: strapi
|
||||
@@ -25,7 +25,7 @@ services:
|
||||
- ./.env:/opt/app/.env
|
||||
- ./public/uploads:/opt/app/public/uploads
|
||||
ports:
|
||||
- "1337:1337"
|
||||
- "3004:1337"
|
||||
networks:
|
||||
- strapi
|
||||
depends_on:
|
||||
|
||||
11542
package-lock.json
generated
11542
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
49
package.json
49
package.json
@@ -1,40 +1,35 @@
|
||||
{
|
||||
"name": "strapi",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"description": "A Strapi application",
|
||||
"scripts": {
|
||||
"develop": "strapi develop",
|
||||
"start": "strapi start",
|
||||
"build": "strapi build",
|
||||
"strapi": "strapi",
|
||||
"deploy": "strapi deploy"
|
||||
},
|
||||
"dependencies": {
|
||||
"@iopanda/strapi-crack-ee": "^1.0.12",
|
||||
"@strapi/plugin-cloud": "4.25.8",
|
||||
"@strapi/plugin-i18n": "4.25.8",
|
||||
"@strapi/plugin-users-permissions": "4.25.8",
|
||||
"@strapi/strapi": "4.25.8",
|
||||
"passport-zitadel": "^1.1.22",
|
||||
"patch-package": "^8.0.0",
|
||||
"pg": "^8.12.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-router-dom": "5.3.4",
|
||||
"strapi-provider-email-smtp": "^1.0.3",
|
||||
"styled-components": "5.3.3"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "A Strapi developer"
|
||||
},
|
||||
"strapi": {
|
||||
"uuid": "73bb53bd-b1e5-4e73-875b-32f65fce5eb2"
|
||||
"scripts": {
|
||||
"build": "strapi build",
|
||||
"deploy": "strapi deploy",
|
||||
"develop": "strapi develop",
|
||||
"start": "strapi start",
|
||||
"strapi": "strapi"
|
||||
},
|
||||
"dependencies": {
|
||||
"@strapi/plugin-cloud": "5.1.1",
|
||||
"@strapi/plugin-users-permissions": "5.1.1",
|
||||
"@strapi/strapi": "5.1.1",
|
||||
"pg": "8.8.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-router-dom": "^6.0.0",
|
||||
"styled-components": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=20.x.x",
|
||||
"npm": ">=6.0.0"
|
||||
},
|
||||
"postinstall": "patch-package",
|
||||
"license": "MIT"
|
||||
"strapi": {
|
||||
"uuid": "73bb53bd-b1e5-4e73-875b-32f65fce5eb2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user