Files
api.gong.gp/package.json
T

44 lines
1.1 KiB
JSON
Raw Normal View History

2024-03-10 16:58:40 +01: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",
2026-04-16 16:25:01 +04:00
"@strapi/plugin-cloud": "4.26.1",
"@strapi/plugin-i18n": "4.26.1",
"@strapi/plugin-users-permissions": "4.26.1",
"@strapi/strapi": "4.26.1",
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-03-10 16:58:40 +01:00
}