{
  "name": "@finos/legend-studio-app",
  "version": "6.8.0",
  "description": "Legend Studio web application",
  "keywords": [
    "legend",
    "legend-studio",
    "studio",
    "app",
    "webapp"
  ],
  "homepage": "https://github.com/finos/legend-studio/tree/master/packages/legend-studio-app",
  "bugs": {
    "url": "https://github.com/finos/legend-studio/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/finos/legend-studio.git",
    "directory": "packages/legend-studio-app"
  },
  "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": "7.0.0",
    "@finos/legend-art": "2.0.9",
    "@finos/legend-extension-dsl-data-space": "5.0.0",
    "@finos/legend-extension-dsl-diagram": "4.1.7",
    "@finos/legend-extension-dsl-persistence": "2.0.11",
    "@finos/legend-extension-dsl-persistence-cloud": "2.0.7",
    "@finos/legend-extension-dsl-text": "3.1.2",
    "@finos/legend-extension-external-language-morphir": "2.0.11",
    "@finos/legend-extension-external-store-service": "3.0.11",
    "@finos/legend-graph-extension-collection": "2.0.11",
    "@finos/legend-shared": "5.0.0",
    "@finos/legend-studio": "12.0.0",
    "@finos/legend-studio-extension-query-builder": "2.0.11",
    "@types/react": "18.0.15",
    "react": "18.2.0"
  },
  "devDependencies": {
    "@finos/legend-dev-utils": "2.0.6",
    "cross-env": "7.0.3",
    "eslint": "8.20.0",
    "npm-run-all": "4.1.5",
    "rimraf": "3.0.2",
    "sass": "1.54.0",
    "typescript": "4.7.4"
  },
  "publishConfig": {
    "directory": "build/publishContent"
  }
}