mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-24 16:00:16 -04:00
123 lines
4.6 KiB
JSON
123 lines
4.6 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 '**/**/*' --ignore-unknown",
|
|
"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 ",
|
|
"mashup": "node scripts/start-mashup.js",
|
|
"test": "yarn run test:unit",
|
|
"test:unit": "jest --maxWorkers=2",
|
|
"test:update": "jest --maxWorkers=2 -u",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "jest --coverage",
|
|
"test:mashup": "aw puppet -c aw.config.js --testExt '*.int.js' --glob 'test/mashup/**/*.int.js'",
|
|
"test:rendering": "playwright test --config=./test/rendering/playwright.config.rendering.js --quiet",
|
|
"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'",
|
|
"prepare": "husky install"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/qlik-oss/nebula.js.git"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx}": [
|
|
"eslint"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.32.1",
|
|
"@after-work.js/aw": "6.0.14",
|
|
"@babel/cli": "7.21.0",
|
|
"@babel/core": "7.21.4",
|
|
"@babel/helper-plugin-utils": "7.20.2",
|
|
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
|
|
"@babel/plugin-transform-react-jsx": "7.21.0",
|
|
"@babel/preset-env": "7.21.4",
|
|
"@babel/preset-react": "7.18.6",
|
|
"@commitlint/cli": "17.5.1",
|
|
"@commitlint/config-conventional": "17.4.4",
|
|
"@rollup/plugin-babel": "6.0.3",
|
|
"@rollup/plugin-commonjs": "24.0.1",
|
|
"@rollup/plugin-json": "6.0.0",
|
|
"@rollup/plugin-node-resolve": "15.0.1",
|
|
"@rollup/plugin-replace": "5.0.2",
|
|
"@storybook/addon-actions": "6.5.16",
|
|
"@storybook/addon-controls": "6.5.16",
|
|
"@storybook/addon-docs": "6.5.16",
|
|
"@storybook/addon-essentials": "6.5.16",
|
|
"@storybook/addon-interactions": "6.5.16",
|
|
"@storybook/addon-links": "6.5.16",
|
|
"@storybook/builder-webpack5": "6.5.16",
|
|
"@storybook/manager-webpack5": "6.5.16",
|
|
"@storybook/react": "6.5.16",
|
|
"@storybook/testing-library": "0.1.0",
|
|
"@storybook/addon-knobs": "6.4.0",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"babel-loader": "9.1.2",
|
|
"babel-plugin-istanbul": "6.1.1",
|
|
"body-parser": "1.20.2",
|
|
"cross-env": "7.0.3",
|
|
"enigma.js": "2.11.0",
|
|
"eslint": "8.37.0",
|
|
"eslint-config-airbnb": "19.0.4",
|
|
"eslint-config-prettier": "8.8.0",
|
|
"eslint-plugin-import": "2.27.5",
|
|
"eslint-plugin-jest": "^27.2.1",
|
|
"eslint-plugin-jsx-a11y": "6.7.1",
|
|
"eslint-plugin-mocha": "10.1.0",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"eslint-plugin-react": "7.32.2",
|
|
"eslint-plugin-storybook": "0.6.11",
|
|
"express": "4.18.2",
|
|
"husky": "8.0.3",
|
|
"jest": "^29.5.0",
|
|
"jest-environment-jsdom": "^29.5.0",
|
|
"jest-junit": "^15.0.0",
|
|
"jest-location-mock": "^1.0.9",
|
|
"jimp": "0.22.7",
|
|
"lerna": "6.6.1",
|
|
"lint-staged": "13.2.0",
|
|
"mocha-junit-reporter": "2.2.0",
|
|
"picasso-plugin-q": "2.2.2",
|
|
"picasso.js": "2.2.2",
|
|
"prettier": "2.8.7",
|
|
"pretty-quick": "3.1.3",
|
|
"puppeteer": "19.8.3",
|
|
"qix-faker": "0.3.0",
|
|
"rollup": "3.20.2",
|
|
"rollup-plugin-dependency-flow": "0.3.0",
|
|
"rollup-plugin-sass": "1.12.19",
|
|
"@rollup/plugin-terser": "0.4.0",
|
|
"whatwg-fetch": "^3.6.2",
|
|
"yargs": "17.7.1"
|
|
},
|
|
"resolutions": {
|
|
"**/caniuse-lite": "1.0.30001473",
|
|
"**/react": "18.2.0",
|
|
"**/react-dom": "18.2.0",
|
|
"**/react-is": "18.2.0",
|
|
"@playwright/test": "1.32.1"
|
|
},
|
|
"workspaces": [
|
|
"generated/*",
|
|
"packages/*",
|
|
"commands/*",
|
|
"apis/*",
|
|
"test/component/*"
|
|
]
|
|
}
|