Skip to content
Snippets Groups Projects
Commit 71b15f2d authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6243 Clean up package.json

Move Dev modules to devDependencies
parent eb351db0
Branches
Tags
No related merge requests found
...@@ -2,18 +2,14 @@ import type { StorybookConfig } from '@storybook/angular'; ...@@ -2,18 +2,14 @@ import type { StorybookConfig } from '@storybook/angular';
const config: StorybookConfig = { const config: StorybookConfig = {
stories: ['../**/*.@(mdx|stories.@(js|jsx|ts|tsx))'], stories: ['../**/*.@(mdx|stories.@(js|jsx|ts|tsx))'],
addons: [ addons: ['@storybook/addon-essentials', '@chromatic-com/storybook'],
'@storybook/addon-essentials',
'storybook-tailwind-dark-mode',
'@chromatic-com/storybook'
],
framework: { framework: {
name: '@storybook/angular', name: '@storybook/angular',
options: {}, options: {},
}, },
docs: {} docs: {},
}; };
export default config; export default config;
......
This diff is collapsed.
...@@ -74,7 +74,6 @@ ...@@ -74,7 +74,6 @@
"angular-oauth2-oidc-jwks": "17.0.2", "angular-oauth2-oidc-jwks": "17.0.2",
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"date-fns": "^2.30.0", "date-fns": "^2.30.0",
"decompress": "^4.2.1",
"file-saver": "2.0.5", "file-saver": "2.0.5",
"include-media": "^1.4.10", "include-media": "^1.4.10",
"js-base64": "^3.7.7", "js-base64": "^3.7.7",
...@@ -83,7 +82,6 @@ ...@@ -83,7 +82,6 @@
"lodash-es": "4.17.21", "lodash-es": "4.17.21",
"rxjs": "~7.8.1", "rxjs": "~7.8.1",
"sanitize-filename-ts": "^1.0.2", "sanitize-filename-ts": "^1.0.2",
"storybook": "8.3.5",
"tslib": "^2.3.0", "tslib": "^2.3.0",
"typeface-roboto": "1.1.13", "typeface-roboto": "1.1.13",
"zone.js": "0.14.10" "zone.js": "0.14.10"
...@@ -120,10 +118,7 @@ ...@@ -120,10 +118,7 @@
"@storybook/addon-interactions": "8.3.5", "@storybook/addon-interactions": "8.3.5",
"@storybook/angular": "8.3.5", "@storybook/angular": "8.3.5",
"@storybook/core-server": "8.3.5", "@storybook/core-server": "8.3.5",
"@swc-node/register": "1.9.2", "@testing-library/jest-dom": "^6.4.5",
"@swc/core": "1.5.29",
"@swc/helpers": "~0.5.2",
"@testing-library/jest-dom": "6.4.5",
"@types/file-saver": "2.0.7", "@types/file-saver": "2.0.7",
"@types/jest": "29.5.13", "@types/jest": "29.5.13",
"@types/lodash-es": "4.17.12", "@types/lodash-es": "4.17.12",
...@@ -132,11 +127,12 @@ ...@@ -132,11 +127,12 @@
"@typescript-eslint/parser": "7.18.0", "@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "^7.16.0", "@typescript-eslint/utils": "^7.16.0",
"autoprefixer": "^10.4.19", "autoprefixer": "^10.4.19",
"cypress": "13.15.0", "cypress": "13.15.1",
"cypress-file-upload": "5.0.8", "cypress-file-upload": "5.0.8",
"cypress-mochawesome-reporter": "3.8", "cypress-mochawesome-reporter": "3.8",
"cypress-real-events": "^1.12.0", "cypress-real-events": "^1.12.0",
"cypress-timestamps": "^1.2.3", "cypress-timestamps": "^1.2.3",
"decompress": "^4.2.1",
"eslint": "8.57.0", "eslint": "8.57.0",
"eslint-config-prettier": "9.1.0", "eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.1", "eslint-plugin-cypress": "2.15.1",
...@@ -153,15 +149,11 @@ ...@@ -153,15 +149,11 @@
"ng-mocks": "^14.13.1", "ng-mocks": "^14.13.1",
"ng-packagr": "18.2.1", "ng-packagr": "18.2.1",
"nx": "19.8.8", "nx": "19.8.8",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^10.0.7",
"postcss-url": "~10.1.3",
"prettier": "^3.2.5", "prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^4.1.0", "prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.8", "prettier-plugin-tailwindcss": "^0.6.8",
"sonarqube-scanner": "^4.2.5", "sonarqube-scanner": "^4.2.5",
"storybook-tailwind-dark-mode": "^1.0.22", "storybook": "8.3.5",
"tailwind-merge": "^2.5.4", "tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14", "tailwindcss": "^3.4.14",
"ts-jest": "^29.1.0", "ts-jest": "^29.1.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment