-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.49 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
{
"name": "shadow-dom-islands",
"version": "0.0.0",
"private": true,
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "webpack serve --config webpack/webpack.config.js --mode development",
"postinstall": "patch-package"
},
"dependencies": {
"@fluentui/react": "^8.98.7",
"@fluentui/react-components": "^9.6.0",
"@fluentui/react-icons": "^2.0.175",
"@microsoft/fast-element": "^1.10.4",
"mobx": "^6.6.2",
"mobx-react": "^7.5.3",
"patch-package": "^6.5.0",
"postinstall-postinstall": "^2.1.0",
"random-seedable": "1.0.8",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.20.0",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@griffel/babel-preset": "1.4.0",
"@griffel/eslint-plugin": "1.0.0",
"@griffel/jest-serializer": "1.0.13",
"@griffel/react": "^1.4.1",
"@griffel/webpack-extraction-plugin": "0.2.0",
"@griffel/webpack-loader": "2.1.0",
"@swc/core": "1.2.220",
"@swc/helpers": "0.4.11",
"@types/copy-webpack-plugin": "6.4.0",
"@types/express": "4.17.2",
"@types/node": "10.17.55",
"@types/react": "17.0.44",
"@types/react-dom": "17.0.15",
"@types/webpack-bundle-analyzer": "4.4.3",
"@types/webpack-dev-middleware": "4.1.0",
"@types/webpack-env": "1.16.0",
"@types/webpack-hot-middleware": "2.25.6",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/experimental-utils": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"clean-webpack-plugin": "4.0.0",
"copy-webpack-plugin": "8.1.0",
"cross-env": "^7.0.3",
"eslint": "7.25.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-deprecation": "1.2.1",
"eslint-plugin-es": "4.1.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jest": "23.20.0",
"eslint-plugin-jsdoc": "^36.0.7",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.26.0",
"eslint-plugin-react-hooks": "4.2.0",
"html-webpack-plugin": "5.1.0",
"mini-css-extract-plugin": "^2.6.1",
"style-loader": "2.0.0",
"swc-loader": "0.2.3",
"ts-node": "10.9.1",
"typescript": "^4.8.4",
"webpack": "5.74.0",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "4.10.0",
"webpack-dev-middleware": "4.2.0",
"webpack-dev-server": "4.7.4",
"webpack-hot-middleware": "2.25.1"
}
}