-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.95 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
74
{
"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": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@sklinet/strapi-plugin-tinymce": "^1.0.6",
"@strapi/design-system": "1.13.1",
"@strapi/helper-plugin": "4.25.16",
"@strapi/plugin-documentation": "4.25.16",
"@strapi/plugin-i18n": "4.25.16",
"@strapi/plugin-users-permissions": "4.25.16",
"@strapi/provider-email-sendgrid": "4.25.16",
"@strapi/strapi": "4.25.16",
"@tinymce/tinymce-react": "3.12.6",
"axios": "0.22.0",
"axios-retry": "3.1.9",
"better-sqlite3": "^7.6.2",
"clean-deep": "3.4.0",
"knex": "0.21.18",
"pg": "8.13.1",
"react-quill": "1.3.5",
"showdown": "1.9.1",
"strapi-plugin-navigation": "2.5.3",
"strapi-plugin-transformer": "3.1.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "5.3.4",
"styled-components": "5.3.3"
},
"devDependencies": {
"algoliasearch": "4.10.4",
"axios-rate-limit": "1.3.0",
"form-data": "4.0.0",
"jest": "29.7.0",
"needle": "2.6.0",
"patch-package": "6.4.7",
"postinstall-postinstall": "2.1.0",
"supertest": "6.1.3",
"yargs": "17.0.1"
},
"engines": {
"node": ">=16.x.x <=18.x.x",
"npm": "^6.0.0"
},
"strapi": {
"uuid": "f874c59e-fcd5-4d24-86ae-b255ad184ceb"
}
}