chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"name": "@perspective-dev/workspace",
|
||||
"version": "4.5.2",
|
||||
"description": "Perspective Workspace",
|
||||
"files": [
|
||||
"dist/**/*",
|
||||
"src/**/*",
|
||||
"index.d.ts"
|
||||
],
|
||||
"type": "module",
|
||||
"exports": {
|
||||
".": "./dist/esm/perspective-workspace.js",
|
||||
"./esm/": "./dist/esm/",
|
||||
"./src/*": "./src/*",
|
||||
"./dist/*": "./dist/*",
|
||||
"./dist/themes/": "./src/themes/",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"unpkg": "./dist/cdn/perspective-workspace.js",
|
||||
"jsdelivr": "./dist/cdn/perspective-workspace.js",
|
||||
"scripts": {
|
||||
"build": "node ./build.mjs",
|
||||
"clean": "node ./clean.mjs"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/perspective-dev/perspective"
|
||||
},
|
||||
"author": "",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@perspective-dev/client": "workspace:",
|
||||
"@lumino/algorithm": ">=2 <3",
|
||||
"@lumino/commands": ">=2 <3",
|
||||
"@lumino/domutils": ">=2 <3",
|
||||
"@lumino/messaging": ">=2 <3",
|
||||
"@lumino/virtualdom": ">=2 <3",
|
||||
"@lumino/widgets": ">=2 <3",
|
||||
"@lumino/coreutils": ">=2 <3",
|
||||
"@lumino/signaling": ">=2 <3",
|
||||
"lodash": "catalog:"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@perspective-dev/viewer": "workspace:",
|
||||
"lightningcss": "catalog:",
|
||||
"@perspective-dev/esbuild-plugin": "workspace:",
|
||||
"@perspective-dev/test": "workspace:",
|
||||
"@types/lodash": "catalog:",
|
||||
"@types/react": "catalog:",
|
||||
"typescript": "catalog:",
|
||||
"zx": "catalog:"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user