-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.46 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
{
"version": "3.4.1",
"generators": "./generators.json",
"executors": "./executors.json",
"workspaces": [
"packages/*"
],
"devDependencies": {
"@angular-devkit/build-angular": "16.2.15",
"@angular-devkit/core": "16.2.0",
"@angular-devkit/schematics": "16.2.5",
"@angular-eslint/eslint-plugin": "16.0.0",
"@angular-eslint/eslint-plugin-template": "16.0.0",
"@angular-eslint/template-parser": "16.0.0",
"@angular/animations": "16.2.0",
"@angular/cli": "16.2.0",
"@angular/common": "16.2.0",
"@angular/compiler": "16.2.0",
"@angular/compiler-cli": "16.2.0",
"@angular/core": "16.2.0",
"@angular/forms": "16.2.0",
"@angular/language-service": "16.2.0",
"@angular/platform-browser": "16.2.0",
"@angular/platform-browser-dynamic": "16.2.0",
"@angular/router": "16.2.0",
"@azure/msal-browser": "2.28.1",
"@azure/static-web-apps-cli": "2.0.1",
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"@custom-elements-manifest/analyzer": "0.9.4",
"@docusaurus/core": "3.4.0",
"@docusaurus/module-type-aliases": "3.4.0",
"@docusaurus/preset-classic": "3.4.0",
"@floating-ui/dom": "0.3.1",
"@lit-labs/react": "2.1.3",
"@lit-labs/ssr": "3.2.2",
"@mdx-js/react": "1.6.22",
"@microsoft/applicationinsights-web": "3.0.6",
"@nx-extend/terraform": "4.2.0",
"@nx/devkit": "16.8.1",
"@nx/esbuild": "16.9.1",
"@nx/eslint-plugin": "16.5.3",
"@nx/jest": "16.9.1",
"@nx/js": "16.9.1",
"@nx/linter": "16.5.3",
"@nx/storybook": "18.1.3",
"@nx/vite": "19.8.0",
"@open-wc/eslint-config": "12.0.0",
"@open-wc/testing": "3.2.0",
"@phosphor-icons/core": "2.0.3",
"@storybook/addon-essentials": "8.1.11",
"@storybook/addon-links": "8.1.11",
"@storybook/addon-storysource": "8.1.11",
"@storybook/addons": "7.6.17",
"@storybook/core-common": "8.1.11",
"@storybook/core-events": "8.1.11",
"@storybook/core-server": "8.1.11",
"@storybook/theming": "8.1.11",
"@storybook/web-components-vite": "8.1.11",
"@sveltejs/kit": "2.7.1",
"@sveltejs/vite-plugin-svelte": "3.1.2",
"@types/koa": "2.13.9",
"@types/koa-router": "7.4.5",
"@types/koa-static": "4.0.2",
"@types/node": "18.7.1",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"@vitejs/plugin-react": "4.1.0",
"@vitejs/plugin-vue": "4.3.4",
"@web/dev-server-esbuild": "0.2.16",
"@web/test-runner": "0.18.2",
"@webcomponents/template-shadowroot": "0.2.1",
"clsx": "2.1.1",
"date-fns": "2.29.1",
"esbuild": "0.19.4",
"eslint": "8.41.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-storybook": "0.6.12",
"eslint-plugin-vue": "9.17.0",
"gridjs": "6.0.6",
"jsonc-eslint-parser": "2.3.0",
"koa": "2.14.2",
"koa-node-resolve": "1.0.0-pre.9",
"koa-router": "12.0.0",
"koa-static": "5.0.0",
"lit": "3.1.2",
"nx": "18.0.1",
"prettier": "3.2.5",
"prism-react-renderer": "2.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"rxjs": "7.8.1",
"sinon": "14.0.2",
"svelte": "4.2.19",
"tabbable": "5.3.3",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"tslib": "2.3.1",
"typescript": "4.9.3",
"vite": "5.3.6",
"vite-tsconfig-paths": "4.2.1",
"vue": "3.3.4",
"zone.js": "0.13.0"
}
}