@finos/legend-extension-store-service-store
Version:
Legend extension for Service store
84 lines (83 loc) • 3.45 kB
JSON
{
"name": "@finos/legend-extension-store-service-store",
"version": "2.0.408",
"description": "Legend extension for Service store",
"keywords": [
"legend",
"legend-extension",
"store",
"service-store"
],
"homepage": "https://github.com/finos/legend-studio/tree/master/packages/legend-extension-store-service-store",
"bugs": {
"url": "https://github.com/finos/legend-studio/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/finos/legend-studio.git",
"directory": "packages/legend-extension-store-service-store"
},
"license": "Apache-2.0",
"sideEffects": false,
"type": "module",
"exports": {
"./graph": "./lib/graph-manager/index.js",
"./application-studio": "./lib/components/studio/index.js",
"./lib/index.css": "./lib/index.css"
},
"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": "workspace:*",
"@finos/legend-application-studio": "workspace:*",
"@finos/legend-art": "workspace:*",
"@finos/legend-code-editor": "workspace:*",
"@finos/legend-graph": "workspace:*",
"@finos/legend-lego": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@types/react": "19.0.10",
"mobx": "6.13.6",
"mobx-react-lite": "4.1.0",
"react": "19.0.0",
"serializr": "3.0.3"
},
"devDependencies": {
"@finos/legend-dev-utils": "workspace:*",
"@jest/globals": "29.7.0",
"cross-env": "7.0.3",
"eslint": "9.22.0",
"jest": "29.7.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.85.1",
"typescript": "5.8.2"
},
"peerDependencies": {
"react": "^19.0.0"
},
"publishConfig": {
"directory": "build/publishContent"
},
"extensions": {
"graphManagerPreset": "@finos/legend-graph-manager-preset-store-service-store",
"pureProtocolProcessorPlugin": "@finos/legend-pure-protocol-processor-plugin-store-service-store",
"pureGraphManagerPlugin": "@finos/legend-pure-graph-manager-plugin-store-service-store",
"pureGraphPlugin": "@finos/legend-pure-graph-plugin-store-service-store",
"applicationStudioPlugin": "@finos/legend-application-studio-plugin-store-service-store"
}
}