-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "api-portefolio-v-6",
"private": true,
"version": "1.0.0",
"description": "API For my Portefolio",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"better-sqlite3": "11.8.1",
"husky": "9.1.7",
"jest": "29.7.0",
"lint-staged": "15.2.9",
"sqlite3": "5.1.7",
"supertest": "6.3.4"
},
"dependencies": {
"@retikolo/drag-drop-content-types": "1.7.1",
"@strapi/plugin-documentation": "4.25.19",
"@strapi/plugin-i18n": "4.25.13",
"@strapi/plugin-users-permissions": "4.25.19",
"@strapi/strapi": "4.25.19",
"lodash": "4.17.21",
"pg": "8.13.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"strapi-plugin-auto-alt-caption-title-on-images-ai-enhanced": "1.0.132",
"strapi-plugin-populate-deep": "3.0.1",
"strapi-plugin-translate": "1.2.7",
"strapi-provider-cloudflare-r2": "0.3.0",
"strapi-provider-translate-deepl": "1.1.15",
"react-router-dom": "5.3.4",
"styled-components": "5.3.11"
},
"author": {
"name": "Andy Cinquin"
},
"strapi": {
"uuid": "fb64a6bf-904a-4e28-80bd-b93ab994b295"
},
"engines": {
"node": "20.x"
},
"license": "MIT"
}