@finos/legend-studio
Version:
100 lines • 3.28 kB
JSON
{
"name": "@finos/legend-studio",
"version": "12.0.0",
"description": "Legend Studio core",
"keywords": [
"legend",
"legend-studio",
"studio",
"legend-studio-core"
],
"homepage": "https://github.com/finos/legend-studio/tree/master/packages/legend-studio",
"bugs": {
"url": "https://github.com/finos/legend-studio/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/finos/legend-studio.git",
"directory": "packages/legend-studio"
},
"license": "Apache-2.0",
"sideEffects": false,
"type": "module",
"exports": {
".": "./lib/index.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": "7.0.0",
"@finos/legend-art": "2.0.9",
"@finos/legend-graph": "11.0.0",
"@finos/legend-model-storage": "2.0.7",
"@finos/legend-server-depot": "3.0.0",
"@finos/legend-server-sdlc": "4.0.2",
"@finos/legend-shared": "5.0.0",
"@testing-library/react": "13.3.0",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-router-dom": "5.3.3",
"date-fns": "2.29.1",
"history": "5.3.0",
"mobx": "6.6.1",
"mobx-react-lite": "3.4.0",
"mobx-utils": "6.0.5",
"monaco-editor": "0.33.0",
"node-diff3": "3.1.2",
"react": "18.2.0",
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-dom": "18.2.0",
"react-hotkeys": "2.0.0",
"react-resize-detector": "7.1.2",
"react-router": "5.3.3",
"react-router-dom": "5.3.3",
"serializr": "2.0.5"
},
"devDependencies": {
"@finos/legend-dev-utils": "2.0.6",
"@jest/globals": "28.1.3",
"@testing-library/dom": "8.16.0",
"cross-env": "7.0.3",
"eslint": "8.20.0",
"jest": "28.1.3",
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
"sass": "1.54.0",
"typescript": "4.7.4"
},
"peerDependencies": {
"react": "^18.0.0"
},
"publishConfig": {
"directory": "build/publishContent"
},
"extensions": {
"core_studioPlugin": "@finos/legend-studio-plugin-core",
"dsl_external_format_studioPlugin": "@finos/legend-studio-plugin-dsl-external-format"
},
"typedoc": {
"entryPoint": "./src/index.ts",
"readmeFile": "./README.md"
}
}