init
This commit is contained in:
40
package.json
Normal file
40
package.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "strapi",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"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"
|
||||
},
|
||||
"author": {
|
||||
"name": "A Strapi developer"
|
||||
},
|
||||
"strapi": {
|
||||
"uuid": "73bb53bd-b1e5-4e73-875b-32f65fce5eb2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=20.x.x",
|
||||
"npm": ">=6.0.0"
|
||||
},
|
||||
"postinstall": "patch-package",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user