forked from OfficeDev/microsoft-teams-library-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 4.21 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
{
"name": "teams-js-monorepo",
"private": true,
"author": "Microsoft Teams",
"engines": {
"pnpm": "7.30.1"
},
"scripts": {
"build": "lerna run build --stream",
"build-force-blazor": "pnpm build && pnpm build-blazor-app",
"build:clean": "pnpm clean && pnpm build",
"bundleAnalyze": "pnpm --filter @microsoft/bundle-analysis-app webpack:profile",
"bundleAnalyze:collect": "pnpm bundleAnalyze && node tools/cli/collectBundleAnalysis.js --folderName bundleAnalysis",
"build-blazor-app": "pnpm --filter blazor-test-app blazor-build",
"build-test-app-CDN": "pnpm --filter teams-test-app build:CDN",
"build-test-app-local": "pnpm --filter teams-test-app build:local",
"build-test-app-V1": "pnpm --filter teams-test-app build:CDNV1",
"changefile": "pnpm beachball",
"clean": "lerna run clean --stream",
"clean:full": "pnpm clean && pnpm clean:modules",
"clean:modules": "lerna clean -y && rimraf node_modules",
"docs": "pnpm --filter @microsoft/teams-js docs",
"docs:validate": "pnpm --filter @microsoft/teams-js docs:validate",
"lint": "lerna run lint",
"start-blazor-app": "pnpm --filter blazor-test-app start",
"start-perf-app": "pnpm --filter teams-perf-test-app start",
"start-ssr-app": "pnpm --filter ssr-test-app start",
"start-test-app": "pnpm --filter teams-test-app start",
"start-test-app-CDN": "pnpm --filter teams-test-app start:CDN",
"start-test-app-local": "pnpm --filter teams-test-app start:local",
"start-test-app-V1": "pnpm --filter teams-test-app start:CDNV1",
"test": "lerna run test --stream"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@babel/runtime": "^7.12.5",
"@microsoft/eslint-plugin-sdl": "^0.1.5",
"@mixer/webpack-bundle-compare": "^0.1.0",
"@next/eslint-plugin-next": "^13.0.7",
"@octokit/core": "^3.5.1",
"@types/fs-extra": "^9.0.11",
"@types/jest": "^27.0.1",
"@types/jscodeshift": "^0.11.0",
"@types/jszip": "^3.4.1",
"@types/msgpack-lite": "^0.1.7",
"@types/node": "^15.6.1",
"@types/pako": "^1.0.1",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/webpack": "^5.10.0",
"@types/webpack-dev-server": "^4.5.0",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"azure-keyvault": "^3.0.5",
"babel-loader": "^9.1.2",
"beachball": "^2.31.7",
"copy-webpack-plugin": "9.1.0",
"cross-env": "*",
"css-loader": "^6.7.3",
"del": "2.2.2",
"deploy-azure-cdn": "^2.1.1",
"dts-bundle-webpack": "^1.0.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-only-error": "^1.0.2",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-strict-null-checks": "^0.0.19",
"filemanager-webpack-plugin": "^8.0.0",
"fs-extra": "^9.1.0",
"fs-jetpack": "^2.2.2",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-junit": "^15.0.0",
"lerna": "^6.4.1",
"merge2": "1.0.2",
"path": "^0.12.7",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"shx": "^0.3.3",
"style-loader": "^3.3.1",
"ts-jest": "^29.0.5",
"ts-loader": "^9.2.5",
"ts-node": "^10.2.1",
"typedoc": "^0.23.24",
"typescript": "^4.6.4",
"webpack": "^5.10.0",
"webpack-assets-manifest": "^5.0.6",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0",
"webpack-subresource-integrity": "^5.1.0",
"yargs": "^8.0.1"
},
"resolutions": {
"dns-packet": "^1.3.2",
"glob-parent": "^5.1.2",
"lodash": "^4.17.21",
"merge": "^2.1.1",
"serialize-javascript": "^3.1.0",
"set-value": "^2.0.1",
"underscore": "1.12.1",
"url-parse": "^1.5.0",
"y18n": "^4.0.1"
},
"dependencies": {
"uuid": "^9.0.0"
}
}