forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
223 lines (223 loc) · 8.64 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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
{
"name": "fluent-ui-react-repo",
"version": "1.0.0",
"description": "Reusable React components for building experiences for Microsoft 365.",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/microsoft/fluentui"
},
"scripts": {
"a11ytest": "cd apps && cd a11y-tests && yarn test",
"build": "lage build --verbose",
"build:fluentui:docs": "gulp build:docs",
"build:min": "yarn build --to @fluentui/react --to @fluentui/react-northstar --min",
"buildci": "lage build test lint --verbose",
"builddemo": "yarn build --to public-docsite-resources",
"buildto": "lage build --verbose --to",
"buildto:lerna": "node ./scripts/monorepo/buildTo.js",
"bump:beachball": "beachball bump --scope \"!packages/fluentui/*\"",
"bundle": "lage bundle bundle:storybook --verbose",
"bundlesize": "cd scripts && yarn bundlesize",
"bundlesizecollect": "node ./scripts/bundle-size-collect",
"change": "beachball change --scope \"!packages/fluentui/*\"",
"check-for-changed-files": "cd scripts && just-scripts check-for-modified-files",
"checkchange": "beachball check --scope \"!packages/fluentui/*\" --changehint \"Run 'yarn change' to generate a change file\"",
"clean": "lage clean --verbose",
"code-style": "lage code-style --verbose",
"codepen": "cd packages/react && node ../../scripts/local-codepen.js",
"copy-notices": "node scripts/copy-notices.js",
"create-component": "plop --plopfile ./scripts/create-component/create-component.ts --dest . --require ./scripts/ts-node-register",
"create-package": "plop --plopfile ./scripts/create-package/plopfile.ts --dest . --require ./scripts/ts-node-register",
"format": "node scripts/format.js",
"generate-version-files": "yarn workspace @fluentui/scripts just generate-version-files",
"graph": "node ./scripts/dependency-graph-generator/index.js",
"lint": "yarn prelint && lage lint --verbose",
"lint:log": "FORCE_COLOR=0 yarn lint > lint.log 2>&1",
"lint:log:lerna": "FORCE_COLOR=0 lerna run lint --stream --no-bail > lint.log 2>&1",
"perf": "cross-env PERF=true gulp perf --times=100",
"perf:debug": "cross-env PERF=true gulp perf:debug --debug",
"postinstall": "node ./scripts/postinstall.js",
"preinstall": "node ./scripts/use-yarn-please.js",
"prelint": "yarn satisfied && yarn syncpack:list && node ./scripts/lint-files/index.js",
"publish:beachball": "beachball publish --scope \"!packages/fluentui/*\"",
"rebuild": "node ./scripts/invalidate-just-cache.js && yarn build --reset-cache",
"release:fluentui:canary": "node -r ./scripts/ts-node-register ./scripts/fluentui-publish publish-canary",
"release:fluentui:minor": "node -r ./scripts/ts-node-register ./scripts/fluentui-publish publish-minor",
"release:fluentui:pack-nightly": "node -r ./scripts/ts-node-register ./scripts/fluentui-publish pack-nightly",
"release:fluentui:patch": "node -r ./scripts/ts-node-register ./scripts/fluentui-publish publish-patch",
"release:fluentui:post-validation": "node -r ./scripts/ts-node-register ./scripts/fluentui-publish post-publish",
"rename-package": "node -r ./scripts/ts-node-register ./scripts/rename-package.ts",
"run:published": "node ./scripts/monorepo/runPublished.js",
"runto:lerna": "node ./scripts/monorepo/runTo.js",
"satisfied": "satisfied --skip-invalid --ignore \"sass\"",
"scrub": "node ./scripts/scrub.js",
"start": "node scripts/start.js",
"start:legacy": "yarn workspace @fluentui/public-docsite-resources start",
"start:northstar": "yarn workspace @fluentui/docs start",
"start-exp": "yarn workspace @fluentui/react-experiments start",
"stats:build": "gulp stats",
"stats:save": "gulp stats:save",
"sync:beachball": "beachball sync --scope \"!packages/fluentui/*\"",
"syncpack:fix": "syncpack fix-mismatches",
"syncpack:list": "syncpack list-mismatches",
"test": "lage test --verbose",
"test:fluentui:circulars": "gulp test:circulars:run",
"test:fluentui:e2e": "yarn workspace @fluentui/e2e test",
"test:fluentui:projects": "yarn workspace @fluentui/projects-test test",
"update-api": "echo API files are now updated when running yarn build",
"update-snapshots": "lage update-snapshots --verbose",
"update-a11y": "cd apps/a11y-tests && yarn update-snapshots",
"vrtest": "cd apps && cd vr-tests && yarn screener"
},
"devDependencies": {
"@storybook/addon-a11y": "6.0.28",
"@storybook/addon-actions": "6.0.28",
"@storybook/addon-info": "6.0.0-alpha.2",
"@storybook/addon-knobs": "6.0.28",
"@storybook/addons": "6.0.28",
"@storybook/channels": "6.0.28",
"@storybook/core": "6.0.28",
"@storybook/react": "6.0.28",
"@types/jest": "24.9.1",
"@types/jest-axe": "3.2.2",
"@types/node": "10.17.55",
"@types/prettier": "1.19.1",
"@types/webpack-dev-middleware": "4.1.0",
"@types/webpack-env": "1.16.0",
"beachball": "1.53.1",
"cross-env": "^5.1.4",
"css-loader": "5.0.1",
"eslint-plugin-es5": "1.5.0",
"danger": "^6.0.5",
"file-loader": "6.2.0",
"gulp": "^4.0.2",
"html-webpack-plugin": "5.1.0",
"imports-loader": "1.2.0",
"jest": "24.9.0",
"jest-axe": "3.3.0",
"jest-cli": "24.9.0",
"jest-environment-jsdom": "24.9.0",
"jest-watch-typeahead": "0.4.2",
"lage": "0.27.0",
"lerna": "^3.21.0",
"lint-staged": "^10.2.9",
"postcss": "8.2.4",
"postcss-loader": "4.1.0",
"postcss-modules": "2.0.0",
"prettier": "1.19.1",
"raw-loader": "4.0.2",
"sass-loader": "10.1.1",
"satisfied": "^1.1.1",
"storybook-addon-performance": "0.14.0",
"style-loader": "2.0.0",
"syncpack": "^5.6.10",
"ts-jest": "24.3.0",
"ts-loader": "8.0.14",
"typescript": "3.7.2",
"webpack": "5.21.2",
"webpack-cli": "4.3.1",
"webpack-dev-server": "4.0.0-beta.0"
},
"license": "MIT",
"workspaces": {
"packages": [
"apps/*",
"packages/*",
"scripts",
"packages/fluentui/*"
],
"nohoist": [
"@fluentui/make-styles/stylis",
"@fluentui/make-styles/@types/stylis",
"@fluentui/react-bindings/stylis",
"@fluentui/react-northstar-fela-renderer/stylis",
"packages/web-components/webpack",
"packages/web-components/@storybook/**",
"packages/web-components/typescript",
"packages/web-components/typescript/**",
"packages/web-components/ts-loader",
"packages/web-components/ts-loader/**",
"packages/web-components/ts-node",
"packages/web-components/ts-node/**"
]
},
"resolutions": {
"@types/react": "16.9.42",
"@types/react-dom": "16.9.10",
"eslint": "^7.1.0",
"//": "pretty-format contains typing only supported by TS 3.8+ remove when support in this repo is available",
"@testing-library/dom": "7.22.3",
"copy-to-clipboard": "3.2.0"
},
"syncpack": {
"prod": true,
"dev": true,
"peer": false,
"source": [
"package.json",
"apps/*/package.json",
"packages/!(web-components)/package.json",
"packages/fluentui/*/package.json",
"scripts/package.json"
],
"versionGroups": [
{
"packages": [
"test-bundles"
],
"dependencies": [
"webpack"
]
},
{
"packages": [
"@fluentui/web-components"
],
"dependencies": [
"mocha",
"ts-loader",
"ts-node",
"tslib",
"typescript",
"webpack"
]
},
{
"packages": [
"@fluentui/accessibility",
"@fluentui/code-sandbox",
"@fluentui/docs-components",
"@fluentui/docs",
"@fluentui/e2e",
"@fluentui/perf",
"@fluentui/perf-test",
"@fluentui/react-component-event-listener",
"@fluentui/react-component-nesting-registry",
"@fluentui/react-component-ref",
"@fluentui/react-icons-northstar",
"@fluentui/react-northstar-emotion-renderer",
"@fluentui/react-northstar-fela-renderer",
"@fluentui/react-northstar-styles-renderer",
"@fluentui/react-proptypes",
"@fluentui/react-telemetry",
"@fluentui/react-bindings",
"@fluentui/react-builder",
"@fluentui/react-northstar",
"@fluentui/react-northstar-prototypes",
"@fluentui/state",
"@fluentui/styles"
],
"dependencies": [
"@fluentui/a11y-testing",
"@fluentui/dom-utilities",
"@fluentui/eslint-plugin",
"@fluentui/react",
"@fluentui/react-compose",
"@fluentui/react-conformance",
"stylis"
]
}
]
}
}