mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-25 10:00:20 -04:00
* chore: authorize and get list of apps * feat: oauth integration * feat: fixed the wss link * chore: lint issues * chore: codesandbox `installCommand`
116 lines
4.3 KiB
JSON
116 lines
4.3 KiB
JSON
{
|
|
"private": true,
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "yarn run locale:generate && cross-env NODE_ENV=production FORCE_COLOR=1 lerna run build --stream",
|
|
"build:dev": "yarn run locale:generate && cross-env NODE_ENV=development FORCE_COLOR=1 lerna run build --stream",
|
|
"build:codesandbox": "yarn run locale:generate && cross-env NODE_ENV=production CODESANDBOX=1 FORCE_COLOR=1 lerna run build --stream --scope \"@nebula.js/{stardust,theme,locale,conversion,enigma-mocker}\"",
|
|
"install:codesandbox": "yarn --ignore-engines",
|
|
"build:watch": "FORCE_COLOR=1 lerna run build:watch --stream --concurrency 99 --no-sort",
|
|
"format": "prettier --write '**/**/*'",
|
|
"locale:verify": "node tools/verify-translations.js",
|
|
"locale:generate": "node apis/locale/scripts/generate-all.mjs",
|
|
"lint": "eslint packages apis commands --ext .js,.jsx",
|
|
"lint:check": "eslint --print-config ./aw.config.js | eslint-config-prettier-check",
|
|
"storybook": "start-storybook -p 6006",
|
|
"build-storybook": "build-storybook",
|
|
"spec": "lerna run spec --stream --concurrency 99 && lerna run ts --stream --concurrency 99 ",
|
|
"test": "yarn run test:unit",
|
|
"test:jest": "jest --maxWorkers=2",
|
|
"test:jest:watch": "jest --watch",
|
|
"test:jest:coverage": "jest --coverage",
|
|
"mashup": "node scripts/start-mashup.js",
|
|
"test:mashup": "aw puppet -c aw.config.js --testExt '*.int.js' --glob 'test/mashup/**/*.int.js'",
|
|
"test:integration": "aw puppet -c aw.config.js --testExt '*.int.js' --glob 'test/integration/**/*.int.js'",
|
|
"test:component": "aw puppet -c aw.config.js --testExt '*.comp.js' --glob 'test/component/**/*.comp.js'",
|
|
"test:unit": "aw -c aw.config.js --nyc.reportDir coverage/unit --coverage",
|
|
"prepare": "husky install"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/qlik-oss/nebula.js.git"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx}": [
|
|
"eslint"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@after-work.js/aw": "6.0.14",
|
|
"@babel/cli": "7.19.3",
|
|
"@babel/core": "7.19.3",
|
|
"@babel/helper-plugin-utils": "7.19.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "7.18.9",
|
|
"@babel/plugin-transform-react-jsx": "7.19.0",
|
|
"@babel/preset-env": "7.19.3",
|
|
"@babel/preset-react": "7.18.6",
|
|
"@commitlint/cli": "17.1.2",
|
|
"@commitlint/config-conventional": "17.1.0",
|
|
"@rollup/plugin-commonjs": "22.0.2",
|
|
"@rollup/plugin-json": "4.1.0",
|
|
"@rollup/plugin-node-resolve": "14.1.0",
|
|
"@rollup/plugin-replace": "4.0.0",
|
|
"@storybook/addon-actions": "6.5.12",
|
|
"@storybook/addon-controls": "6.5.12",
|
|
"@storybook/addon-docs": "6.5.12",
|
|
"@storybook/addon-essentials": "6.5.12",
|
|
"@storybook/addon-interactions": "6.5.12",
|
|
"@storybook/addon-links": "6.5.12",
|
|
"@storybook/builder-webpack5": "6.5.12",
|
|
"@storybook/manager-webpack5": "6.5.12",
|
|
"@storybook/react": "6.5.12",
|
|
"@storybook/testing-library": "0.0.13",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"babel-loader": "8.2.5",
|
|
"babel-plugin-istanbul": "6.1.1",
|
|
"body-parser": "1.20.0",
|
|
"cross-env": "7.0.3",
|
|
"enigma.js": "2.10.0",
|
|
"eslint": "8.24.0",
|
|
"eslint-config-airbnb": "19.0.4",
|
|
"eslint-config-prettier": "8.5.0",
|
|
"eslint-plugin-import": "2.26.0",
|
|
"eslint-plugin-jest": "^27.1.1",
|
|
"eslint-plugin-jsx-a11y": "6.6.1",
|
|
"eslint-plugin-mocha": "10.1.0",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"eslint-plugin-react": "7.31.8",
|
|
"eslint-plugin-storybook": "0.6.4",
|
|
"express": "4.18.1",
|
|
"husky": "8.0.1",
|
|
"jest": "^29.1.2",
|
|
"jest-environment-jsdom": "^29.1.2",
|
|
"jest-junit": "^14.0.1",
|
|
"jest-location-mock": "^1.0.9",
|
|
"jimp": "0.16.2",
|
|
"lerna": "5.5.4",
|
|
"lint-staged": "13.0.3",
|
|
"mocha-junit-reporter": "2.1.0",
|
|
"picasso-plugin-q": "1.8.0",
|
|
"picasso.js": "1.8.0",
|
|
"prettier": "2.7.1",
|
|
"pretty-quick": "3.1.3",
|
|
"qix-faker": "0.3.0",
|
|
"rollup": "2.79.1",
|
|
"rollup-plugin-babel": "4.4.0",
|
|
"rollup-plugin-dependency-flow": "0.3.0",
|
|
"rollup-plugin-sass": "1.12.16",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"whatwg-fetch": "^3.6.2",
|
|
"yargs": "17.6.0"
|
|
},
|
|
"resolutions": {
|
|
"**/caniuse-lite": "1.0.30001416",
|
|
"**/react": "18.2.0",
|
|
"**/react-dom": "18.2.0",
|
|
"**/react-is": "18.2.0"
|
|
},
|
|
"workspaces": [
|
|
"generated/*",
|
|
"packages/*",
|
|
"commands/*",
|
|
"apis/*",
|
|
"test/component/*"
|
|
]
|
|
}
|