first commit
This commit is contained in:
37
package.json
Executable file
37
package.json
Executable file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "mh-strapi-4-25-20",
|
||||
"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": {
|
||||
"@_sh/strapi-plugin-ckeditor": "^3.0.9",
|
||||
"@strapi/plugin-cloud": "4.25.20",
|
||||
"@strapi/plugin-i18n": "4.25.20",
|
||||
"@strapi/plugin-users-permissions": "4.25.20",
|
||||
"@strapi/strapi": "4.25.20",
|
||||
"mysql": "2.18.1",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-router-dom": "5.3.4",
|
||||
"strapi-plugin-import-export-entries": "^1.23.1",
|
||||
"styled-components": "5.3.3"
|
||||
},
|
||||
"author": {
|
||||
"name": "A Strapi developer"
|
||||
},
|
||||
"strapi": {
|
||||
"uuid": "a19d6bbd-6fe5-44c7-94fa-77d7791a0057"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0 <=20.x.x",
|
||||
"npm": ">=6.0.0"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user