-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
1,936 additions
and
933 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,163 +1,163 @@ | ||
{ | ||
"name": "fundamental-styles", | ||
"description": "Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/", | ||
"engines": { | ||
"yarn": ">= 4.4.1", | ||
"node": ">= 18" | ||
}, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"transform-stories": "ts-node stories-transformer.ts", | ||
"build": "npx nx run-many --target=build --all", | ||
"build:prod": "yarn run build --configuration=production --skip-nx-cache", | ||
"build:theming-preview": "npx nx run theming-preview:build", | ||
"build:visual-stories": "nx run-many --target=build-visual --all", | ||
"lint:style": "stylelint \"packages/*/src/**/*.(sa|sc|c)ss\"", | ||
"lint:js": "eslint . --ext .js", | ||
"lint": "yarn run sync-entries && yarn run lint:style && yarn run lint:js", | ||
"lint:fix": "yarn run sync-entries fix && yarn run lint:style --fix && yarn run lint:js --fix", | ||
"lint:pre-commit": "echo running pre-commit lint... && yarn run lint && echo done!\n", | ||
"hotfix-release": "./scripts/hotfix-publish-release.sh", | ||
"hotfix-release-latest": "./scripts/hotfix-publish-release.sh latest", | ||
"size": "bundlesize --config config/bundlesize.json", | ||
"start": "yarn run build:visual-stories && yarn run storybook:serve", | ||
"start:prod": "yarn run storybook:serve:prod", | ||
"test": "npx vitest --run", | ||
"test:accessibility": "vitest accessibility --run", | ||
"test:update": "npx nx run-many --target=update-storyshots --all", | ||
"storybook": "yarn run storybook:serve", | ||
"storybook:serve": "storybook dev -p 6006", | ||
"storybook:serve:prod": "cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start", | ||
"storybook:ci": "yarn run storybook --ci --quiet", | ||
"storybook:prep": "yarn run build:visual-stories", | ||
"storybook:static": "yarn run storybook:prep && cross-env STORYBOOK_ENV=docs storybook build -c .storybook -o storybook-static --docs", | ||
"storybook:chromatic": "yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic storybook build -c .storybook -o storybook-chromatic", | ||
"prepare": "husky install", | ||
"sync-fiori-components": "npx nx run styles:sync-entry", | ||
"sync-entries": "npx nx run-many --target sync-entry --all", | ||
"pre-commit": "lint-staged && yarn run lint:pre-commit" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/SAP/fundamental-styles.git" | ||
}, | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"homepage": "https://sap.github.io/fundamental-styles/", | ||
"devDependencies": { | ||
"@actions/core": "1.10.1", | ||
"@babel/core": "7.23.9", | ||
"@chromatic-com/storybook": "^3.2.2", | ||
"@commitlint/cli": "18.6.0", | ||
"@commitlint/config-conventional": "18.6.0", | ||
"@jsdevtools/npm-publish": "3.0.1", | ||
"@nx/devkit": "20.1.3", | ||
"@nx/eslint": "20.1.3", | ||
"@nx/eslint-plugin": "20.1.3", | ||
"@nx/js": "20.1.3", | ||
"@nx/plugin": "20.1.3", | ||
"@nx/react": "20.1.3", | ||
"@nx/web": "20.1.3", | ||
"@sap-theming/theming-base-content": "11.24.0", | ||
"@storybook/addon-a11y": "^8.4.7", | ||
"@storybook/addon-actions": "^8.4.7", | ||
"@storybook/addon-controls": "^8.4.7", | ||
"@storybook/addon-docs": "^8.4.7", | ||
"@storybook/addon-links": "^8.4.7", | ||
"@storybook/addon-mdx-gfm": "^8.4.7", | ||
"@storybook/addon-toolbars": "^8.4.7", | ||
"@storybook/addon-viewport": "^8.4.7", | ||
"@storybook/csf-tools": "^8.4.7", | ||
"@storybook/html": "^8.4.7", | ||
"@storybook/html-vite": "^8.4.7", | ||
"@storybook/icons": "^1.3.0", | ||
"@storybook/manager-api": "^8.4.7", | ||
"@storybook/preview-api": "^8.4.7", | ||
"@storybook/theming": "^8.4.7", | ||
"@swc/core": "1.5.7", | ||
"@testing-library/react": "15.0.6", | ||
"@types/fs-extra": "11.0.4", | ||
"@types/node": "18.19.14", | ||
"@types/react": "18.3.1", | ||
"@types/react-dom": "18.3.0", | ||
"@typescript-eslint/eslint-plugin": "7.18.0", | ||
"@typescript-eslint/parser": "7.18.0", | ||
"autoprefixer": "10.4.20", | ||
"bundlesize": "0.18.2", | ||
"chromatic": "11.5.5", | ||
"clean-css": "5.3.3", | ||
"clean-css-cli": "5.4.1", | ||
"colors": "1.4.0", | ||
"conventional-changelog": "5.1.0", | ||
"conventional-changelog-angular": "7.0.0", | ||
"conventional-changelog-cli": "4.1.0", | ||
"conventional-recommended-bump": "9.0.0", | ||
"core-js": "3.35.1", | ||
"cross-env": "7.0.3", | ||
"cssnano": "7.0.5", | ||
"eslint": "8.57.0", | ||
"eslint-plugin-import": "2.31.0", | ||
"eslint-plugin-jsx-a11y": "6.10.1", | ||
"eslint-plugin-react": "7.31.11", | ||
"eslint-plugin-react-hooks": "5.0.0", | ||
"eslint-plugin-storybook": "^0.11.0", | ||
"fast-glob": "3.3.2", | ||
"fs-extra": "11.2.0", | ||
"git-semver-tags": "4.1.1", | ||
"glob": "8.0.3", | ||
"husky": "7.0.4", | ||
"jsonc-eslint-parser": "2.1.0", | ||
"lerna": "8.1.9", | ||
"lint-staged": "12.4.2", | ||
"lodash": "4.17.21", | ||
"markdown-to-jsx": "7.1.2", | ||
"normalize.css": "8.0.1", | ||
"npm-run-all": "4.1.5", | ||
"nx": "20.1.3", | ||
"nx-stylelint": "17.1.4", | ||
"postcss": "8.4.38", | ||
"postcss-banner": "4.0.1", | ||
"postcss-cli": "9.1.0", | ||
"postcss-import": "14.1.0", | ||
"postcss-normalize-charset": "4.0.1", | ||
"postcss-scss": "4.0.9", | ||
"prettier": "^3.2.5", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"react-is": "18.3.1", | ||
"remark-gfm": "3.0.1", | ||
"sass": "1.52.1", | ||
"semver": "7.5.4", | ||
"standard-version": "9.3.2", | ||
"start-server-and-test": "1.14.0", | ||
"storybook": "^8.4.7", | ||
"stylelint": "16.8.2", | ||
"stylelint-config-standard": "36.0.1", | ||
"stylelint-config-standard-scss": "^13.1.0", | ||
"stylelint-scss": "6.1.0", | ||
"through2": "4.0.2", | ||
"tocbot": "4.12.3", | ||
"ts-node": "10.9.2", | ||
"tslib": "2.3.0", | ||
"typescript": "5.5.4", | ||
"vite": "4.5.5", | ||
"vite-tsconfig-paths": "4.2.0", | ||
"vitest": "0.30.1", | ||
"vitest-axe": "0.1.0" | ||
}, | ||
"browserslist": [ | ||
"last 2 versions" | ||
], | ||
"lint-staged": { | ||
"{packages,stories,.storybook}/**/*.(sa|sc|c)ss": "stylelint --fix", | ||
"*.js": "eslint --fix" | ||
}, | ||
"dependencies": { | ||
"@storybook/blocks": "^8.4.7", | ||
"@storybook/components": "^8.4.7", | ||
"@storybook/core-events": "^8.4.7", | ||
"@vitejs/plugin-react": "3.1.0", | ||
"fast-deep-equal": "3.1.3", | ||
"jsdom": "20.0.1" | ||
} | ||
"name": "fundamental-styles", | ||
"description": "Fundamental Library Styles is a Design System and HTML/CSS Component Library used to build modern Product User Experiences with SAP Fiori look and feel with any web technology. Learn more about this project at - http://sap.github.io/fundamental-styles/", | ||
"engines": { | ||
"yarn": ">= 4.4.1", | ||
"node": ">= 18" | ||
}, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"transform-stories": "ts-node stories-transformer.ts", | ||
"build": "npx nx run-many --target=build --all", | ||
"build:prod": "yarn run build --configuration=production --skip-nx-cache", | ||
"build:theming-preview": "npx nx run theming-preview:build", | ||
"build:visual-stories": "nx run-many --target=build-visual --all", | ||
"lint:style": "stylelint \"packages/*/src/**/*.(sa|sc|c)ss\"", | ||
"lint:js": "eslint . --ext .js", | ||
"lint": "yarn run sync-entries && yarn run lint:style && yarn run lint:js", | ||
"lint:fix": "yarn run sync-entries fix && yarn run lint:style --fix && yarn run lint:js --fix", | ||
"lint:pre-commit": "echo running pre-commit lint... && yarn run lint && echo done!\n", | ||
"hotfix-release": "./scripts/hotfix-publish-release.sh", | ||
"hotfix-release-latest": "./scripts/hotfix-publish-release.sh latest", | ||
"size": "bundlesize --config config/bundlesize.json", | ||
"start": "yarn run build:visual-stories && yarn run storybook:serve", | ||
"start:prod": "yarn run storybook:serve:prod", | ||
"test": "npx vitest --run", | ||
"test:accessibility": "vitest accessibility --run", | ||
"test:update": "npx nx run-many --target=update-storyshots --all", | ||
"storybook": "yarn run storybook:serve", | ||
"storybook:serve": "storybook dev -p 6006", | ||
"storybook:serve:prod": "cross-env NODE_ENV=production yarn run storybook:prep && cross-env NODE_ENV=production yarn run start", | ||
"storybook:ci": "yarn run storybook --ci --quiet", | ||
"storybook:prep": "yarn run build:visual-stories", | ||
"storybook:static": "yarn run storybook:prep && cross-env STORYBOOK_ENV=docs storybook build -c .storybook -o storybook-static --docs", | ||
"storybook:chromatic": "yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic storybook build -c .storybook -o storybook-chromatic", | ||
"prepare": "husky install", | ||
"sync-fiori-components": "npx nx run styles:sync-entry", | ||
"sync-entries": "npx nx run-many --target sync-entry --all", | ||
"pre-commit": "lint-staged && yarn run lint:pre-commit" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/SAP/fundamental-styles.git" | ||
}, | ||
"author": "", | ||
"license": "Apache-2.0", | ||
"homepage": "https://sap.github.io/fundamental-styles/", | ||
"devDependencies": { | ||
"@actions/core": "1.10.1", | ||
"@babel/core": "7.23.9", | ||
"@chromatic-com/storybook": "^3.2.2", | ||
"@commitlint/cli": "18.6.0", | ||
"@commitlint/config-conventional": "18.6.0", | ||
"@jsdevtools/npm-publish": "3.0.1", | ||
"@nx/devkit": "20.2.2", | ||
"@nx/eslint": "20.2.2", | ||
"@nx/eslint-plugin": "20.2.2", | ||
"@nx/js": "20.2.2", | ||
"@nx/plugin": "20.2.2", | ||
"@nx/react": "20.2.2", | ||
"@nx/web": "20.2.2", | ||
"@sap-theming/theming-base-content": "11.24.0", | ||
"@storybook/addon-a11y": "^8.4.7", | ||
"@storybook/addon-actions": "^8.4.7", | ||
"@storybook/addon-controls": "^8.4.7", | ||
"@storybook/addon-docs": "^8.4.7", | ||
"@storybook/addon-links": "^8.4.7", | ||
"@storybook/addon-mdx-gfm": "^8.4.7", | ||
"@storybook/addon-toolbars": "^8.4.7", | ||
"@storybook/addon-viewport": "^8.4.7", | ||
"@storybook/csf-tools": "^8.4.7", | ||
"@storybook/html": "^8.4.7", | ||
"@storybook/html-vite": "^8.4.7", | ||
"@storybook/icons": "^1.3.0", | ||
"@storybook/manager-api": "^8.4.7", | ||
"@storybook/preview-api": "^8.4.7", | ||
"@storybook/theming": "^8.4.7", | ||
"@swc/core": "1.5.7", | ||
"@testing-library/react": "15.0.6", | ||
"@types/fs-extra": "11.0.4", | ||
"@types/node": "18.19.14", | ||
"@types/react": "18.3.1", | ||
"@types/react-dom": "18.3.0", | ||
"@typescript-eslint/eslint-plugin": "7.18.0", | ||
"@typescript-eslint/parser": "7.18.0", | ||
"autoprefixer": "10.4.20", | ||
"bundlesize": "0.18.2", | ||
"chromatic": "11.5.5", | ||
"clean-css": "5.3.3", | ||
"clean-css-cli": "5.4.1", | ||
"colors": "1.4.0", | ||
"conventional-changelog": "5.1.0", | ||
"conventional-changelog-angular": "7.0.0", | ||
"conventional-changelog-cli": "4.1.0", | ||
"conventional-recommended-bump": "9.0.0", | ||
"core-js": "3.35.1", | ||
"cross-env": "7.0.3", | ||
"cssnano": "7.0.5", | ||
"eslint": "8.57.0", | ||
"eslint-plugin-import": "2.31.0", | ||
"eslint-plugin-jsx-a11y": "6.10.1", | ||
"eslint-plugin-react": "7.31.11", | ||
"eslint-plugin-react-hooks": "5.0.0", | ||
"eslint-plugin-storybook": "^0.11.0", | ||
"fast-glob": "3.3.2", | ||
"fs-extra": "11.2.0", | ||
"git-semver-tags": "4.1.1", | ||
"glob": "8.0.3", | ||
"husky": "7.0.4", | ||
"jsonc-eslint-parser": "2.1.0", | ||
"lerna": "8.1.9", | ||
"lint-staged": "12.4.2", | ||
"lodash": "4.17.21", | ||
"markdown-to-jsx": "7.1.2", | ||
"normalize.css": "8.0.1", | ||
"npm-run-all": "4.1.5", | ||
"nx": "20.2.2", | ||
"nx-stylelint": "17.1.4", | ||
"postcss": "8.4.38", | ||
"postcss-banner": "4.0.1", | ||
"postcss-cli": "9.1.0", | ||
"postcss-import": "14.1.0", | ||
"postcss-normalize-charset": "4.0.1", | ||
"postcss-scss": "4.0.9", | ||
"prettier": "^3.2.5", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"react-is": "18.3.1", | ||
"remark-gfm": "3.0.1", | ||
"sass": "1.52.1", | ||
"semver": "7.5.4", | ||
"standard-version": "9.3.2", | ||
"start-server-and-test": "1.14.0", | ||
"storybook": "^8.4.7", | ||
"stylelint": "16.8.2", | ||
"stylelint-config-standard": "36.0.1", | ||
"stylelint-config-standard-scss": "^13.1.0", | ||
"stylelint-scss": "6.1.0", | ||
"through2": "4.0.2", | ||
"tocbot": "4.12.3", | ||
"ts-node": "10.9.2", | ||
"tslib": "2.3.0", | ||
"typescript": "5.6.3", | ||
"vite": "4.5.5", | ||
"vite-tsconfig-paths": "4.2.0", | ||
"vitest": "0.30.1", | ||
"vitest-axe": "0.1.0" | ||
}, | ||
"browserslist": [ | ||
"last 2 versions" | ||
], | ||
"lint-staged": { | ||
"{packages,stories,.storybook}/**/*.(sa|sc|c)ss": "stylelint --fix", | ||
"*.js": "eslint --fix" | ||
}, | ||
"dependencies": { | ||
"@storybook/blocks": "^8.4.7", | ||
"@storybook/components": "^8.4.7", | ||
"@storybook/core-events": "^8.4.7", | ||
"@vitejs/plugin-react": "3.1.0", | ||
"fast-deep-equal": "3.1.3", | ||
"jsdom": "20.0.1" | ||
} | ||
} |
Oops, something went wrong.