-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.59 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 3.59 KB
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
{
"name": "fluentui-contrib",
"private": true,
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "nx affected --target=build",
"change": "beachball change",
"check-dependencies": "syncpack list-mismatches",
"lint": "nx affected --target=lint",
"test": "nx affected --target=test",
"type-check": "nx affected --target=type-check",
"preinstall": "node ./tools/scripts/preinstall.mjs",
"postinstall": "patch-package",
"dedupe": "yarn dedupe --strategy highest"
},
"repository": {
"url": "https://github.com/microsoft/fluentui-contrib",
"type": "git"
},
"engines": {
"node": "^20.19.0 || ^22.12.0",
"yarn": ">=4.12.0"
},
"packageManager": "yarn@4.12.0",
"devDependencies": {
"@babel/preset-env": "7.27.1",
"@babel/preset-react": "7.27.1",
"@babel/preset-typescript": "7.27.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fluentui/react": "^8.120.2",
"@fluentui/react-components": "^9.70.0",
"@fluentui/react-icons": "^2.0.249",
"@fluentui/react-migration-v8-v9": "^9.9.4",
"@fluentui/react-shared-contexts": "^9.24.1",
"@fluentui/scheme-utilities": "^8.3.58",
"@fluentui/storybook-llms-extractor": "^0.0.3",
"@griffel/shadow-dom": "~0.2.0",
"@nx/devkit": "22.1.3",
"@nx/eslint": "22.1.3",
"@nx/eslint-plugin": "22.1.3",
"@nx/jest": "22.1.3",
"@nx/js": "22.1.3",
"@nx/playwright": "22.1.3",
"@nx/plugin": "22.1.3",
"@nx/react": "22.1.3",
"@nx/storybook": "22.1.3",
"@nx/web": "22.1.3",
"@nx/webpack": "22.1.3",
"@nx/workspace": "22.1.3",
"@playwright/experimental-ct-react": "1.56.1",
"@playwright/experimental-ct-react17": "1.56.1",
"@rnx-kit/eslint-plugin": "0.8.6",
"@storybook/addon-docs": "9.1.16",
"@storybook/addon-themes": "9.1.16",
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
"@storybook/react-webpack5": "9.1.16",
"@stylistic/eslint-plugin": "3.1.0",
"@swc-node/register": "1.10.10",
"@swc/cli": "0.7.8",
"@swc/core": "1.13.3",
"@swc/helpers": "~0.5.11",
"@swc/jest": "0.2.39",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/jest": "30.0.0",
"@types/node": "20.14.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-virtualized-auto-sizer": "^1.0.8",
"@types/react-window": "^1.8.5",
"beachball": "^2.33.2",
"eslint": "9.26.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-playwright": "2.2.2",
"globals": "15.15.0",
"jest": "30.0.5",
"jest-environment-jsdom": "30.0.5",
"jest-util": "^30.0.2",
"jsonc-eslint-parser": "2.4.0",
"nx": "22.1.3",
"parsel-js": "^1.1.2",
"patch-package": "^7.0.2",
"playwright": "1.56.1",
"prettier": "^2.6.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-frame-component": "^5.2.6",
"react-shadow": "^20.6.0",
"react-virtualized-auto-sizer": "^1.0.26",
"react-window": "^1.8.10",
"scheduler": "0.23.0",
"semver": "^7.5.2",
"storybook": "9.1.16",
"stylelint": "^15.10.3",
"syncpack": "^9.8.6",
"ts-node": "10.9.2",
"tslib": "^2.3.0",
"typescript": "5.8.3",
"typescript-eslint": "8.32.1"
},
"nx": {
"includedScripts": []
},
"workspaces": [
"apps/*",
"packages/*"
],
"resolutions": {
"@storybook/addon-docs/@jest/transform": "^30",
"tar-fs": "^2.1.4",
"axios": "^1.12.0",
"node-forge": "1.3.2",
"@types/react-window/@types/react": "18.3.1"
}
}