-
Notifications
You must be signed in to change notification settings - Fork 771
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.59 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.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
{
"name": "@fluentui/system-icons-repo",
"private": true,
"workspaces": [
"packages/*",
"importer"
],
"engines": {
"node": "^22.0.0 || ^24.0.0"
},
"packageManager": "npm@10.9.4",
"description": "",
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/microsoft/fluentui-system-icons.git"
},
"scripts": {
"reset-workspace": "git clean -dXf",
"prepare": "husky",
"postinstall": "patch-package",
"format": "nx format:write",
"format:check": "nx format:check"
},
"devDependencies": {
"@griffel/webpack-extraction-plugin": "0.5.14",
"@griffel/webpack-loader": "2.2.23",
"@nx/js": "21.6.10",
"@types/react": "19.1.13",
"@types/react-dom": "19.1.9",
"css-loader": "7.1.4",
"eslint": "8.57.1",
"husky": "9.1.7",
"jest-diff": "^30.2.0",
"jsdom": "^21.1.0",
"mini-css-extract-plugin": "2.10.1",
"monosize": "0.7.1",
"monosize-bundler-webpack": "0.2.1",
"nano-staged": "0.9.0",
"nx": "21.6.10",
"patch-package": "8.0.1",
"prettier": "3.6.2",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-window": "^1.8.10",
"storybook": "9.1.19",
"typescript": "5.0.4",
"typescript-eslint": "7.18.0",
"vitest": "^3.2.4",
"@testing-library/dom": "10.4.1",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2"
},
"optionalDependencies": {
"@esbuild/linux-x64": "0.25.12",
"@rollup/rollup-linux-x64-gnu": "4.60.0"
}
}