2020-12-04 20:12:49 +01:00
|
|
|
{
|
2024-11-15 16:47:14 +04:00
|
|
|
"name": "api.oki.re",
|
|
|
|
|
"description": "API de l'application web est conçue pour faciliter la transcription et la traduction automatiques de contenus musicaux.",
|
2024-02-05 09:27:38 +01:00
|
|
|
"private": false,
|
2020-12-04 20:12:49 +01:00
|
|
|
"version": "0.1.0",
|
2024-11-15 16:47:14 +04:00
|
|
|
"license": "AGPL-3.0",
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Cédric Famibelle-Pronzola",
|
2026-04-16 17:18:11 +04:00
|
|
|
"email": "contact@cedric-pronzola.dev",
|
|
|
|
|
"url": "https://cedric-pronzola.dev"
|
2024-11-15 16:47:14 +04:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://codeberg.org/OKI/api.oki.re.git"
|
|
|
|
|
},
|
2020-12-04 20:12:49 +01:00
|
|
|
"scripts": {
|
|
|
|
|
"dev": "strapi develop",
|
|
|
|
|
"start": "strapi start",
|
|
|
|
|
"build": "strapi build",
|
|
|
|
|
"strapi": "strapi"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {},
|
|
|
|
|
"dependencies": {
|
2026-04-16 12:19:37 +04:00
|
|
|
"@strapi/plugin-i18n": "4.26.1",
|
|
|
|
|
"@strapi/plugin-users-permissions": "4.26.1",
|
|
|
|
|
"@strapi/provider-email-nodemailer": "^4.26.1",
|
|
|
|
|
"@strapi/strapi": "4.26.1",
|
2026-04-16 21:39:56 +04:00
|
|
|
"better-sqlite3": "^12.9.0",
|
2022-12-09 00:05:42 +04:00
|
|
|
"diff": "^5.1.0",
|
2023-11-13 20:44:54 +04:00
|
|
|
"react": "^18.0.0",
|
|
|
|
|
"react-dom": "^18.0.0",
|
|
|
|
|
"react-router-dom": "^5.2.0",
|
2022-05-20 14:56:56 +04:00
|
|
|
"slugify": "^1.6.5",
|
2026-04-16 21:39:56 +04:00
|
|
|
"styled-components": "^5.2.1",
|
|
|
|
|
"yup": "^1.7.1"
|
2020-12-04 20:12:49 +01:00
|
|
|
},
|
|
|
|
|
"strapi": {
|
2023-04-02 12:23:52 +04:00
|
|
|
"uuid": "d65204fd-feec-4e3e-9c49-a3840f7104a8",
|
|
|
|
|
"telemetryDisabled": true
|
2020-12-04 20:12:49 +01:00
|
|
|
},
|
|
|
|
|
"engines": {
|
2026-04-16 12:19:37 +04:00
|
|
|
"node": ">=18.0.0 <=20.x.x",
|
2020-12-04 20:12:49 +01:00
|
|
|
"npm": ">=6.0.0"
|
2024-11-15 16:47:14 +04:00
|
|
|
}
|
2020-12-04 20:12:49 +01:00
|
|
|
}
|