@finos/legend-application-studio-bootstrap
Version:
Legend Studio application bootrap
79 lines • 3.04 kB
JSON
{
"name": "@finos/legend-application-studio-bootstrap",
"version": "13.163.0",
"description": "Legend Studio application bootrap",
"keywords": [
"legend",
"legend-application",
"legend-studio",
"bootstrap",
"app",
"webapp"
],
"homepage": "https://github.com/finos/legend-studio/tree/master/packages/legend-application-studio-bootstrap",
"bugs": {
"url": "https://github.com/finos/legend-studio/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/finos/legend-studio.git",
"directory": "packages/legend-application-studio-bootstrap"
},
"license": "Apache-2.0",
"sideEffects": false,
"type": "module",
"exports": {
".": "./lib/index.js",
"./lib/index.css": "./lib/index.css",
"./scripts/setup.js": "./scripts/setup.js"
},
"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"
},
"dependencies": {
"@finos/legend-application": "16.0.82",
"@finos/legend-application-studio": "28.19.69",
"@finos/legend-art": "7.1.132",
"@finos/legend-extension-application-studio-depot-dashboard": "0.1.7",
"@finos/legend-extension-assortment": "0.0.386",
"@finos/legend-extension-dsl-data-product": "0.0.27",
"@finos/legend-extension-dsl-data-quality": "2.0.164",
"@finos/legend-extension-dsl-data-space": "10.4.171",
"@finos/legend-extension-dsl-data-space-studio": "0.1.259",
"@finos/legend-extension-dsl-diagram": "8.1.194",
"@finos/legend-extension-dsl-persistence": "5.0.409",
"@finos/legend-extension-dsl-service": "1.0.419",
"@finos/legend-extension-dsl-text": "6.0.408",
"@finos/legend-extension-store-service-store": "2.0.408",
"@finos/legend-graph": "32.3.17",
"@finos/legend-lego": "2.0.149",
"@finos/legend-shared": "11.0.21",
"@types/react": "19.0.10",
"react": "19.0.0"
},
"devDependencies": {
"@finos/legend-dev-utils": "2.2.5",
"cross-env": "7.0.3",
"eslint": "9.22.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"sass": "1.85.1",
"typescript": "5.8.2"
},
"publishConfig": {
"directory": "build/publishContent"
}
}