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.

138 lines (137 loc) 4.85 kB
{ "name": "@cocreate/cocreatejs", "version": "1.77.1", "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", "low-code", "realtime", "realtime-framework", "collaboration", "shared-editing", "html5-framework", "javascript-framework" ], "homepage": "https://cocreate.app", "repository": { "type": "git", "url": "git+https://github.com/CoCreate-app/CoCreateJS.git" }, "bugs": { "url": "https://github.com/CoCreate-app/CoCreateJS/issues" }, "author": "CoCreate LLC", "license": "AGPL-3.0", "funding": { "type": "GitHub Sponsors ❤", "url": "https://github.com/sponsors/CoCreate-app" }, "main": "./CoCreate.modules.js", "browserslist": [ "> 1%", "last 2 versions", "not dead" ], "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); } }\"" }, "devDependencies": { "@cocreate/cli": "^1.51.0", "@cocreate/webpack": "^1.4.1", "css-loader": "^7.1.3", "esbuild": "^0.25.2", "esbuild-loader": "^4.3.0", "mini-css-extract-plugin": "^1.4.0", "sass": "^1.97.3", "sass-loader": "^16.0.7", "webpack": "^5.39.1", "webpack-bundle-analyzer": "^4.4.0", "webpack-cli": "^4.7.2", "webpack-log": "^3.0.1" }, "dependencies": { "@cocreate/actions": "^1.21.1", "@cocreate/aos": "^1.1.1", "@cocreate/api": "^1.22.3", "@cocreate/aria": "^1.1.1", "@cocreate/attributes": "^1.15.2", "@cocreate/cache": "^1.6.1", "@cocreate/calculate": "^1.16.1", "@cocreate/charts": "^1.13.2", "@cocreate/clipboard": "^1.0.0", "@cocreate/clone": "^1.11.2", "@cocreate/cocreatecss": "^1.21.1", "@cocreate/codearea": "^1.13.3", "@cocreate/conditional-logic": "^1.12.2", "@cocreate/config": "^1.13.1", "@cocreate/crdt": "^1.28.1", "@cocreate/croppie": "^1.11.2", "@cocreate/crud-client": "^1.34.2", "@cocreate/css-parser": "^1.16.2", "@cocreate/cursors": "^1.24.2", "@cocreate/dnd": "^0.32.2", "@cocreate/domain": "^1.14.1", "@cocreate/element-config": "^1.12.2", "@cocreate/element-prototype": "^1.29.1", "@cocreate/elements": "^1.42.1", "@cocreate/events": "^1.27.1", "@cocreate/fabric": "^1.2.1", "@cocreate/ffmpeg": "^1.2.1", "@cocreate/file": "^1.19.4", "@cocreate/filter": "^1.33.2", "@cocreate/floating-label": "^1.16.1", "@cocreate/fullcalendar": "^1.12.3", "@cocreate/fullscreen": "^1.12.3", "@cocreate/google-maps": "^1.12.3", "@cocreate/indexeddb": "^1.23.2", "@cocreate/industry": "^1.22.2", "@cocreate/lazy-loader": "^1.23.4", "@cocreate/link": "^1.12.2", "@cocreate/local-storage": "^1.16.2", "@cocreate/marked": "^1.3.1", "@cocreate/modal": "^1.18.1", "@cocreate/notification": "^1.7.0", "@cocreate/observer": "^1.18.1", "@cocreate/openai": "^1.12.1", "@cocreate/organizations": "^1.28.3", "@cocreate/parallax": "^1.10.1", "@cocreate/pickr": "^1.13.2", "@cocreate/plugins": "^1.0.2", "@cocreate/position": "^1.10.2", "@cocreate/print": "^1.0.2", "@cocreate/prism": "^1.15.2", "@cocreate/progress": "^1.11.2", "@cocreate/pwa": "^1.22.2", "@cocreate/random-color": "^1.12.2", "@cocreate/remove": "^1.12.2", "@cocreate/render": "^1.45.2", "@cocreate/resize": "^1.14.1", "@cocreate/rich-text": "^1.11.1", "@cocreate/scroll": "^1.13.2", "@cocreate/search": "^1.10.1", "@cocreate/select": "^1.17.3", "@cocreate/selection": "^1.14.1", "@cocreate/social-share": "^1.11.1", "@cocreate/socket-client": "^1.40.2", "@cocreate/state": "^1.24.3", "@cocreate/text": "^1.28.3", "@cocreate/toolbar": "^1.18.3", "@cocreate/unique": "^1.20.3", "@cocreate/users": "^1.38.3", "@cocreate/utils": "^1.39.0", "@cocreate/uuid": "^1.12.1", "@cocreate/validation": "^1.16.2", "@cocreate/vdom": "^1.13.2", "@google/generative-ai": "^0.24.1", "css": "^3.0.0", "node-html-parser": "^7.0.1" } }