-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.28 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
{
"dependencies": {
"@_sh/strapi-plugin-ckeditor": "1.1.3",
"@strapi/plugin-graphql": "^4.12.1",
"@strapi/plugin-i18n": "^4.12.1",
"@strapi/plugin-sentry": "^4.12.1",
"@strapi/plugin-seo": "^1.9.2",
"@strapi/plugin-users-permissions": "^4.12.1",
"@strapi/provider-email-sendgrid": "^4.12.1",
"@strapi/provider-upload-aws-s3": "^4.12.1",
"@strapi/strapi": "^4.12.1",
"lodash": "^4.17.21",
"pg": "^8.8.0",
"pg-connection-string": "^2.5.0",
"sitemap": "^7.1.1"
},
"name": "origin-cms",
"private": true,
"version": "0.1.0",
"description": "OriginProtocol CMS backend",
"scripts": {
"develop": "strapi develop",
"develop:admin": "strapi develop watch-admin",
"clean": "rm -rf .cache && rm -rf build",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi",
"prettier": "prettier --write \"src/**/*.js\" \"config/**/*.js\"",
"prettier:check": "prettier -c \"src/**/*.js\" \"config/**/*.js\"",
"lint": "eslint . && npm run prettier:check"
},
"devDependencies": {
"@babel/eslint-parser": "^7.5.4",
"eslint": "^8.24.0",
"prettier": "^2.7.1"
},
"author": {
"name": "Origin Protocol"
},
"strapi": {
"uuid": "d4441a0b-d82c-4709-9d37-dded2d4ba2ac"
},
"license": "MIT"
}