2023-07-28 11:30:51 -04:00
|
|
|
{
|
|
|
|
"name": "react-enhanced-page-properties",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"engines": {
|
2023-10-28 22:37:46 -04:00
|
|
|
"node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0"
|
2023-07-28 11:30:51 -04:00
|
|
|
},
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
2023-07-28 11:41:24 -04:00
|
|
|
"test": "gulp test",
|
|
|
|
"serve": "gulp bundle --custom-serve --max_old_space_size=4096 && fast-serve"
|
2023-07-28 11:30:51 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-28 22:37:46 -04:00
|
|
|
"@fluentui/react": "8.106.4",
|
|
|
|
"@microsoft/sp-adaptive-card-extension-base": "1.18.0",
|
|
|
|
"@microsoft/sp-component-base": "1.18.0",
|
|
|
|
"@microsoft/sp-core-library": "1.18.0",
|
|
|
|
"@microsoft/sp-lodash-subset": "1.18.0",
|
|
|
|
"@microsoft/sp-office-ui-fabric-core": "1.18.0",
|
|
|
|
"@microsoft/sp-property-pane": "1.18.0",
|
|
|
|
"@microsoft/sp-webpart-base": "1.18.0",
|
2023-07-30 01:34:51 -04:00
|
|
|
"@pnp/sp": "^3.17.0",
|
2023-10-10 11:31:14 -04:00
|
|
|
"date-fns": "^2.30.0",
|
2023-07-30 01:34:51 -04:00
|
|
|
"react": "17.0.1",
|
|
|
|
"react-dom": "17.0.1",
|
|
|
|
"tslib": "2.3.1"
|
2023-07-28 11:30:51 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-28 22:37:46 -04:00
|
|
|
"@microsoft/eslint-config-spfx": "1.18.0",
|
|
|
|
"@microsoft/eslint-plugin-spfx": "1.18.0",
|
2023-07-30 01:34:51 -04:00
|
|
|
"@microsoft/rush-stack-compiler-4.5": "0.5.0",
|
2023-10-28 22:37:46 -04:00
|
|
|
"@microsoft/rush-stack-compiler-4.7": "0.1.0",
|
|
|
|
"@microsoft/sp-build-web": "1.18.0",
|
|
|
|
"@microsoft/sp-module-interfaces": "1.18.0",
|
2023-07-30 01:34:51 -04:00
|
|
|
"@rushstack/eslint-config": "2.5.1",
|
|
|
|
"@types/react": "17.0.45",
|
|
|
|
"@types/react-dom": "17.0.17",
|
2023-07-28 11:30:51 -04:00
|
|
|
"@types/webpack-env": "~1.15.2",
|
|
|
|
"ajv": "^6.12.5",
|
|
|
|
"eslint": "8.7.0",
|
|
|
|
"eslint-plugin-react-hooks": "4.3.0",
|
2023-07-30 01:34:51 -04:00
|
|
|
"gulp": "4.0.2",
|
2023-10-28 22:37:46 -04:00
|
|
|
"spfx-fast-serve-helpers": "~1.18.0",
|
|
|
|
"typescript": "4.7.4"
|
2023-07-28 11:30:51 -04:00
|
|
|
}
|
2023-07-30 01:34:51 -04:00
|
|
|
}
|