Files
strapi/package.json

37 lines
834 B
JSON
Raw Normal View History

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:11:29 +01:00
"@strapi/plugin-cloud": "4.25.14",
"@strapi/plugin-i18n": "4.25.14",
"@strapi/plugin-users-permissions": "4.25.14",
"@strapi/strapi": "4.25.14",
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",
"react-router-dom": "5.3.4",
"styled-components": "5.3.3"
},
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
}