-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
163 lines (163 loc) · 6.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
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.0.6",
"@nx/eslint": "20.0.6",
"@nx/eslint-plugin": "20.0.6",
"@nx/js": "20.0.6",
"@nx/plugin": "20.0.6",
"@nx/react": "20.0.6",
"@nx/web": "20.0.6",
"@sap-theming/theming-base-content": "11.22.0",
"@storybook/addon-a11y": "^8.4.1",
"@storybook/addon-actions": "^8.4.1",
"@storybook/addon-controls": "^8.4.1",
"@storybook/addon-docs": "^8.4.1",
"@storybook/addon-links": "^8.4.1",
"@storybook/addon-mdx-gfm": "^8.4.1",
"@storybook/addon-toolbars": "^8.4.1",
"@storybook/addon-viewport": "^8.4.1",
"@storybook/csf-tools": "^8.4.1",
"@storybook/html": "^8.4.1",
"@storybook/html-vite": "^8.4.1",
"@storybook/icons": "^1.2.12",
"@storybook/manager-api": "^8.4.1",
"@storybook/preview-api": "^8.4.1",
"@storybook/theming": "^8.4.1",
"@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.6.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "^0.10.2",
"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.2",
"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.0.6",
"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.1",
"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.1",
"@storybook/components": "^8.4.1",
"@storybook/core-events": "^8.4.1",
"@vitejs/plugin-react": "3.1.0",
"fast-deep-equal": "3.1.3",
"jsdom": "20.0.1"
}
}