45 lines
1.4 KiB
JSON
45 lines
1.4 KiB
JSON
{
|
|
"name": "react-my-events",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"main": "lib/index.js",
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test",
|
|
"serve": "gulp bundle --custom-serve --max_old_space_size=4096 && fast-serve"
|
|
},
|
|
"dependencies": {
|
|
"@fluentui/react": "^8.23.2",
|
|
"@pnp/spfx-controls-react": "^3.2.1",
|
|
"@pnp/spfx-property-controls": "^3.2.0",
|
|
"@rehooks/component-size": "^1.0.3",
|
|
"moment": "^2.29.2",
|
|
"react-slick": "^0.28.1",
|
|
"tslib": "1.13.0",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1",
|
|
"office-ui-fabric-react": "7.181.1",
|
|
"@microsoft/sp-core-library": "1.15.0-beta.1",
|
|
"@microsoft/sp-property-pane": "1.15.0-beta.1",
|
|
"@microsoft/sp-webpart-base": "1.15.0-beta.1",
|
|
"@microsoft/sp-lodash-subset": "1.15.0-beta.1",
|
|
"@microsoft/sp-component-base": "1.15.0-beta.1",
|
|
"@microsoft/sp-office-ui-fabric-core": "1.15.0-beta.1"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/sp-webpart-workbench": "1.12.1",
|
|
"@microsoft/rush-stack-compiler-3.7": "0.2.3",
|
|
"spfx-fast-serve-helpers": "~1.12.0",
|
|
"@microsoft/rush-stack-compiler-3.9": "0.4.47",
|
|
"@microsoft/sp-tslint-rules": "1.15.0-beta.1",
|
|
"@microsoft/sp-build-web": "1.15.0-beta.1",
|
|
"@types/webpack-env": "~1.15.2",
|
|
"ajv": "^6.12.5",
|
|
"gulp": "4.0.2",
|
|
"@types/react": "16.9.51",
|
|
"@types/react-dom": "16.9.8",
|
|
"@microsoft/sp-module-interfaces": "1.15.0-beta.1"
|
|
}
|
|
}
|