|
21 | 21 | "html5-framework", |
22 | 22 | "javascript-framework" |
23 | 23 | ], |
24 | | - "publishConfig": { |
25 | | - "access": "public" |
26 | | - }, |
| 24 | + "publishConfig": { "access": "public" }, |
27 | 25 | "scripts": { |
28 | 26 | "start": "npx webpack --config webpack.config.js", |
29 | 27 | "build": "NODE_ENV=production npx webpack --config webpack.config.js", |
|
37 | 35 | }, |
38 | 36 | "author": "CoCreate LLC", |
39 | 37 | "license": "GPL-3.0", |
40 | | - "bugs": { |
41 | | - "url": "https://github.com/CoCreate-app/CoCreate-api/issues" |
42 | | - }, |
| 38 | + "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-api/issues" }, |
43 | 39 | "homepage": "https://cocreate.app/docs/api", |
44 | 40 | "funding": { |
45 | 41 | "type": "GitHub Sponsors ❤", |
|
62 | 58 | "webpack-log": "^3.0.1" |
63 | 59 | }, |
64 | 60 | "dependencies": { |
65 | | - "@cocreate/actions": "^1.5.34", |
66 | | - "@cocreate/crud-client": "^1.16.9", |
67 | | - "@cocreate/docs": "^1.4.18", |
68 | | - "@cocreate/element-prototype": "^1.2.0", |
69 | | - "@cocreate/hosting": "^1.6.17", |
70 | | - "@cocreate/render": "^1.17.0", |
71 | | - "@cocreate/socket-client": "^1.13.10" |
| 61 | + "@cocreate/actions": "^1.5.35", |
| 62 | + "@cocreate/crud-client": "^1.16.11", |
| 63 | + "@cocreate/docs": "^1.4.19", |
| 64 | + "@cocreate/element-prototype": "^1.2.2", |
| 65 | + "@cocreate/hosting": "^1.6.18", |
| 66 | + "@cocreate/render": "^1.17.1", |
| 67 | + "@cocreate/socket-client": "^1.13.12" |
72 | 68 | } |
73 | 69 | } |
0 commit comments