2021-07-14 16:59:18 +03:00
{
2021-07-18 07:30:37 +03:00
"name" : "@microsoft/power-apps-portals-webpack" ,
2021-07-14 16:59:18 +03:00
"version" : "1.0.0" ,
"description" : "This project provides a starting point for applying ALM best practices to your Power Apps Portals projects. It adopts two major tenets:" ,
"main" : "index.js" ,
"scripts" : {
2021-07-20 06:25:00 +03:00
"build" : "dataverse build" ,
"dev" : "dataverse serve"
2021-07-14 16:59:18 +03:00
} ,
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/microsoft/power-apps-portals-alm.git"
} ,
"keywords" : [ ] ,
"author" : "" ,
"license" : "ISC" ,
"bugs" : {
"url" : "https://github.com/microsoft/power-apps-portals-alm/issues"
} ,
"homepage" : "https://github.com/microsoft/power-apps-portals-alm#readme" ,
"devDependencies" : {
"@babel/core" : "^7.14.6" ,
"@babel/preset-env" : "^7.14.7" ,
"@babel/preset-react" : "^7.14.5" ,
"babel-loader" : "^8.2.2" ,
"css-loader" : "^5.2.6" ,
"dotenv" : "^10.0.0" ,
2021-07-20 08:14:06 +03:00
"style-loader" : "^3.0.0" ,
2021-10-01 01:31:15 +03:00
"webpack-dataverse" : "0.0.20"
2021-07-14 16:59:18 +03:00
} ,
"dependencies" : {
"domready" : "^1.0.8" ,
"react" : "^17.0.2" ,
"react-dom" : "^17.0.2" ,
"react-phone-number-input" : "^3.1.23"
}
}