blob: 4b35e4da1049805e3481dd74bbd114277f455680 [file] [log] [blame]
{
"name": "zeppelin",
"version": "0.0.0",
"scripts": {
"prepare": "cd .. && husky",
"postinstall": "npm run build:projects",
"ng": "./node_modules/.bin/ng",
"start": "ng serve --proxy-config proxy.conf.js --extra-webpack-config webpack.partial.js",
"build": "ng build --configuration production --extra-webpack-config webpack.partial.js",
"build:projects": "npm run build-project:sdk && npm run build-project:vis",
"build-project:sdk": "ng build --project zeppelin-sdk",
"build-project:vis": "ng build --project zeppelin-visualization",
"lint": "cross-env NODE_OPTIONS='--max-old-space-size=8192' ng lint && prettier --check \"**/*.{ts,js,json,css,html}\"",
"lint:fix": "cross-env NODE_OPTIONS='--max-old-space-size=8192' ng lint --fix && prettier --write \"**/*.{ts,js,json,css,html}\"",
"e2e": "playwright test",
"e2e:fast": "playwright test --project=chromium",
"e2e:ui": "playwright test --ui",
"e2e:headed": "playwright test --headed",
"e2e:debug": "playwright test --debug",
"e2e:report": "playwright show-report",
"e2e:ci": "export CI=true && playwright test",
"e2e:codegen": "playwright codegen http://localhost:4200"
},
"engines": {
"node": ">=18.0.0 <19.0.0"
},
"private": true,
"dependencies": {
"@angular/animations": "~13.4.0",
"@angular/cdk": "~13.3.9",
"@angular/common": "~13.4.0",
"@angular/compiler": "~13.4.0",
"@angular/core": "~13.4.0",
"@angular/forms": "~13.4.0",
"@angular/platform-browser": "~13.4.0",
"@angular/platform-browser-dynamic": "~13.4.0",
"@angular/router": "~13.4.0",
"@antv/data-set": "^0.10.2",
"@antv/g2": "^3.5.4",
"angular": "^1.8.2",
"ansi_up": "^6.0.6",
"core-js": "^2.5.4",
"d3": "3.5.17",
"date-fns": "^3.6.0",
"diff-match-patch": "^1.0.4",
"github-markdown-css": "^3.0.1",
"highlight.js": "^9.15.8",
"jquery": "3.7.1",
"jquery-ui": "1.14.0",
"lodash": "^4.17.21",
"mathjax": "2.7.5",
"monaco-editor": "0.30.1",
"ng-zorro-antd": "^13.4.0",
"nvd3": "1.8.6",
"parse5": "^5.1.1",
"rxjs": "~6.5.3",
"systemjs": "^5.0.0",
"tslib": "^2.0.0",
"xlsx": "^0.14.3",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.11",
"@angular-eslint/builder": "13.5.0",
"@angular-eslint/eslint-plugin": "13.5.0",
"@angular-eslint/eslint-plugin-template": "13.5.0",
"@angular-eslint/schematics": "13.5.0",
"@angular-eslint/template-parser": "13.5.0",
"@angular/cli": "~13.3.11",
"@angular/compiler-cli": "~13.4.0",
"@angular/language-service": "~13.4.0",
"@playwright/test": "1.53.2",
"@types/angular": "^1.8.0",
"@types/diff-match-patch": "^1.0.36",
"@types/highlight.js": "^9.12.3",
"@types/jquery": "3.5.16",
"@types/lodash": "4.14.144",
"@types/mathjax": "^0.0.35",
"@types/node": "~12.19.16",
"@types/parse5": "^5.0.2",
"@types/webpack-env": "^1.18.8",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"cross-env": "^10.1.0",
"dotenv": "^17.2.3",
"eslint": "^8.17.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsdoc": "^50.8.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"https-proxy-agent": "^2.2.1",
"husky": "9.1.7",
"lint-staged": "^15.5.2",
"monaco-editor-webpack-plugin": "6.0.0",
"ng-packagr": "^13.3.1",
"ngx-build-plus": "^13.0.1",
"prettier": "^3.6.2",
"scandirectory": "8.1.1",
"ts-node": "~7.0.0",
"typescript": "4.6.4"
},
"lint-staged": {
"**/*.ts": [
"cross-env NODE_OPTIONS='--max-old-space-size=8192' eslint --fix",
"./node_modules/.bin/prettier --write",
"git add"
],
"**/*.{js,json,css,html}": [
"./node_modules/.bin/prettier --write",
"git add"
]
}
}