forked from microsoft/fluentui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
177 lines (177 loc) · 6.8 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
{
"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",
"build:prod": "yarn build --production",
"buildci": "yarn prelint && lage build test lint --verbose",
"buildci:prod": "yarn build:prod && yarn test && yarn lint && yarn bundle:prod",
"builddemo": "yarn build --to public-docsite-resources",
"buildto": "lage build --verbose --to",
"buildto:lerna": "node ./scripts/monorepo/buildTo.js",
"bundle": "lage bundle --verbose",
"bundle:prod": "yarn bundle --production",
"bundlesize": "cd scripts && yarn bundlesize",
"bundlesizecollect": "node ./scripts/bundle-size-collect",
"checkchange": "beachball check --scope \"!packages/fluentui/*\" --changehint \"Run 'yarn change' to generate a change file\"",
"clean": "lage clean --verbose",
"codepen": "cd packages/react && node ../../scripts/local-codepen.js",
"code-style": "lage code-style --verbose",
"create-package": "plop --plopfile ./scripts/create-package/plopfile.ts --dest . --require ./scripts/ts-node-register",
"create-component": "plop --plopfile ./scripts/create-component/create-component.ts --dest . --require ./scripts/ts-node-register",
"change": "beachball change --scope \"!packages/fluentui/*\"",
"dom-test": "cd apps/dom-tests && just-scripts jest-dom-with-webpack",
"generate-version-files": "yarn workspace @fluentui/scripts just generate-version-files",
"lint": "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",
"sync:beachball": "beachball sync --scope \"!packages/fluentui/*\"",
"publish:beachball": "beachball publish --scope \"!packages/fluentui/*\"",
"bump:beachball": "beachball bump --scope \"!packages/fluentui/*\"",
"check-for-changed-files": "cd scripts && just-scripts check-for-modified-files",
"perf": "cross-env PERF=true gulp perf --times=100",
"perf:debug": "cross-env PERF=true gulp perf:debug --debug",
"preinstall": "node ./scripts/use-yarn-please.js",
"prelint": "yarn satisfied && yarn syncpack:list && node ./scripts/lint-files/index.js",
"postinstall": "node ./scripts/postinstall.js",
"prettier": "node scripts/prettier.js",
"rebuild": "node ./scripts/invalidate-just-cache.js && yarn build --reset-cache",
"release:fluentui:minor": "yarn workspace @fluentui/scripts just fluentui:publish:minor",
"release:fluentui:patch": "yarn workspace @fluentui/scripts just fluentui:publish:patch",
"rename-package": "node -r ./scripts/ts-node-register ./scripts/rename-package.ts",
"runto:lerna": "node ./scripts/monorepo/runTo.js",
"run:published": "node ./scripts/monorepo/runPublished.js",
"satisfied": "satisfied --skip-invalid",
"scrub": "node ./scripts/scrub.js",
"start:legacy": "yarn workspace @fluentui/public-docsite-resources start",
"start": "node scripts/start.js",
"start:northstar": "yarn workspace @fluentui/docs start",
"start-exp": "yarn workspace @fluentui/react-experiments start",
"stats:build": "gulp stats",
"stats:save": "gulp stats:save",
"syncpack:list": "syncpack list-mismatches",
"syncpack:fix": "syncpack fix-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": {
"beachball": "^1.39.1",
"cross-env": "^5.1.4",
"danger": "^6.0.5",
"gulp": "^4.0.2",
"lage": "0.27.0",
"lerna": "^3.15.0",
"lint-staged": "^10.2.9",
"satisfied": "^1.1.1",
"syncpack": "^5.6.10"
},
"license": "MIT",
"workspaces": {
"packages": [
"apps/*",
"packages/*",
"scripts",
"packages/fluentui/*"
],
"nohoist": [
"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/**",
"packages/web-components/mocha",
"packages/web-components/mocha/**"
]
},
"resolutions": {
"@types/react": "16.9.42",
"@types/react-dom": "16.9.10",
"eslint": "^7.1.0",
"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-context-selector",
"@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/dom-utilities",
"@fluentui/eslint-plugin",
"@fluentui/react",
"@fluentui/react-compose",
"stylis"
]
}
]
}
}