@finos/legend-application-pure-ide-deployment
Version:
Legend Pure IDE web application deployment
64 lines • 2.86 kB
JSON
{
"name": "@finos/legend-application-pure-ide-deployment",
"version": "13.90.0",
"description": "Legend Pure IDE web application deployment",
"keywords": [
"legend",
"legend-application",
"legend-pure-ide",
"deployment"
],
"homepage": "https://github.com/finos/legend-studio/tree/master/packages/legend-application-pure-ide-deployment",
"bugs": {
"url": "https://github.com/finos/legend-studio/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/finos/legend-studio.git",
"directory": "packages/legend-application-pure-ide-deployment"
},
"license": "Apache-2.0",
"type": "module",
"scripts": {
"build:webpack": "cross-env NODE_ENV=production webpack --mode production",
"bundle": "yarn clean && yarn build:webpack && node ./scripts/setup.js --dir ./dist/ide",
"bundle:analyze": "cross-env NODE_ENV=production webpack --mode production --analyze",
"bundle:fast": "cross-env NODE_ENV=production PRODUCTION_MODE=fast webpack --mode production && node ./scripts/setup.js --dir ./dist/ide",
"clean": "yarn clean:cache && rimraf \"dist\"",
"clean:cache": "rimraf \"build\"",
"dev": "npm-run-all --parallel dev:ts dev:webpack",
"dev:ts": "tsc --watch --preserveWatchOutput",
"dev:webpack": "cross-env NODE_ENV=development webpack serve --mode development",
"dev:webpack:debug": "cross-env NODE_ENV=development DEVELOPMENT_MODE=debug webpack serve --mode development",
"lint:js": "cross-env NODE_ENV=production eslint --cache --cache-location ./build/.eslintcache --report-unused-disable-directives --parser-options=project:\"./tsconfig.json\",requireConfigFile:false \"./scripts/**/*.{mjs,cjs,js}\" \"./src/**/*.{js,ts,tsx}\"",
"publish:pre-prepare": "yarn clean && yarn build:webpack && node ./scripts/setup.js --dir ./dist/ide --use-dynamic-pure-server",
"publish:prepare": "node ../../scripts/release/preparePublishContent.js",
"publish:snapshot": "node ../../scripts/release/publishDevSnapshot.js",
"serve": "npx http-server ./dist -p 3000 -a localhost -g --cors -o /ide",
"setup": "rimraf \"dev\" && yarn node ./scripts/setup.js --dir ./dev"
},
"dependencies": {
"@finos/legend-application": "16.0.51",
"@finos/legend-application-pure-ide": "8.0.346",
"@finos/legend-art": "7.1.105",
"@finos/legend-lego": "2.0.94",
"@types/react": "19.0.10",
"react": "19.0.0"
},
"devDependencies": {
"@finos/legend-dev-utils": "2.2.4",
"copy-webpack-plugin": "13.0.0",
"cross-env": "7.0.3",
"eslint": "9.22.0",
"npm-run-all": "4.1.5",
"rimraf": "6.0.1",
"typescript": "5.8.2",
"webpack": "5.98.0",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.0"
},
"publishConfig": {
"directory": "build/publishContent"
}
}