-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
93 lines (93 loc) · 2.85 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "prototypr-backend",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"dependencies": {
"@prototypr/prototypr-assistant": "0.0.60",
"@prototypr/strapi-image-enhance": "^0.0.8",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@strapi/icons": "1.15.0",
"@strapi/plugin-graphql": "4.11.4",
"@strapi/plugin-i18n": "4.11.4",
"@strapi/plugin-sentry": "4.11.4",
"@strapi/plugin-users-permissions": "4.11.4",
"@strapi/provider-email-mailgun": "4.11.4",
"@strapi/provider-email-sendgrid": "4.11.4",
"@strapi/strapi": "4.11.4",
"@tiptap/core": "^2.2.4",
"@tiptap/extension-bold": "^2.2.4",
"@tiptap/extension-bullet-list": "^2.2.4",
"@tiptap/extension-code-block": "^2.2.4",
"@tiptap/extension-document": "^2.2.4",
"@tiptap/extension-dropcursor": "^2.2.4",
"@tiptap/extension-gapcursor": "^2.2.4",
"@tiptap/extension-hard-break": "^2.2.4",
"@tiptap/extension-heading": "^2.2.4",
"@tiptap/extension-history": "^2.2.4",
"@tiptap/extension-horizontal-rule": "^2.2.4",
"@tiptap/extension-italic": "^2.2.4",
"@tiptap/extension-link": "^2.2.4",
"@tiptap/extension-list-item": "^2.2.4",
"@tiptap/extension-ordered-list": "^2.2.4",
"@tiptap/extension-paragraph": "^2.2.4",
"@tiptap/extension-placeholder": "^2.2.4",
"@tiptap/extension-text": "^2.2.4",
"@tiptap/extension-underline": "^2.2.4",
"@tiptap/extension-youtube": "^2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/react": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"ai": "^3.0.7",
"clsx": "^2.1.0",
"dotenv": "^16.4.5",
"email-validator": "^2.0.4",
"fbemitter": "^3.0.0",
"file-type": "^19.0.0",
"form-data": "^4.0.0",
"html-react-parser": "^1.4.10",
"jwt-decode": "^3.1.2",
"lucide-react": "^0.350.0",
"mime-types": "^2.1.35",
"nanoid": "^3.3.4",
"node-fetch": "^3.2.3",
"novel": "^0.2.8",
"pg": "8.6.0",
"react-icons": "4.3.1",
"react-waypoint": "^10.3.0",
"request": "^2.88.2",
"sharp": "^0.33.2",
"slugify": "^1.6.6",
"strapi-plugin-config-sync": "^1.1.3",
"strapi-plugin-meilisearch": "^0.8.2",
"strapi-provider-upload-dos": "^4.0.5",
"stripe": "^8.210.0",
"tippy.js": "^6.3.7",
"use-debounce": "^10.0.0"
},
"resolutions": {
"sharp": "0.33.2"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "cff42bcb-4406-4e88-9865-43b25c6ca9b5"
},
"engines": {
"node": "18.17.0",
"npm": ">=6.0.0"
},
"license": "MIT"
}