Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/src/packages/util/package.json
Views: 687
{1"name": "@cocalc/util",2"version": "1.77.2",3"description": "CoCalc code shared between the frontend and the backend",4"exports": {5"./*": "./dist/*.js",6"./db-schema": "./dist/db-schema/index.js",7"./fill": "./dist/fill/index.js",8"./types": "./dist/types/index.js",9"./consts": "./dist/consts/index.js",10"./i18n": "./dist/i18n/index.js",11"./sync/table": "./dist/sync/table/index.js",12"./sync/editor/db": "./dist/sync/editor/db/index.js",13"./licenses/purchase/*": "./dist/licenses/purchase/*.js",14"./redux/*": "./dist/redux/*.js"15},16"scripts": {17"preinstall": "npx only-allow pnpm",18"build": "pnpm exec tsc --build",19"tsc": "pnpm exec tsc --watch --pretty --preserveWatchOutput",20"test": "pnpm exec jest",21"prepublishOnly": "pnpm test"22},23"files": [24"dist/**",25"bin/**",26"README.md",27"package.json"28],29"author": "SageMath, Inc.",30"keywords": [31"utilities",32"mathjax",33"markdown",34"cocalc"35],36"license": "SEE LICENSE.md",37"dependencies": {38"@ant-design/colors": "^6.0.0",39"@cocalc/util": "workspace:*",40"@types/debug": "^4.1.12",41"async": "^1.5.2",42"awaiting": "^3.0.0",43"dayjs": "^1.11.11",44"debug": "^4.3.2",45"events": "3.3.0",46"get-random-values": "^1.2.0",47"immutable": "^4.3.0",48"js-base64": "^3.7.7",49"json-stable-stringify": "^1.0.1",50"jsonic": "^1.0.1",51"lodash": "^4.17.21",52"lru-cache": "^7.18.3",53"prop-types": "^15.7.2",54"react-intl": "^6.7.0",55"redux": "^4.2.1",56"reselect": "^4.1.8",57"sha1": "^1.1.1",58"underscore": "^1.12.1",59"utility-types": "^3.10.0",60"uuid": "^8.3.2",61"voucher-code-generator": "^1.3.0"62},63"repository": {64"type": "git",65"url": "https://github.com/sagemathinc/cocalc"66},67"homepage": "https://github.com/sagemathinc/cocalc/tree/master/src/packages/util",68"devDependencies": {69"@types/json-stable-stringify": "^1.0.32",70"@types/lodash": "^4.14.202",71"@types/node": "^18.16.14",72"@types/seedrandom": "^3.0.8",73"@types/uuid": "^8.3.1",74"coffee-cache": "^1.0.2",75"coffee-coverage": "^3.0.1",76"coffeescript": "^2.5.1",77"expect": "^26.6.2",78"nyc": "^15.1.0",79"seedrandom": "^3.0.5",80"should": "^7.1.1",81"should-sinon": "0.0.3",82"sinon": "^4.5.0",83"tsd": "^0.22.0"84}85}868788