|
20 | 20 | "html5-framework",
|
21 | 21 | "javascript-framework"
|
22 | 22 | ],
|
23 |
| - "publishConfig": { |
24 |
| - "access": "public" |
25 |
| - }, |
| 23 | + "publishConfig": { "access": "public" }, |
26 | 24 | "scripts": {
|
27 | 25 | "start": "npx webpack --config webpack.config.js",
|
28 | 26 | "build": "NODE_ENV=production npx webpack --config webpack.config.js",
|
|
36 | 34 | },
|
37 | 35 | "author": "CoCreate LLC",
|
38 | 36 | "license": "MIT",
|
39 |
| - "bugs": { |
40 |
| - "url": "https://github.com/CoCreate-app/CoCreate-render/issues" |
41 |
| - }, |
| 37 | + "bugs": { "url": "https://github.com/CoCreate-app/CoCreate-render/issues" }, |
42 | 38 | "homepage": "https://cocreate.app/docs/render",
|
43 | 39 | "funding": {
|
44 | 40 | "type": "GitHub Sponsors ❤",
|
|
61 | 57 | "webpack-log": "^3.0.1"
|
62 | 58 | },
|
63 | 59 | "dependencies": {
|
64 |
| - "@cocreate/actions": "^1.5.34", |
65 |
| - "@cocreate/api": "^1.5.21", |
66 |
| - "@cocreate/docs": "^1.4.18", |
67 |
| - "@cocreate/element-prototype": "^1.2.0", |
68 |
| - "@cocreate/observer": "^1.5.38", |
69 |
| - "@cocreate/utils": "^1.16.0" |
| 60 | + "@cocreate/actions": "^1.5.35", |
| 61 | + "@cocreate/api": "^1.5.22", |
| 62 | + "@cocreate/docs": "^1.4.19", |
| 63 | + "@cocreate/element-prototype": "^1.2.2", |
| 64 | + "@cocreate/observer": "^1.5.39", |
| 65 | + "@cocreate/utils": "^1.16.2" |
70 | 66 | }
|
71 | 67 | }
|
0 commit comments