-
Notifications
You must be signed in to change notification settings - Fork 93
/
package.json
132 lines (132 loc) · 5.88 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
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "graph-explorer-v2",
"version": "10.4.1",
"private": true,
"dependencies": {
"@augloop/types-core": "file:packages/types-core-2.16.189.tgz",
"@axe-core/webdriverjs": "4.10.0",
"@azure/msal-browser": "3.26.1",
"@babel/core": "7.26.0",
"@babel/runtime": "7.26.0",
"@fluentui/react": "8.121.1",
"@fluentui/react-icons-mdl2": "1.3.76",
"@microsoft/applicationinsights-react-js": "17.3.4",
"@microsoft/applicationinsights-web": "3.3.3",
"@microsoft/microsoft-graph-client": "3.0.7",
"@monaco-editor/react": "4.6.0",
"@ms-ofb/officebrowserfeedbacknpm": "file:packages/officebrowserfeedbacknpm-1.6.6.tgz",
"@reduxjs/toolkit": "2.2.7",
"adaptive-expressions": "4.22.3",
"adaptivecards": "3.0.2",
"adaptivecards-templating": "2.3.1",
"ajv": "8.17.1",
"ajv-keywords": "5.1.0",
"apg-js": "4.3.0",
"babel-loader": "9.2.1",
"babel-preset-react-app": "10.0.1",
"bfj": "8.0.0",
"bootstrap": "5.3.3",
"case-sensitive-paths-webpack-plugin": "2.4.0",
"css-loader": "6.10.0",
"dotenv": "16.4.5",
"dotenv-expand": "11.0.6",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-react": "7.37.2",
"eslint-webpack-plugin": "4.1.0",
"express": "4.21.1",
"expvariantassignmentsdk": "file:packages/expvariantassignmentsdk-1.0.0.tgz",
"file-loader": "6.2.0",
"fork-ts-checker-webpack-plugin": "9.0.2",
"fs-extra": "11.2.0",
"guid-typescript": "1.0.9",
"isomorphic-fetch": "3.0.0",
"localforage": "1.10.0",
"mini-css-extract-plugin": "2.9.2",
"monaco-editor": "0.30.1",
"monaco-editor-webpack-plugin": "6.0.0",
"office-ui-fabric-core": "11.1.0",
"postcss-flexbugs-fixes": "5.0.2",
"postcss-loader": "8.1.1",
"postcss-preset-env": "10.1.0",
"re-resizable": "6.10.0",
"react": "18.2.0",
"react-app-polyfill": "3.0.0",
"react-dom": "18.2.0",
"react-redux": "8.1.3",
"resolve": "1.22.8",
"sass": "1.79.4",
"sass-loader": "16.0.3",
"style-loader": "4.0.0",
"typescript": "5.5.4",
"url": "0.11.4",
"url-loader": "4.1.1",
"webpack": "5.96.1",
"webpack-dev-server": "5.1.0",
"webpack-manifest-plugin": "5.0.0",
"workbox-webpack-plugin": "7.3.0"
},
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js && node versioned-build.js",
"test": "node scripts/test.js --no-watch --testPathIgnorePatterns=src/tests/ui src/tests/accessibility /scripts/ --max-old-space-size=8192",
"lint": "eslint . \"**/*.{js,ts,tsx}\"",
"prebuild:prod": "standard-version",
"build:prod": "npm run build",
"bump": "standard-version --skip.tag --skip.changelog",
"start-server": "npm start",
"test-playwright": "start-server-and-test start-server http://127.0.0.1:3000 test-ui",
"test-ui": "npx playwright test src/tests/ui/",
"test-playwright-accessibility": "start-server-and-test start-server http://127.0.0.1:3000 test-accessibility",
"test-accessibility": "npx playwright test src/tests/accessibility --project=Ms-Edge"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@axe-core/playwright": "4.10.0",
"@playwright/test": "1.48.2",
"@types/chromedriver": "81.0.1",
"@types/isomorphic-fetch": "0.0.39",
"@types/jest": "29.5.14",
"@types/lodash.debounce": "4.0.9",
"@types/markdown-it": "14.1.2",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@types/react-redux": "7.1.30",
"@types/redux-logger": "3.0.11",
"@types/redux-mock-store": "1.0.3",
"@types/selenium-webdriver": "4.1.27",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"acorn": "8.12.1",
"babel-jest": "29.7.0",
"chromedriver": "130.0.4",
"eslint": "8.57.1",
"html-webpack-plugin": "5.6.3",
"jest": "29.7.0",
"jest-canvas-mock": "2.5.2",
"jest-environment-jsdom": "29.7.0",
"jest-fetch-mock": "3.0.3",
"jest-sonar-reporter": "2.0.0",
"jest-watch-typeahead": "2.2.2",
"markdown-it": "14.1.0",
"node-notifier": "10.0.1",
"react-dev-utils": "12.0.1",
"redux-logger": "3.0.6",
"redux-mock-store": "1.5.4",
"selenium-webdriver": "4.26.0",
"start-server-and-test": "2.0.8",
"ts-jest": "29.2.5"
},
"jestSonar": {
"reportPath": "reports",
"reportFile": "test-report.xml",
"indent": 4
}
}