UNPKG

@cocreate/cocreatejs

Version:

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.

142 lines (141 loc) 4.99 kB
{ "name": "@cocreate/cocreatejs", "version": "1.74.0", "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.", "keywords": [ "cocreatejs", "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", "watch": "npx webpack --config webpack.config.js --watch --env afterCompilation", "upload": "coc upload", "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/CoCreateJS.git" }, "author": "CoCreate LLC", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/CoCreate-app/CoCreateJS/issues" }, "homepage": "https://cocreate.app", "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", "@cocreate/cli": "^1.47.4", "@cocreate/webpack": "^1.3.5", "babel-loader": "^8.1.0", "clean-webpack-plugin": "^3.0.0", "css-loader": "^5.2.6", "css-minimizer-webpack-plugin": "^3.0.0", "file-loader": "^6.2.0", "mini-css-extract-plugin": "^1.4.0", "sass-loader": "^12.1.0", "style-loader": "^3.3.1", "svg-loader": "^0.0.2", "terser-webpack-plugin": "5.1.0", "url-loader": "^4.1.1", "webpack": "^5.39.1", "webpack-bundle-analyzer": "^4.4.0", "webpack-cli": "^4.7.2", "webpack-log": "^3.0.1" }, "dependencies": { "@cocreate/actions": "^1.18.2", "@cocreate/aos": "^1.0.2", "@cocreate/api": "^1.21.0", "@cocreate/attributes": "^1.14.2", "@cocreate/cache": "^1.5.1", "@cocreate/calculate": "^1.14.6", "@cocreate/charts": "^1.12.2", "@cocreate/clipboard": "^1.0.0", "@cocreate/clone": "^1.10.2", "@cocreate/cocreatecss": "^1.20.3", "@cocreate/codearea": "^1.12.2", "@cocreate/conditional-logic": "^1.11.3", "@cocreate/config": "^1.12.3", "@cocreate/crdt": "^1.27.4", "@cocreate/croppie": "^1.10.2", "@cocreate/crud-client": "^1.33.9", "@cocreate/css-parser": "^1.14.4", "@cocreate/cursors": "^1.23.4", "@cocreate/dnd": "^0.31.2", "@cocreate/domain": "^1.13.3", "@cocreate/element-config": "^1.11.1", "@cocreate/element-prototype": "^1.23.0", "@cocreate/elements": "^1.35.4", "@cocreate/events": "^1.20.1", "@cocreate/fabric": "^1.0.0", "@cocreate/ffmpeg": "^1.1.1", "@cocreate/file": "^1.17.3", "@cocreate/filter": "^1.29.0", "@cocreate/floating-label": "^1.13.3", "@cocreate/fullcalendar": "^1.11.2", "@cocreate/fullscreen": "^1.11.1", "@cocreate/indexeddb": "^1.22.4", "@cocreate/industry": "^1.21.2", "@cocreate/lazy-loader": "^1.20.0", "@cocreate/link": "^1.11.6", "@cocreate/local-storage": "^1.15.0", "@cocreate/marked": "^1.1.0", "@cocreate/modal": "^1.17.1", "@cocreate/notification": "^1.6.2", "@cocreate/observer": "^1.16.1", "@cocreate/openai": "^1.9.2", "@cocreate/organizations": "^1.27.2", "@cocreate/parallax": "^1.9.2", "@cocreate/pickr": "^1.12.2", "@cocreate/position": "^1.9.1", "@cocreate/print": "^1.0.0", "@cocreate/prism": "^1.11.2", "@cocreate/progress": "^1.10.2", "@cocreate/pwa": "^1.19.3", "@cocreate/random-color": "^1.10.1", "@cocreate/remove": "^1.11.2", "@cocreate/render": "^1.41.0", "@cocreate/resize": "^1.11.1", "@cocreate/rich-text": "^1.10.1", "@cocreate/scroll": "^1.11.2", "@cocreate/search": "^1.9.2", "@cocreate/select": "^1.16.4", "@cocreate/selection": "^1.12.2", "@cocreate/social-share": "^1.9.2", "@cocreate/socket-client": "^1.39.1", "@cocreate/state": "^1.22.1", "@cocreate/text": "^1.26.5", "@cocreate/toolbar": "^1.17.2", "@cocreate/unique": "^1.19.4", "@cocreate/users": "^1.36.11", "@cocreate/utils": "^1.33.7", "@cocreate/uuid": "^1.11.2", "@cocreate/validation": "^1.15.5", "@cocreate/vdom": "^1.12.2" } }