2021-12-31 13:28:04 +01:00
|
|
|
{
|
2024-05-08 21:38:32 +02:00
|
|
|
"name": "strapi-5-beta",
|
2021-12-31 13:28:04 +01:00
|
|
|
"private": true,
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "A Strapi application",
|
|
|
|
"scripts": {
|
|
|
|
"develop": "strapi develop",
|
|
|
|
"start": "strapi start",
|
|
|
|
"build": "strapi build",
|
|
|
|
"strapi": "strapi",
|
|
|
|
"cs": "config-sync"
|
|
|
|
},
|
2024-05-08 21:45:04 +02:00
|
|
|
"devDependencies": {
|
2025-06-28 17:21:16 +02:00
|
|
|
"@types/node": "^24.0.7",
|
|
|
|
"@types/react": "^19.1.8",
|
|
|
|
"@types/react-dom": "^19.1.6",
|
2024-05-08 21:45:04 +02:00
|
|
|
"jest": "^29.7.0",
|
|
|
|
"jest-cli": "^29.7.0",
|
2024-10-12 17:14:26 +02:00
|
|
|
"supertest": "^6.3.3",
|
2025-06-28 17:21:16 +02:00
|
|
|
"typescript": "^5.8.3",
|
2024-10-12 17:14:26 +02:00
|
|
|
"yalc": "^1.0.0-pre.53"
|
2024-05-08 21:45:04 +02:00
|
|
|
},
|
2021-12-31 13:28:04 +01:00
|
|
|
"dependencies": {
|
2025-06-29 11:35:04 +02:00
|
|
|
"@strapi/plugin-cloud": "5.16.0",
|
|
|
|
"@strapi/plugin-users-permissions": "5.16.0",
|
|
|
|
"@strapi/strapi": "5.16.0",
|
2024-05-08 21:38:32 +02:00
|
|
|
"better-sqlite3": "9.4.3",
|
2023-12-02 11:42:48 +01:00
|
|
|
"react": "^18.0.0",
|
|
|
|
"react-dom": "^18.0.0",
|
2024-05-08 21:38:32 +02:00
|
|
|
"react-router-dom": "^6.0.0",
|
2024-10-12 16:46:36 +02:00
|
|
|
"strapi-plugin-config-sync": "link:.yalc/strapi-plugin-config-sync",
|
2024-05-31 08:34:23 +02:00
|
|
|
"styled-components": "^6.0.0"
|
2021-12-31 13:28:04 +01:00
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "A Strapi developer"
|
|
|
|
},
|
|
|
|
"strapi": {
|
2024-05-08 21:38:32 +02:00
|
|
|
"uuid": "edadddbd-0f25-4da7-833b-d4cd7dcae2fc"
|
2021-12-31 13:28:04 +01:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-05-08 21:38:32 +02:00
|
|
|
"node": ">=18.0.0 <=20.x.x",
|
2021-12-31 13:28:04 +01:00
|
|
|
"npm": ">=6.0.0"
|
|
|
|
},
|
|
|
|
"license": "MIT"
|
|
|
|
}
|