2024-10-29 05:37:46 +01:00
|
|
|
{
|
|
|
|
|
"name": "strapi",
|
|
|
|
|
"version": "0.1.0",
|
2024-10-30 00:11:29 +01:00
|
|
|
"private": true,
|
2024-10-29 05:37:46 +01:00
|
|
|
"description": "A Strapi application",
|
2024-10-30 00:11:29 +01:00
|
|
|
"license": "MIT",
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "A Strapi developer"
|
|
|
|
|
},
|
2024-10-29 05:37:46 +01:00
|
|
|
"scripts": {
|
2024-10-30 00:11:29 +01:00
|
|
|
"build": "strapi build",
|
|
|
|
|
"deploy": "strapi deploy",
|
2024-10-29 05:37:46 +01:00
|
|
|
"develop": "strapi develop",
|
|
|
|
|
"start": "strapi start",
|
2024-10-30 00:11:29 +01:00
|
|
|
"strapi": "strapi"
|
2024-10-29 05:37:46 +01:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-10-30 00:18:53 +01:00
|
|
|
"@strapi/plugin-cloud": "5.1.1",
|
|
|
|
|
"@strapi/plugin-users-permissions": "5.1.1",
|
|
|
|
|
"@strapi/strapi": "5.1.1",
|
2024-10-29 23:46:40 +01:00
|
|
|
"pg": "8.8.0",
|
2024-10-29 05:37:46 +01:00
|
|
|
"react": "^18.0.0",
|
|
|
|
|
"react-dom": "^18.0.0",
|
2024-10-30 00:18:53 +01:00
|
|
|
"react-router-dom": "^6.0.0",
|
|
|
|
|
"styled-components": "^6.0.0"
|
2024-10-29 05:37:46 +01:00
|
|
|
},
|
2024-10-30 00:11:29 +01:00
|
|
|
"devDependencies": {},
|
2024-10-29 05:37:46 +01:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18.0.0 <=20.x.x",
|
|
|
|
|
"npm": ">=6.0.0"
|
|
|
|
|
},
|
2024-10-30 00:11:29 +01:00
|
|
|
"strapi": {
|
|
|
|
|
"uuid": "73bb53bd-b1e5-4e73-875b-32f65fce5eb2"
|
|
|
|
|
}
|
2024-10-29 05:37:46 +01:00
|
|
|
}
|