-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.24 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
{
"name": "teamsfx-template-tab",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fluentui/react": "^8.48.0",
"@fluentui/react-northstar": "^0.54.0",
"@microsoft/mgt-components": "^2.3.1",
"@microsoft/mgt-react": "^2.3.1",
"@microsoft/teams-js": "^1.11.0",
"@microsoft/teamsfx": "^0.4.0",
"axios": "^0.21.1",
"bootstrap": "^5.1.3",
"classnames": "^2.3.1",
"glob-parent": "^6.0.2",
"immer": "^9.0.12",
"moment": "^2.29.1",
"moment-timezone": "^0.5.34",
"msteams-react-base-component": "^3.1.0",
"react": "^16.14.0",
"react-bootstrap": "^2.0.4",
"react-bootstrap-table-next": "^4.0.3",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-dom": "^16.14.0",
"react-localization": "^1.0.17",
"react-router-dom": "^5.1.2",
"react-scripts": "^4.0.3",
"sass": "^1.49.0",
"simple-get": "^4.0.1",
"underscore": "^1.13.2",
"uuid": "^8.3.2"
},
"resolutions": {
"simple-get": "^4.0.1",
"underscore": "^1.13.2",
"glob-parent": "^6.0.2",
"immer": "^9.0.12"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^16.14.6",
"@types/react-bootstrap-table-next": "^4.0.17",
"@types/react-bootstrap-table2-paginator": "^2.1.2",
"@types/react-dom": "^16.9.12",
"@types/react-router-dom": "^5.1.7",
"@types/uuid": "^8.3.3",
"typescript": "^4.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"preinstall": "npm install --package-lock-only --ignore-scripts && npx npm-force-resolutions"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"homepage": "."
}