38 строки
1.1 KiB
JSON
38 строки
1.1 KiB
JSON
{
|
|
"name": "@microsoft/power-apps-portals-webpack",
|
|
"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": {
|
|
"build": "dataverse build",
|
|
"dev": "dataverse serve"
|
|
},
|
|
"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",
|
|
"style-loader": "^3.0.0",
|
|
"webpack-dataverse": "0.0.20"
|
|
},
|
|
"dependencies": {
|
|
"domready": "^1.0.8",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-phone-number-input": "^3.1.23"
|
|
}
|
|
}
|