forked from SAP/fundamental-styles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
168 lines (168 loc) · 6.5 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
164
165
166
167
168
{
"name": "fundamental-styles",
"version": "0.27.0-rc.5",
"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": ">= 1.22.19",
"node": ">= 14"
},
"packageManager": "[email protected]",
"scripts": {
"transform-stories": "ts-node stories-transformer.ts",
"build": "npx nx run-many --target=build --all",
"build:fn-icons": "npx nx run fn-icons:build",
"build:prod": "yarn run build -- --configuration=production",
"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-fiori-components && yarn run sync-fn-components && yarn run lint:style && yarn run lint:js",
"lint:fix": "yarn run sync-fiori-components fix && yarn run sync-fn-components 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": "start-storybook -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 build-storybook -c .storybook -o storybook-static --docs",
"storybook:chromatic": "yarn run storybook:prep && cross-env STORYBOOK_ENV=chromatic build-storybook -c .storybook -o storybook-chromatic",
"prepare": "husky install",
"sync-fiori-components": "node ./scripts/sync-components.js lib=fiori",
"sync-fn-components": "node ./scripts/sync-components.js lib=fn",
"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.9.0",
"@babel/core": "^7.19.1",
"@babel/generator": "^7.19.5",
"@babel/parser": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/register": "^7.18.9",
"@babel/traverse": "^7.19.1",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@commitlint/travis-cli": "^16.0.0",
"@jsdevtools/npm-publish": "^1.4.3",
"@nrwl/devkit": "15.0.0",
"@nrwl/eslint-plugin-nx": "15.0.0",
"@nrwl/js": "15.0.0",
"@nrwl/nx-cloud": "15.0.2",
"@nrwl/nx-plugin": "15.0.0",
"@nrwl/react": "15.0.0",
"@nrwl/web": "15.0.0",
"@sap-theming/theming-base-content": "11.1.48",
"@storybook/addon-a11y": "6.5.13",
"@storybook/addon-actions": "6.5.13",
"@storybook/addon-controls": "6.5.13",
"@storybook/addon-cssresources": "6.2.9",
"@storybook/addon-docs": "6.5.13",
"@storybook/addon-links": "6.5.13",
"@storybook/addon-storyshots": "6.5.13",
"@storybook/addon-toolbars": "6.5.13",
"@storybook/addon-viewport": "6.5.13",
"@storybook/addons": "6.5.13",
"@storybook/builder-vite": "0.2.5",
"@storybook/html": "6.5.13",
"@storybook/theming": "6.5.13",
"@testing-library/react": "13.4.0",
"@types/node": "16.11.7",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-jsx": "^1.2.0",
"babel-plugin-named-exports-order": "^0.0.2",
"bundlesize": "^0.18.1",
"chromatic": "^6.0.4",
"clean-css": "^5.3.0",
"clean-css-cli": "^5.4.1",
"colors": "1.4.0",
"conventional-changelog": "^3.1.25",
"conventional-changelog-angular": "^5.0.13",
"conventional-changelog-cli": "^2.2.2",
"conventional-recommended-bump": "^6.1.0",
"core-js": "^3.6.5",
"cross-env": "^7.0.3",
"cssnano": "5.1.7",
"eslint": "^7.25.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.8",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "^0.6.4",
"fs-extra": "^10.0.0",
"git-semver-tags": "^4.1.1",
"glob": "^8.0.3",
"husky": "7.0.4",
"jsonc-eslint-parser": "^2.1.0",
"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": "15.0.0",
"nx-stylelint": "^14.0.2",
"postcss": "^8.2.13",
"postcss-banner": "^4.0.0",
"postcss-cli": "^9.0.1",
"postcss-import": "^14.0.1",
"postcss-normalize-charset": "^4.0.1",
"postcss-scss": "^4.0.5",
"puppeteer": "9.1.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-is": "^17.0.2",
"react-scripts": "^4.0.3",
"react-test-renderer": "^17.0.0",
"regenerator-runtime": "^0.13.7",
"sass": "1.52.1",
"semver": "^7.3.7",
"standard-version": "9.3.2",
"start-server-and-test": "^1.14.0",
"story-description-loader": "^1.0.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.19.0",
"through2": "^4.0.2",
"tocbot": "^4.12.3",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "^4.8.4",
"vite": "^3.1.8",
"vite-tsconfig-paths": "^3.5.1",
"vitest": "^0.24.3",
"vitest-axe": "^0.1.0",
"webpack": "^5.74.0",
"webpack-merge": "^5.8.0"
},
"browserslist": [
"last 2 versions"
],
"lint-staged": {
"{packages,stories,.storybook}/**/*.(sa|sc|c)ss": "stylelint --fix",
"*.js": "eslint --fix"
},
"dependencies": {
"@storybook/components": "6.5.13",
"@storybook/core-events": "6.5.13",
"fast-deep-equal": "^3.1.3",
"jsdom": "^20.0.1",
"rxjs": "^7.5.7"
}
}