UNPKG

@finos/legend-application-marketplace

Version:
100 lines 3.42 kB
{ "name": "@finos/legend-application-marketplace", "version": "0.2.26", "description": "Legend Marketplace application core", "keywords": [ "legend", "legend-application", "legend-marketplace", "search", "discovery" ], "homepage": "https://github.com/finos/legend-studio/tree/master/packages/legend-application-marketplace", "bugs": { "url": "https://github.com/finos/legend-studio/issues" }, "repository": { "type": "git", "url": "https://github.com/finos/legend-studio.git", "directory": "packages/legend-application-marketplace" }, "license": "Apache-2.0", "sideEffects": false, "type": "module", "exports": { ".": "./lib/index.js", "./test": "./lib/__test__.js", "./lib/index.css": "./lib/index.css" }, "module": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "yarn clean && yarn build:sass && yarn build:ts", "build:sass": "cross-env INIT_CWD=$INIT_CWD node ../../scripts/workflow/buildSass.js", "build:ts": "tsc --project ./tsconfig.build.json", "clean": "npm-run-all clean:cache clean:lib", "clean:cache": "rimraf \"build\"", "clean:lib": "rimraf \"lib\"", "dev": "npm-run-all --parallel dev:sass dev:ts", "dev:sass": "sass style:lib --watch --load-path=../../node_modules/@finos/legend-art/scss", "dev:ts": "tsc --watch --preserveWatchOutput", "lint:js": "cross-env NODE_ENV=production eslint --cache --cache-location ./build/.eslintcache --report-unused-disable-directives --parser-options=project:\"./tsconfig.json\" \"./src/**/*.{js,ts,tsx}\"", "publish:prepare": "node ../../scripts/release/preparePublishContent.js", "publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js", "test": "jest", "test:watch": "jest --watch" }, "dependencies": { "@finos/legend-application": "16.0.113", "@finos/legend-art": "7.1.154", "@finos/legend-code-editor": "2.0.182", "@finos/legend-extension-dsl-data-product": "0.0.92", "@finos/legend-extension-dsl-data-space": "10.4.231", "@finos/legend-graph": "32.6.13", "@finos/legend-lego": "2.0.202", "@finos/legend-server-depot": "6.1.14", "@finos/legend-server-lakehouse": "0.3.62", "@finos/legend-server-marketplace": "0.1.77", "@finos/legend-shared": "11.0.26", "@finos/legend-storage": "3.0.147", "@mui/material": "7.3.4", "@testing-library/dom": "10.4.0", "@testing-library/react": "16.2.0", "@types/react": "19.0.10", "@types/react-dom": "19.0.4", "dompurify": "3.2.5", "mobx": "6.13.6", "mobx-react-lite": "4.1.0", "mobx-utils": "6.1.0", "node-diff3": "3.1.2", "oidc-client-ts": "3.2.0", "react": "19.0.1", "react-dnd": "16.0.1", "react-dom": "19.0.1", "react-oidc-context": "3.3.0", "serializr": "3.0.3", "swiper": "^12.0.2", "yaml": "2.7.0" }, "devDependencies": { "@finos/legend-dev-utils": "2.2.6", "@jest/globals": "29.7.0", "cross-env": "7.0.3", "eslint": "9.20.1", "jest": "29.7.0", "npm-run-all": "4.1.5", "react-router-dom": "7.3.0", "rimraf": "6.0.1", "sass": "1.85.0", "typescript": "5.7.3" }, "peerDependencies": { "react": "^19.0.1" }, "publishConfig": { "directory": "build/publishContent" }, "extensions": { "applicationMarketplacePlugin": "@finos/legend-application-marketplace-plugin-core" } }