-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "core-bandas-1-album",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"devDependencies": {},
"dependencies": {
"@strapi/plugin-graphql": "^4.25.0",
"@strapi/plugin-i18n": "4.25.0",
"@strapi/plugin-seo": "^1.9.1",
"@strapi/plugin-users-permissions": "4.25.0",
"@strapi/provider-upload-cloudinary": "^4.15.5",
"@strapi/strapi": "4.25.0",
"better-sqlite3": "11.0.0",
"cloudinary": "^1.41.0",
"pg": "^8.11.0",
"pg-connection-string": "^2.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^5.2.0",
"sharp": "^0.33.4",
"slugify": "^1.6.5",
"strapi-plugin-import-export-entries": "^1.23.1",
"strapi-plugin-slugify": "^2.3.2",
"styled-components": "^5.2.1"
},
"author": {
"name": "Kevin Oliveira"
},
"strapi": {
"uuid": "b7e96212-5bee-4dc5-a57e-1bba110f16f9"
},
"engines": {
"node": "18.x.x",
"npm": "6.x",
"yarn": "1.x"
},
"license": "MIT"
}