blob: 47918aff1008b901c66e15a77e804172ec891e50 [file] [log] [blame]
{
"name": "osee-web",
"version": "0.0.1",
"licenses": [
{
"type": "EPL-2.0",
"url": "https://www.eclipse.org/legal/epl-2.0/"
}
],
"contributors": [
{
"name": "Boeing"
}
],
"scripts": {
"ng": "ng",
"start": "ng serve",
"prebuild": "node appicons-offline.js",
"build": "ng build",
"build-stats": "ng build --stats-json -c production && webpack-bundle-analyzer dist/osee/production/stats.json",
"test": "ng test",
"test:chrome": "ng test --browsers ChromeHeadless",
"lint": "ng lint",
"e2e": "ng e2e",
"stylelint": "npx stylelint '**/*.scss'",
"gfont-windows": "npm install material-design-icons && xcopy /s \"./node_modules/material-design-icons/iconfont\" \"src/assets/google/icon/font\" /Y",
"gfont-copy-unix": "cp \"/node_modules/material-design-icons/iconfont\" \"/src/assets/google/icon/font\"",
"deploy-jetty-win": "xcopy /s \"./dist/osee/production\" \"../org.eclipse.osee.web.deploy/OSEE-INF/web/dist/\" /Y",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.2.0",
"@angular/cdk": "^15.1.0",
"@angular/common": "^15.2.0",
"@angular/compiler": "^15.2.0",
"@angular/core": "^15.2.0",
"@angular/forms": "^15.2.0",
"@angular/material": "^15.1.0",
"@angular/platform-browser": "^15.2.0",
"@angular/platform-browser-dynamic": "^15.2.0",
"@angular/router": "^15.2.0",
"@swimlane/ngx-graph": "^8.0.2",
"d3-scale": "^4.0.2",
"marked": "^4.2.3",
"material-design-icons": "^3.0.1",
"ngx-markdown": "^15.0.0",
"rxjs": "^7.5.7",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.2.0",
"@angular-eslint/builder": "15.0.0",
"@angular-eslint/eslint-plugin": "15.0.0",
"@angular-eslint/eslint-plugin-template": "15.0.0",
"@angular-eslint/schematics": "15.0.0",
"@angular-eslint/template-parser": "15.0.0",
"@angular/cli": "^15.2.0",
"@angular/compiler-cli": "^15.2.0",
"@cypress/schematic": "^1.6.0",
"@jscutlery/cypress-harness": "^0.3.9",
"@types/d3-dispatch": "^3.0.0",
"@types/d3-drag": "^3.0.0",
"@types/d3-shape": "^2.1.0",
"@types/d3-timer": "^2.0.0",
"@types/jasmine": "~3.6.0",
"@types/marked": "^4.0.7",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"autoprefixer": "^10.4.13",
"cypress": "latest",
"cypress-pipe": "^2.0.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-tailwindcss": "^3.8.3",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.11",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.2.3",
"stylelint": "^14.14.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-prettier-scss": "0.0.1",
"stylelint-config-standard": "^29.0.0",
"stylelint-config-standard-scss": "^6.0.0",
"tailwindcss": "^3.2.4",
"ts-node": "~8.3.0",
"typescript": "^4.9.4",
"webpack-bundle-analyzer": "^4.8.0"
}
}