-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 3.78 KB
/
Copy pathpackage.json
File metadata and controls
114 lines (114 loc) · 3.78 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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "@cocreate/website",
"version": "1.0.0",
"description": "CoCreate's website contains description and features of CoCreate No Code platform. The plaform was built using COCreateJS a low code framework",
"keywords": [
"website-template",
"low-code",
"realtime",
"realtime-framework",
"collaboration",
"shared-editing",
"html5-framework",
"javascript-framework"
],
"publishConfig": {
"access": "restricted"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CoCreate-app/CoCreate-website.git"
},
"author": "CoCreate LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoCreate-app/CoCreate-website/issues"
},
"homepage": "https://cocreate.app/docs/website-template",
"funding": {
"type": "GitHub Sponsors ❤",
"url": "https://github.com/sponsors/CoCreate-app"
},
"devDependencies": {
"@cocreate/webpack": "^1.4.1"
},
"dependencies": {
"@cocreate/cocreatejs": "^1.77.1"
},
"allowScripts": {
"@cocreate/webpack@1.4.3": true,
"@cocreate/actions@1.21.4": true,
"@cocreate/aos@1.1.3": true,
"@cocreate/api@1.22.5": true,
"@cocreate/aria@1.2.0": true,
"@cocreate/attributes@1.15.4": true,
"@cocreate/cache@1.6.3": true,
"@cocreate/calculate@1.17.0": true,
"@cocreate/charts@1.13.4": true,
"@cocreate/clipboard@1.1.1": true,
"@cocreate/clone@1.11.4": true,
"@cocreate/cocreatecss@1.21.3": true,
"@cocreate/cocreatejs@1.77.1": true,
"@cocreate/codearea@1.13.5": true,
"@cocreate/conditional-logic@1.12.4": true,
"@cocreate/config@1.13.4": true,
"@cocreate/crdt@1.28.3": true,
"@cocreate/croppie@1.11.4": true,
"@cocreate/crud-client@1.34.6": true,
"@cocreate/css-parser@1.17.1": true,
"@cocreate/cursors@1.24.4": true,
"@cocreate/dnd@0.32.4": true,
"@cocreate/domain@1.14.3": true,
"@cocreate/element-config@1.12.4": true,
"@cocreate/element-prototype@1.31.4": true,
"@cocreate/elements@1.42.9": true,
"@cocreate/events@1.30.1": true,
"@cocreate/fabric@1.2.3": true,
"@cocreate/ffmpeg@1.2.3": true,
"@cocreate/filter@1.33.6": true,
"@cocreate/floating-label@1.16.3": true,
"@cocreate/fullcalendar@1.12.5": true,
"@cocreate/fullscreen@1.12.5": true,
"@cocreate/google-maps@1.12.4": true,
"@cocreate/indexeddb@1.23.4": true,
"@cocreate/industry@1.22.4": true,
"@cocreate/lazy-loader@1.23.7": true,
"@cocreate/link@1.12.4": true,
"@cocreate/local-storage@1.16.5": true,
"@cocreate/marked@1.3.3": true,
"@cocreate/modal@1.18.3": true,
"@cocreate/notification@1.7.2": true,
"@cocreate/observer@1.19.0": true,
"@cocreate/openai@1.12.2": true,
"@cocreate/organizations@1.30.1": true,
"@cocreate/parallax@1.10.3": true,
"@cocreate/pickr@1.13.4": true,
"@cocreate/plugins@1.3.0": true,
"@cocreate/position@1.10.4": true,
"@cocreate/print@1.0.4": true,
"@cocreate/prism@1.15.4": true,
"@cocreate/progress@1.11.4": true,
"@cocreate/pwa@1.22.3": true,
"@cocreate/random-color@1.12.4": true,
"@cocreate/remove@1.12.4": true,
"@cocreate/render@1.46.1": true,
"@cocreate/resize@1.14.3": true,
"@cocreate/rich-text@1.11.3": true,
"@cocreate/scroll@1.14.0": true,
"@cocreate/search@1.10.3": true,
"@cocreate/select@1.17.5": true,
"@cocreate/selection@1.14.3": true,
"@cocreate/social-share@1.11.3": true,
"@cocreate/socket-client@1.40.5": true,
"@cocreate/state@1.25.1": true,
"@cocreate/text@1.28.5": true,
"@cocreate/toolbar@1.18.5": true,
"@cocreate/unique@1.20.5": true,
"@cocreate/users@1.39.4": true,
"@cocreate/utils@1.42.2": true,
"@cocreate/uuid@1.12.4": true,
"@cocreate/validation@1.16.4": true,
"@cocreate/vdom@1.13.4": true,
"core-js@3.37.0": true
}
}