-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ecc8238
commit ef0cece
Showing
1 changed file
with
66 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,68 @@ | ||
{ | ||
"name": "@cocreate/socket-client", | ||
"version": "1.29.2", | ||
"description": "A simple socket component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
"keywords": [ | ||
"socket-client", | ||
"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-socket-client.git" | ||
}, | ||
"author": "CoCreate LLC", | ||
"license": "AGPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/CoCreate-app/CoCreate-socket-client/issues" | ||
}, | ||
"homepage": "https://cocreate.app/docs/socket", | ||
"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/config": "^1.6.2", | ||
"@cocreate/indexeddb": "^1.14.1", | ||
"@cocreate/local-storage": "^1.10.3", | ||
"@cocreate/organizations": "^1.21.2", | ||
"@cocreate/uuid": "^1.7.2", | ||
"ws": "7.5.9" | ||
} | ||
"name": "@cocreate/socket-client", | ||
"version": "1.29.2", | ||
"description": "A simple socket component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
"keywords": [ | ||
"socket-client", | ||
"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-socket-client.git" | ||
}, | ||
"author": "CoCreate LLC", | ||
"license": "AGPL-3.0", | ||
"bugs": { | ||
"url": "https://github.com/CoCreate-app/CoCreate-socket-client/issues" | ||
}, | ||
"homepage": "https://cocreate.app/docs/socket", | ||
"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/config": "^1.6.3", | ||
"@cocreate/indexeddb": "^1.14.2", | ||
"@cocreate/local-storage": "^1.10.4", | ||
"@cocreate/organizations": "^1.21.3", | ||
"@cocreate/uuid": "^1.7.2", | ||
"ws": "7.5.9" | ||
} | ||
} |