2024-03-10 16:58:40 +01:00
|
|
|
{
|
2024-11-15 17:32:35 +04:00
|
|
|
"name": "api.gong.gp",
|
|
|
|
|
"private": false,
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Groupe d'organisation nationale de la Guadeloupe. (API)",
|
|
|
|
|
"license": "AGPL-3.0",
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Cédric Famibelle-Pronzola",
|
|
|
|
|
"email": "contact@cedric-pronzola.re",
|
|
|
|
|
"url": "https://cedric-pronzola.re"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://codeberg.org/OKI/api.nuvel.nu.git"
|
|
|
|
|
},
|
2024-03-10 16:58:40 +01:00
|
|
|
"scripts": {
|
|
|
|
|
"dev": "strapi develop",
|
|
|
|
|
"start": "strapi start",
|
|
|
|
|
"build": "strapi build",
|
|
|
|
|
"strapi": "strapi"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {},
|
|
|
|
|
"dependencies": {
|
2024-03-13 06:53:22 +01:00
|
|
|
"@ckeditor/strapi-plugin-ckeditor": "^0.0.10",
|
2024-04-17 21:07:29 +04:00
|
|
|
"@strapi/plugin-cloud": "4.23.0",
|
|
|
|
|
"@strapi/plugin-i18n": "4.23.0",
|
|
|
|
|
"@strapi/plugin-users-permissions": "4.23.0",
|
|
|
|
|
"@strapi/strapi": "4.23.0",
|
2024-03-10 16:58:40 +01:00
|
|
|
"better-sqlite3": "8.6.0",
|
2024-03-13 06:53:22 +01:00
|
|
|
"date-fns": "^3.4.0",
|
2024-03-10 16:58:40 +01:00
|
|
|
"react": "^18.0.0",
|
|
|
|
|
"react-dom": "^18.0.0",
|
|
|
|
|
"react-router-dom": "5.3.4",
|
|
|
|
|
"styled-components": "5.3.3"
|
|
|
|
|
},
|
|
|
|
|
"strapi": {
|
|
|
|
|
"uuid": "f92d2051-2666-477d-8e5d-9ab4b4622c6d"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18.0.0 <=20.x.x",
|
|
|
|
|
"npm": ">=6.0.0"
|
2024-11-15 17:32:35 +04:00
|
|
|
}
|
2024-03-10 16:58:40 +01:00
|
|
|
}
|