-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.89 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "pof-backend-v2",
"version": "0.1.0",
"private": true,
"description": "A Strapi application",
"license": "MIT",
"author": {
"name": "A Strapi developer"
},
"scripts": {
"build": "strapi build",
"develop": "strapi develop",
"gcp-build": "strapi build",
"postinstall": "patch-package",
"start": "node ./server.js",
"strapi": "strapi",
"test": "jest --forceExit --detectOpenHandles"
},
"jest": {
"testEnvironment": "node",
"testPathIgnorePatterns": [
"/node_modules/",
".tmp",
".cache"
],
"testTimeout": 60000
},
"dependencies": {
"@tinymce/tinymce-react": "3.12.6",
"axios": "0.21.4",
"axios-retry": "3.1.9",
"clean-deep": "3.4.0",
"knex": "0.21.18",
"pg": "8.6.0",
"react-quill": "1.3.5",
"showdown": "1.9.1",
"sqlite3": "5.0.0",
"strapi": "3.6.11",
"strapi-admin": "3.6.11",
"strapi-connector-bookshelf": "3.6.11",
"strapi-hook-algolia": "3.6.0",
"strapi-middleware-cache": "1.5.0",
"strapi-plugin-content-manager": "3.6.11",
"strapi-plugin-content-type-builder": "3.6.11",
"strapi-plugin-documentation": "3.6.11",
"strapi-plugin-email": "3.6.11",
"strapi-plugin-i18n": "3.6.11",
"strapi-plugin-migrate": "3.6.2",
"strapi-plugin-upload": "3.6.11",
"strapi-plugin-users-permissions": "3.6.11",
"strapi-provider-email-sendgrid": "3.6.11",
"strapi-provider-upload-azure-storage": "1.1.3",
"strapi-utils": "3.6.11"
},
"devDependencies": {
"algoliasearch": "4.10.4",
"axios-rate-limit": "1.3.0",
"form-data": "4.0.0",
"jest": "26.6.3",
"needle": "2.6.0",
"patch-package": "6.4.7",
"postinstall-postinstall": "2.1.0",
"supertest": "6.1.3",
"yargs": "17.0.1"
},
"engines": {
"node": "14.x.x || 16.x.x",
"npm": "^6.0.0"
},
"strapi": {
"uuid": "f874c59e-fcd5-4d24-86ae-b255ad184ceb"
}
}