Skip to content

Commit 0cc95e7

Browse files
committed
feat: Update cocreate dependencies for the latest features and bug fixes
1 parent e1b68ce commit 0cc95e7

File tree

1 file changed

+130
-130
lines changed

1 file changed

+130
-130
lines changed

package.json

Lines changed: 130 additions & 130 deletions
Original file line numberDiff line numberDiff line change
@@ -1,132 +1,132 @@
11
{
2-
"name": "@cocreate/cocreatejs",
3-
"version": "1.57.17",
4-
"description": "A collaborative low code headless CMS and Javascript framework for building collaborative no code platforms, apps and UI's. Build powerful applications using HTML5 attributes or Javascript api.",
5-
"keywords": [
6-
"cocreatejs",
7-
"cocreate",
8-
"low-code-framework",
9-
"no-code-framework",
10-
"cocreatejs",
11-
"cocreatejs-component",
12-
"cocreate-framework",
13-
"no-code",
14-
"low-code",
15-
"collaborative-framework",
16-
"realtime",
17-
"realtime-framework",
18-
"collaboration",
19-
"shared-editing",
20-
"html5-framework",
21-
"javascript-framework"
22-
],
23-
"publishConfig": {
24-
"access": "public"
25-
},
26-
"scripts": {
27-
"start": "npx webpack --config webpack.config.js ",
28-
"build": "npx webpack --mode=production --config webpack.config.js",
29-
"dev": "npx webpack --config webpack.config.js --watch",
30-
"postinstall": "node -e \"const { execSync } = require('child_process'); try { execSync('coc --version', { stdio: 'ignore' }); } catch (error) { try { execSync('npm install -g @cocreate/cli', { stdio: 'inherit' }); console.log('Installed \"@cocreate/cli\" globally.'); } catch (error) { console.error('Failed to install \"@cocreate/cli\" globally:', error); } }\""
31-
},
32-
"repository": {
33-
"type": "git",
34-
"url": "git+https://github.com/CoCreate-app/CoCreateJS.git"
35-
},
36-
"author": "CoCreate LLC",
37-
"license": "MIT",
38-
"bugs": {
39-
"url": "https://github.com/CoCreate-app/CoCreateJS/issues"
40-
},
41-
"homepage": "https://cocreate.app",
42-
"funding": {
43-
"type": "GitHub Sponsors ❤",
44-
"url": "https://github.com/sponsors/CoCreate-app"
45-
},
46-
"main": "./src/index.js",
47-
"devDependencies": {
48-
"@babel/core": "^7.9.6",
49-
"@babel/preset-env": "^7.9.6",
50-
"@cocreate/cli": "^1.37.0",
51-
"babel-loader": "^8.1.0",
52-
"clean-webpack-plugin": "^3.0.0",
53-
"css-loader": "^5.2.6",
54-
"css-minimizer-webpack-plugin": "^3.0.0",
55-
"file-loader": "^6.2.0",
56-
"mini-css-extract-plugin": "^1.4.0",
57-
"sass-loader": "^12.1.0",
58-
"style-loader": "^3.3.1",
59-
"svg-loader": "^0.0.2",
60-
"terser-webpack-plugin": "5.1.0",
61-
"url-loader": "^4.1.1",
62-
"webpack": "^5.39.1",
63-
"webpack-bundle-analyzer": "^4.4.0",
64-
"webpack-cli": "^4.7.2",
65-
"webpack-log": "^3.0.1"
66-
},
67-
"dependencies": {
68-
"@cocreate/actions": "^1.9.0",
69-
"@cocreate/api": "^1.11.0",
70-
"@cocreate/attributes": "^1.8.0",
71-
"@cocreate/calculation": "^1.8.0",
72-
"@cocreate/charts": "^1.7.0",
73-
"@cocreate/clone": "^1.5.0",
74-
"@cocreate/cocreatecss": "^1.13.0",
75-
"@cocreate/codearea": "^1.5.0",
76-
"@cocreate/conditional-logic": "^1.6.0",
77-
"@cocreate/config": "^1.2.0",
78-
"@cocreate/crdt": "^1.19.0",
79-
"@cocreate/croppie": "^1.4.0",
80-
"@cocreate/crud-client": "^1.22.0",
81-
"@cocreate/css-parser": "^1.8.0",
82-
"@cocreate/cursors": "^1.17.0",
83-
"@cocreate/dnd": "^0.25.0",
84-
"@cocreate/domain": "^1.7.0",
85-
"@cocreate/element-config": "^1.6.0",
86-
"@cocreate/element-prototype": "^1.9.0",
87-
"@cocreate/elements": "^1.18.0",
88-
"@cocreate/events": "^1.11.0",
89-
"@cocreate/file": "^1.4.0",
90-
"@cocreate/filter": "^1.20.0",
91-
"@cocreate/floating-label": "^1.8.0",
92-
"@cocreate/fullcalendar": "^1.6.0",
93-
"@cocreate/fullscreen": "^1.6.0",
94-
"@cocreate/indexeddb": "^1.11.0",
95-
"@cocreate/industry": "^1.12.0",
96-
"@cocreate/lazy-loader": "^1.4.0",
97-
"@cocreate/link": "^1.5.0",
98-
"@cocreate/local-storage": "^1.8.0",
99-
"@cocreate/message-client": "^1.4.0",
100-
"@cocreate/modal": "^1.11.0",
101-
"@cocreate/observer": "^1.9.0",
102-
"@cocreate/organizations": "^1.16.0",
103-
"@cocreate/parallax": "^1.4.0",
104-
"@cocreate/pass": "^1.13.0",
105-
"@cocreate/pickr": "^1.7.0",
106-
"@cocreate/position": "^1.4.0",
107-
"@cocreate/prism": "^1.7.1",
108-
"@cocreate/progress": "^1.5.0",
109-
"@cocreate/pwa": "^1.7.0",
110-
"@cocreate/random-color": "^1.5.0",
111-
"@cocreate/remove": "^1.6.0",
112-
"@cocreate/render": "^1.25.0",
113-
"@cocreate/resize": "^1.6.0",
114-
"@cocreate/resize-observer": "^1.4.0",
115-
"@cocreate/rich-text": "^1.5.0",
116-
"@cocreate/scroll": "^1.6.0",
117-
"@cocreate/search": "^1.4.0",
118-
"@cocreate/select": "^1.11.0",
119-
"@cocreate/selection": "^1.7.0",
120-
"@cocreate/signup-animation": "^1.3.0",
121-
"@cocreate/social-share": "^1.4.0",
122-
"@cocreate/socket-client": "^1.24.0",
123-
"@cocreate/text": "^1.21.0",
124-
"@cocreate/toolbar": "^1.11.0",
125-
"@cocreate/unique": "^1.12.0",
126-
"@cocreate/users": "^1.23.0",
127-
"@cocreate/utils": "^1.22.0",
128-
"@cocreate/uuid": "^1.5.0",
129-
"@cocreate/validation": "^1.9.0",
130-
"@cocreate/vdom": "^1.7.0"
131-
}
2+
"name": "@cocreate/cocreatejs",
3+
"version": "1.57.17",
4+
"description": "A collaborative low code headless CMS and Javascript framework for building collaborative no code platforms, apps and UI's. Build powerful applications using HTML5 attributes or Javascript api.",
5+
"keywords": [
6+
"cocreatejs",
7+
"cocreate",
8+
"low-code-framework",
9+
"no-code-framework",
10+
"cocreatejs",
11+
"cocreatejs-component",
12+
"cocreate-framework",
13+
"no-code",
14+
"low-code",
15+
"collaborative-framework",
16+
"realtime",
17+
"realtime-framework",
18+
"collaboration",
19+
"shared-editing",
20+
"html5-framework",
21+
"javascript-framework"
22+
],
23+
"publishConfig": {
24+
"access": "public"
25+
},
26+
"scripts": {
27+
"start": "npx webpack --config webpack.config.js ",
28+
"build": "npx webpack --mode=production --config webpack.config.js",
29+
"dev": "npx webpack --config webpack.config.js --watch",
30+
"postinstall": "node -e \"const { execSync } = require('child_process'); try { execSync('coc --version', { stdio: 'ignore' }); } catch (error) { try { execSync('npm install -g @cocreate/cli', { stdio: 'inherit' }); console.log('Installed \"@cocreate/cli\" globally.'); } catch (error) { console.error('Failed to install \"@cocreate/cli\" globally:', error); } }\""
31+
},
32+
"repository": {
33+
"type": "git",
34+
"url": "git+https://github.com/CoCreate-app/CoCreateJS.git"
35+
},
36+
"author": "CoCreate LLC",
37+
"license": "MIT",
38+
"bugs": {
39+
"url": "https://github.com/CoCreate-app/CoCreateJS/issues"
40+
},
41+
"homepage": "https://cocreate.app",
42+
"funding": {
43+
"type": "GitHub Sponsors ❤",
44+
"url": "https://github.com/sponsors/CoCreate-app"
45+
},
46+
"main": "./src/index.js",
47+
"devDependencies": {
48+
"@babel/core": "^7.9.6",
49+
"@babel/preset-env": "^7.9.6",
50+
"@cocreate/cli": "^1.39.0",
51+
"babel-loader": "^8.1.0",
52+
"clean-webpack-plugin": "^3.0.0",
53+
"css-loader": "^5.2.6",
54+
"css-minimizer-webpack-plugin": "^3.0.0",
55+
"file-loader": "^6.2.0",
56+
"mini-css-extract-plugin": "^1.4.0",
57+
"sass-loader": "^12.1.0",
58+
"style-loader": "^3.3.1",
59+
"svg-loader": "^0.0.2",
60+
"terser-webpack-plugin": "5.1.0",
61+
"url-loader": "^4.1.1",
62+
"webpack": "^5.39.1",
63+
"webpack-bundle-analyzer": "^4.4.0",
64+
"webpack-cli": "^4.7.2",
65+
"webpack-log": "^3.0.1"
66+
},
67+
"dependencies": {
68+
"@cocreate/actions": "^1.11.0",
69+
"@cocreate/api": "^1.13.0",
70+
"@cocreate/attributes": "^1.10.0",
71+
"@cocreate/calculation": "^1.10.0",
72+
"@cocreate/charts": "^1.9.0",
73+
"@cocreate/clone": "^1.7.0",
74+
"@cocreate/cocreatecss": "^1.15.0",
75+
"@cocreate/codearea": "^1.7.0",
76+
"@cocreate/conditional-logic": "^1.8.0",
77+
"@cocreate/config": "^1.5.0",
78+
"@cocreate/crdt": "^1.21.0",
79+
"@cocreate/croppie": "^1.6.0",
80+
"@cocreate/crud-client": "^1.24.0",
81+
"@cocreate/css-parser": "^1.10.0",
82+
"@cocreate/cursors": "^1.19.0",
83+
"@cocreate/dnd": "^0.27.0",
84+
"@cocreate/domain": "^1.9.0",
85+
"@cocreate/element-config": "^1.8.0",
86+
"@cocreate/element-prototype": "^1.11.0",
87+
"@cocreate/elements": "^1.20.0",
88+
"@cocreate/events": "^1.13.0",
89+
"@cocreate/file": "^1.6.1",
90+
"@cocreate/filter": "^1.22.0",
91+
"@cocreate/floating-label": "^1.10.0",
92+
"@cocreate/fullcalendar": "^1.8.0",
93+
"@cocreate/fullscreen": "^1.8.0",
94+
"@cocreate/indexeddb": "^1.13.0",
95+
"@cocreate/industry": "^1.14.0",
96+
"@cocreate/lazy-loader": "^1.6.0",
97+
"@cocreate/link": "^1.7.0",
98+
"@cocreate/local-storage": "^1.10.0",
99+
"@cocreate/message-client": "^1.6.0",
100+
"@cocreate/modal": "^1.13.0",
101+
"@cocreate/observer": "^1.11.0",
102+
"@cocreate/organizations": "^1.18.0",
103+
"@cocreate/parallax": "^1.6.0",
104+
"@cocreate/pass": "^1.15.0",
105+
"@cocreate/pickr": "^1.9.0",
106+
"@cocreate/position": "^1.6.0",
107+
"@cocreate/prism": "^1.8.0",
108+
"@cocreate/progress": "^1.7.0",
109+
"@cocreate/pwa": "^1.9.0",
110+
"@cocreate/random-color": "^1.7.0",
111+
"@cocreate/remove": "^1.8.0",
112+
"@cocreate/render": "^1.27.0",
113+
"@cocreate/resize": "^1.8.0",
114+
"@cocreate/resize-observer": "^1.6.0",
115+
"@cocreate/rich-text": "^1.7.0",
116+
"@cocreate/scroll": "^1.8.0",
117+
"@cocreate/search": "^1.6.0",
118+
"@cocreate/select": "^1.13.0",
119+
"@cocreate/selection": "^1.9.0",
120+
"@cocreate/signup-animation": "^1.5.0",
121+
"@cocreate/social-share": "^1.6.0",
122+
"@cocreate/socket-client": "^1.26.0",
123+
"@cocreate/text": "^1.23.0",
124+
"@cocreate/toolbar": "^1.13.0",
125+
"@cocreate/unique": "^1.14.0",
126+
"@cocreate/users": "^1.25.0",
127+
"@cocreate/utils": "^1.24.0",
128+
"@cocreate/uuid": "^1.7.0",
129+
"@cocreate/validation": "^1.11.0",
130+
"@cocreate/vdom": "^1.9.0"
131+
}
132132
}

0 commit comments

Comments
 (0)