UNPKG

@datalayer/core

Version:
153 lines (152 loc) 4.64 kB
{ "name": "@datalayer/core", "version": "0.0.3", "type": "module", "author": { "name": "Datalayer", "email": "info@datalayer.io" }, "keywords": [ "datalayer", "ai", "data", "jupyter", "react", "run", "storybook" ], "files": [ "lib/**/*.{css,d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", "style/**/*.{css,js,eot,gif,html,jpg,json,png,svg,woff2,ttf}", "schema/*.json" ], "main": "lib/index.js", "types": "lib/index.d.ts", "style": "style/index.css", "repository": { "type": "git", "url": "git+https://github.com/datalayer/core.git" }, "homepage": "https://github.com/datalayer/core", "bugs": { "url": "https://github.com/datalayer/core/issues" }, "sideEffects": [ "style/*.css", "style/index.js" ], "styleModule": "style/index.js", "publishConfig": { "access": "public" }, "scripts": { "dev": "vite", "build": "gulp resources-to-lib && tsc -b && vite build", "build:lib": "gulp resources-to-lib && tsc -b", "lint": "eslint .", "preview": "vite preview", "start": "vite", "clean": "rimraf lib tsconfig.tsbuildinfo", "test": "vitest run --project=unit", "test:watch": "vitest --project=unit", "test:ui": "vitest --ui --project=unit", "test:coverage": "vitest run --coverage --project=unit", "test:storybook": "vitest run --project=storybook", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "typedoc": "typedoc --options typedoc.json --out docs/docs/typescript_api", "watch:lib": "run-p 'watch:lib:*'", "watch:lib:res": "gulp resources-to-lib-watch", "watch:lib:src": "tsc -b -w" }, "dependencies": { "@datalayer/icons-react": "^1.0.6", "@datalayer/jupyter-react": "^1.0.5", "@datalayer/primer-addons": "^1.0.3", "@datalayer/primer-rjsf": "^1.0.1", "@jupyterlab/coreutils": "^6.0.0", "@jupyterlab/services": "^7.0.0", "@jupyterlite/javascript-kernel-extension": "^0.3.0", "@primer/brand-primitives": "^0.51.0", "@primer/css": "^21.5.1", "@primer/octicons-react": "^19.15.1", "@primer/primitives": "^10.5.0", "@primer/react": "^37.19.0", "@primer/react-brand": "^0.51.0", "@stripe/react-stripe-js": "^2.7.1", "axios": "^1.7.7", "boring-avatars": "^2.0.1", "buffer": "^6.0.3", "date-fns": "^2.29.3", "echarts": "^5.5.0", "echarts-for-react": "^3.0.2", "fuse.js": "^7.0.0", "html2canvas": "^1.4.1", "jwt-decode": "^2.2.0", "localforage": "^1.10.0", "marked": "^4.0.10", "mock-socket": "^9.3.1", "react": "18.3.1", "react-confetti": "^6.4.0", "react-dom": "18.3.1", "react-router-dom": "^6.22.3", "tus-js-client": "^4.2.3", "ulid": "^2.3.0", "unique-names-generator": "^4.7.1", "usehooks-ts": "^2.9.1", "validator": "^13.7.0", "zustand": "^4.4.1" }, "devDependencies": { "@chromatic-com/storybook": "^4.1.0", "@eslint/js": "^9.29.0", "@storybook/addon-a11y": "^9.1.1", "@storybook/addon-docs": "^9.1.1", "@storybook/addon-onboarding": "^9.1.1", "@storybook/addon-vitest": "^9.1.1", "@storybook/builder-vite": "^9.1.1", "@storybook/react-vite": "^9.1.1", "@types/node": "^20.11.0", "@types/react": "18.3.20", "@types/react-dom": "18.3.6", "@vitejs/plugin-react": "^4.5.2", "@vitest/browser": "^3.2.4", "@vitest/coverage-v8": "^3.2.4", "crypto-browserify": "^3.12.1", "eslint": "^9.29.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "eslint-plugin-storybook": "^9.1.1", "globals": "^16.2.0", "gulp": "^4.0.2", "gulp-append-prepend": "^1.0.8", "gulp-filter": "^6.0.0", "gulp-watch": "^5.0.1", "jsdom": "^26.0.0", "npm-run-all": "^4.1.5", "playwright": "^1.53.2", "rimraf": "^6.0.1", "storybook": "^9.1.1", "typedoc-plugin-markdown": "^4.0.0", "typescript": "^5.8.3", "typescript-eslint": "^8.34.1", "vite": "^7.0.0", "vite-plugin-treat-umd-as-commonjs": "^0.1.4", "vitest": "^3.2.4" }, "overrides": { "@microsoft/fast-colors": "5.3.1", "@microsoft/fast-components": "2.30.6", "@microsoft/fast-element": "1.13.0", "@microsoft/fast-foundation": "2.49.6", "@microsoft/fast-react-wrapper": "0.3.24", "@microsoft/fast-web-utilities": "5.4.1", "@microsoft/load-themed-styles": "1.10.295", "@types/react": "18.3.20", "@types/react-dom": "18.3.6", "pyodide": "0.28.0", "react": "18.3.1", "react-dom": "18.3.1", "typescript": "^5.8.3" } }