-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.22 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.22 KB
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
{
"name": "nathantoombs",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi",
"env": "doppler secrets download --no-file --format env > .env",
"pull": "./scripts/pull.sh",
"db:create": "docker run -d -i --name strapi-db -p 5432:5432 -e POSTGRES_PASSWORD='' postgres"
},
"dependencies": {
"@ckeditor/strapi-plugin-ckeditor": "^0.0.9",
"@creazy231/strapi-plugin-apollo-sandbox": "^0.0.13",
"@strapi/plugin-graphql": "^4.15.0",
"@strapi/plugin-i18n": "4.15.0",
"@strapi/plugin-sentry": "^4.15.0",
"@strapi/plugin-seo": "^1.9.6",
"@strapi/plugin-users-permissions": "4.15.0",
"@strapi/provider-upload-cloudinary": "^4.15.0",
"@strapi/strapi": "4.15.0",
"pg": "^8.11.3",
"strapi-plugin-sitemap": "^3.0.5"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "4b16cbe2-79b2-4b5a-b2b0-729900fd7dab"
},
"engines": {
"node": ">=16.0.0 <=20.x.x",
"npm": ">=6.0.0"
},
"license": "MIT",
"devDependencies": {
"cross-var": "^1.1.0",
"dotenv-cli": "^7.3.0",
"webpack": "^5.89.0"
}
}