-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "strapi",
"version": "0.1.0",
"private": true,
"description": "A Strapi application",
"license": "MIT",
"author": {
"name": "A Strapi developer"
},
"scripts": {
"build": "strapi build",
"develop": "strapi develop",
"start": "strapi start",
"strapi": "strapi"
},
"dependencies": {
"@amicaldo/strapi-google-maps": "^1.1.3",
"@strapi/plugin-color-picker": "^4.15.5",
"@strapi/plugin-i18n": "4.15.5",
"@strapi/plugin-seo": "^1.9.8",
"@strapi/plugin-users-permissions": "4.19.0",
"@strapi/provider-upload-cloudinary": "4.15.4",
"@strapi/strapi": "4.15.5",
"pg": "8.11.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^5.2.0",
"strapi-location-field-plugin": "^1.2.2",
"strapi-plugin-multi-select": "^1.2.3",
"strapi-plugin-populate-deep": "^3.0.1",
"strapi-plugin-react-icons": "^0.2.1",
"styled-components": "^5.2.1"
},
"engines": {
"node": "20"
},
"strapi": {
"uuid": "35d7a084-3088-4d0b-869e-f503693ee8e5"
}
}