blob: 1b5cf1fc607a66cf7e4b839275c2fe67e9dc67f9 [file] [log] [blame]
{
"name": "zeppelin-web",
"license": "Apache-2.0",
"version": "0.0.0",
"engines": {
"node": "~16.20.2",
"npm": "~8.19.4"
},
"scripts": {
"clean": "rimraf dist && rimraf .tmp",
"prebuild": "npm-run-all clean lint:once",
"build:dist": "npm-run-all prebuild && grunt pre-webpack-dist && webpack && grunt post-webpack-dist",
"build:ci": "npm-run-all prebuild && grunt pre-webpack-ci && webpack && grunt post-webpack-dist",
"lint:watch": "esw --watch src",
"lint:once": "eslint src",
"predev": "grunt pre-webpack-dev",
"dev:server": "webpack-dev-server --hot",
"dev:helium": "HELIUM_BUNDLE_DEV=true webpack-dev-server --hot",
"dev:watch": "grunt watch-webpack-dev",
"dev": "npm-run-all --parallel dev:server lint:watch dev:watch",
"test:watch": "karma start karma.conf.js --single-run=false",
"pree2e": "webdriver-manager update --gecko false --versions.chrome=2.35",
"e2e": "protractor protractor.conf.js",
"karma-test": "karma start karma.conf.js"
},
"dependencies": {
"ace-builds": "1.3.2",
"angular": "1.5.7",
"angular-animate": "1.5.7",
"angular-cookies": "1.5.7",
"angular-dragdrop": "~1.0.8",
"angular-elastic": "~2.5.1",
"angular-elastic-input": "~2.2.0",
"angular-filter": "~0.5.4",
"angular-mocks": "1.5.7",
"angular-resource": "1.5.7",
"angular-route": "1.5.7",
"angular-sanitize": "1.5.7",
"angular-touch": "1.5.7",
"angular-ui-ace": "0.2.3",
"angular-ui-bootstrap": "~2.5.0",
"angular-ui-grid": "4.4.6",
"angular-websocket": "1.0.14",
"angular-xeditable": "0.1.12",
"ansi_up": "^2.0.2",
"ap-viewport-watch": "0.1.43",
"bootstrap": "~3.4.1",
"bootstrap3-dialog": "~1.35.4",
"clipboard": "~1.5.5",
"d3": "^3.4.4",
"diff": "3.3.0",
"diff-match-patch": "1.0.0",
"es5-shim": "~3.1.0",
"excel-builder": "2.0.0",
"github-markdown-css": "2.6.0",
"grunt-angular-templates": "^0.5.7",
"grunt-dom-munger": "^3.4.0",
"headroom.js": "^0.9.3",
"highlight.js": "9.4.0",
"jquery": ">=1.8",
"jquery-ui": ">=1.8",
"jquery.scrollto": "~2.1.2",
"json3": "~3.3.1",
"jszip": "2.6.1",
"lodash": "~3.9.3",
"mathjax": "2.7.9",
"moment": "^2.29.4",
"moment-duration-format": "^1.3.0",
"ng-focus-if": "~1.0.2",
"ng-infinite-scroll": "^1.3.0",
"ng-sortable": "~1.3.3",
"ng-toast": "~2.0.0",
"ngclipboard": "^1.1.1",
"nvd3": "~1.8.5",
"perfect-scrollbar": "~0.5.4",
"scrollmonitor": "^1.2.9",
"select2": "^4.0.3"
},
"devDependencies": {
"@webpack-cli/serve": "^1.2.0",
"autoprefixer": "^6.7.7",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^0.26.4",
"eslint": "^3.19.0",
"eslint-config-google": "^0.7.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-watch": "^3.1.0",
"express": "^4.14.0",
"file-loader": "^2.0.0",
"grunt": "^0.4.1",
"grunt-cache-bust": "1.3.0",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-filerev": "^0.2.1",
"grunt-htmlhint": "^0.9.13",
"grunt-newer": "^0.7.0",
"grunt-ng-annotate": "^0.10.0",
"grunt-postcss": "^0.9.0",
"grunt-replace": "^1.0.1",
"grunt-svgmin": "^0.4.0",
"grunt-usemin": "^2.1.1",
"html-webpack-plugin": "^3.2.0",
"imports-loader": "^0.8.0",
"istanbul-instrumenter-loader": "^0.2.0",
"jasmine-core": "^3.99.1",
"jasmine-spec-reporter": "^4.2.1",
"karma": "~3.1.3",
"karma-coverage": "^1.1.2",
"karma-firefox-launcher": "2.1.2",
"karma-jasmine": "~2.0.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "^4.0.2",
"load-grunt-tasks": "^0.4.0",
"mini-css-extract-plugin": "^0.4.5",
"ng-annotate-loader": "^0.2.0",
"npm-run-all": "^4.1.5",
"postcss-loader": "^3.0.0",
"protractor": "^5.4.1",
"raw-loader": "^0.5.1",
"rimraf": "^3.0.2",
"string-replace-webpack-plugin": "^0.1.3",
"style-loader": "^0.13.2",
"time-grunt": "^0.3.1",
"webpack": "^4.47.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.2"
},
"repository": {
"type": "git",
"url": "git@github.com:apache/zeppelin.git"
}
}