mirror of
https://github.com/MAGICGrants/strapi.git
synced 2026-01-08 04:13:50 -05:00
38 lines
902 B
JSON
38 lines
902 B
JSON
{
|
|
"name": "campaign-site-strapi",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "A Strapi application",
|
|
"scripts": {
|
|
"build": "strapi build",
|
|
"deploy": "strapi deploy",
|
|
"develop": "strapi develop",
|
|
"start": "strapi start",
|
|
"strapi": "strapi"
|
|
},
|
|
"dependencies": {
|
|
"@strapi/plugin-cloud": "^5.31.3",
|
|
"@strapi/plugin-users-permissions": "^5.31.3",
|
|
"@strapi/provider-upload-aws-s3": "^5.31.3",
|
|
"@strapi/strapi": "^5.31.3",
|
|
"pg": "^8.13.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.22.3",
|
|
"styled-components": "^6.1.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"typescript": "^5"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.0.0 <=24.x.x",
|
|
"npm": ">=6.0.0"
|
|
},
|
|
"strapi": {
|
|
"uuid": "5abf6821-db81-4a9d-86eb-69ff422ab730"
|
|
}
|
|
}
|