You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
539 B

{
"name": "website",
"private": true,
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi",
"deploy": "strapi deploy"
},
"dependencies": {
"@strapi/plugin-cloud": "^5.0.0",
"@strapi/plugin-graphql": "^5.0.0",
"@strapi/plugin-users-permissions": "^5.0.0",
"@strapi/strapi": "^5.0.0",
"lodash": "^4.17.19",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0",
"styled-components": "^6.0.0"
}
}