|
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 ❤", |
|
61 | 57 | "webpack-log": "^3.0.1" |
62 | 58 | }, |
63 | 59 | "dependencies": { |
64 | | - "@cocreate/actions": "^1.5.41", |
65 | | - "@cocreate/crud-client": "^1.16.20", |
66 | | - "@cocreate/docs": "^1.4.23", |
67 | | - "@cocreate/element-prototype": "^1.2.9", |
68 | | - "@cocreate/hosting": "^1.6.24", |
69 | | - "@cocreate/render": "^1.17.7", |
70 | | - "@cocreate/socket-client": "^1.13.20" |
| 60 | + "@cocreate/actions": "^1.5.42", |
| 61 | + "@cocreate/crud-client": "^1.16.21", |
| 62 | + "@cocreate/docs": "^1.4.24", |
| 63 | + "@cocreate/element-prototype": "^1.2.10", |
| 64 | + "@cocreate/hosting": "^1.6.25", |
| 65 | + "@cocreate/render": "^1.17.8", |
| 66 | + "@cocreate/socket-client": "^1.13.21" |
71 | 67 | } |
72 | 68 | } |
0 commit comments