diff --git a/package.json b/package.json index 4da891c..26bee39 100644 --- a/package.json +++ b/package.json @@ -1,67 +1,67 @@ { - "name": "@cocreate/render", - "version": "1.28.2", - "description": "A simple render component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", - "keywords": [ - "render", - "cocreate", - "low-code-framework", - "no-code-framework", - "cocreatejs", - "cocreatejs-component", - "cocreate-framework", - "no-code", - "low-code", - "collaborative-framework", - "realtime", - "realtime-framework", - "collaboration", - "shared-editing", - "html5-framework", - "javascript-framework" - ], - "publishConfig": { - "access": "public" - }, - "scripts": { - "start": "npx webpack --config webpack.config.js", - "build": "npx webpack --mode=production --config webpack.config.js", - "dev": "npx webpack --config webpack.config.js --watch", - "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); } }\"" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/CoCreate-app/CoCreate-render.git" - }, - "author": "CoCreate LLC", - "license": "AGPL-3.0", - "bugs": { - "url": "https://github.com/CoCreate-app/CoCreate-render/issues" - }, - "homepage": "https://cocreate.app/docs/render", - "funding": { - "type": "GitHub Sponsors ❤", - "url": "https://github.com/sponsors/CoCreate-app" - }, - "main": "./src/index.js", - "devDependencies": { - "@babel/core": "^7.9.6", - "@babel/preset-env": "^7.9.6", - "babel-loader": "^8.1.0", - "clean-webpack-plugin": "^3.0.0", - "file-loader": "^6.2.0", - "mini-css-extract-plugin": "^1.5.0", - "style-loader": "^3.3.1", - "terser-webpack-plugin": "^5.1.1", - "webpack": "^5.24.4", - "webpack-cli": "^4.5.0", - "webpack-log": "^3.0.1" - }, - "dependencies": { - "@cocreate/actions": "^1.11.4", - "@cocreate/api": "^1.15.2", - "@cocreate/element-prototype": "^1.11.3", - "@cocreate/observer": "^1.11.3", - "@cocreate/utils": "^1.25.1" - } + "name": "@cocreate/render", + "version": "1.28.2", + "description": "A simple render component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", + "keywords": [ + "render", + "cocreate", + "low-code-framework", + "no-code-framework", + "cocreatejs", + "cocreatejs-component", + "cocreate-framework", + "no-code", + "low-code", + "collaborative-framework", + "realtime", + "realtime-framework", + "collaboration", + "shared-editing", + "html5-framework", + "javascript-framework" + ], + "publishConfig": { + "access": "public" + }, + "scripts": { + "start": "npx webpack --config webpack.config.js", + "build": "npx webpack --mode=production --config webpack.config.js", + "dev": "npx webpack --config webpack.config.js --watch", + "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); } }\"" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/CoCreate-app/CoCreate-render.git" + }, + "author": "CoCreate LLC", + "license": "AGPL-3.0", + "bugs": { + "url": "https://github.com/CoCreate-app/CoCreate-render/issues" + }, + "homepage": "https://cocreate.app/docs/render", + "funding": { + "type": "GitHub Sponsors ❤", + "url": "https://github.com/sponsors/CoCreate-app" + }, + "main": "./src/index.js", + "devDependencies": { + "@babel/core": "^7.9.6", + "@babel/preset-env": "^7.9.6", + "babel-loader": "^8.1.0", + "clean-webpack-plugin": "^3.0.0", + "file-loader": "^6.2.0", + "mini-css-extract-plugin": "^1.5.0", + "style-loader": "^3.3.1", + "terser-webpack-plugin": "^5.1.1", + "webpack": "^5.24.4", + "webpack-cli": "^4.5.0", + "webpack-log": "^3.0.1" + }, + "dependencies": { + "@cocreate/actions": "^1.11.5", + "@cocreate/api": "^1.15.3", + "@cocreate/element-prototype": "^1.11.4", + "@cocreate/observer": "^1.11.4", + "@cocreate/utils": "^1.25.2" + } } \ No newline at end of file