2015-12-11 00:25:50 +03:00
|
|
|
{
|
|
|
|
"scripts": {
|
2019-08-26 23:49:01 +03:00
|
|
|
"karma:tdd": "karma start --tdd",
|
|
|
|
"karma:once": "karma start",
|
|
|
|
"test": "run-s build karma:once",
|
|
|
|
"build": "lerna run build --stream",
|
|
|
|
"package": "run-s build",
|
|
|
|
"lint": "tslint \"{./,./src/**/,./packages/*/,./packages/*/src/**/}*.{ts,tsx}\"",
|
|
|
|
"lint:fix": "tslint --fix \"{./,./src/**/,./packages/*/,./packages/*/src/**/}*.{ts,tsx}\"",
|
2017-08-02 21:25:44 +03:00
|
|
|
"start": "lerna --stream --scope @essex/attribute-slicer run test && lerna run start --stream --scope @essex/attribute-slicer-powerbi"
|
2015-12-15 03:46:33 +03:00
|
|
|
},
|
2017-11-22 19:47:44 +03:00
|
|
|
"private": true,
|
|
|
|
"workspaces": [
|
|
|
|
"packages/*"
|
2019-08-26 23:49:01 +03:00
|
|
|
],
|
|
|
|
"prettier": {
|
|
|
|
"trailingComma": "all"
|
|
|
|
},
|
2015-12-15 03:46:33 +03:00
|
|
|
"devDependencies": {
|
2019-08-26 23:49:01 +03:00
|
|
|
"@types/chai": "^4.2.0",
|
|
|
|
"@types/d3-color": "^1.2.2",
|
|
|
|
"@types/d3-selection": "^1.4.1",
|
|
|
|
"@types/debug": "4.1.5",
|
|
|
|
"@types/es6-promise": "3.3.0",
|
|
|
|
"@types/jsdom": "^12.2.4",
|
|
|
|
"@types/lodash.clonedeep": "^4.5.6",
|
|
|
|
"@types/lodash.debounce": "^4.0.6",
|
|
|
|
"@types/lodash.forown": "^4.4.6",
|
|
|
|
"@types/lodash.get": "^4.4.6",
|
|
|
|
"@types/lodash.isequal": "^4.5.5",
|
|
|
|
"@types/lodash.merge": "^4.6.6",
|
|
|
|
"@types/lodash.omit": "^4.5.6",
|
|
|
|
"@types/lodash.set": "^4.3.6",
|
|
|
|
"@types/mocha": "^5.2.7",
|
|
|
|
"@types/node": "^12.7.2",
|
|
|
|
"chai": "4.2.0",
|
|
|
|
"copyfiles": "^2.1.1",
|
|
|
|
"karma": "^4.2.0",
|
|
|
|
"karma-chrome-launcher": "^3.1.0",
|
2017-08-03 01:13:18 +03:00
|
|
|
"karma-mocha": "^1.3.0",
|
|
|
|
"karma-sourcemap-loader": "^0.3.7",
|
2019-08-26 23:49:01 +03:00
|
|
|
"karma-webpack": "^4.0.2",
|
|
|
|
"lerna": "^3.16.4",
|
|
|
|
"mocha": "^6.2.0",
|
|
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
"null-loader": "^3.0.0",
|
|
|
|
"powerbi-visuals-utils-testutils": "^2.2.0",
|
|
|
|
"raw-loader": "^3.1.0",
|
|
|
|
"ts-loader": "^6.0.4",
|
|
|
|
"tslint": "^5.19.0",
|
|
|
|
"tslint-microsoft-contrib": "^6.2.0",
|
|
|
|
"typedoc": "^0.15.0",
|
|
|
|
"typescript": "^3.5.3"
|
2015-12-11 00:25:50 +03:00
|
|
|
}
|
|
|
|
}
|