sp-dev-fx-webparts/samples/react-my-dashboard/package.json

21 lines
418 B
JSON
Raw Normal View History

2023-06-23 18:24:53 -04:00
{
"name": "teamsfx-template-spfx-tab",
"version": "0.0.1",
"description": "",
"engines": {
"node": "16"
},
"author": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@microsoft/teamsfx-cli": "1.*"
},
"license": "MIT",
"dependencies": {
"gulp": "^4.0.2",
"webpack": "^5.94.0"
2023-06-23 18:24:53 -04:00
}
}