sp-dev-fx-webparts/samples/react-zod/package.json

42 lines
1.2 KiB
JSON
Raw Normal View History

2022-09-25 07:26:40 -04:00
{
"name": "react-zod",
"version": "0.0.1",
"private": true,
"main": "lib/index.js",
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
2022-09-25 07:42:16 -04:00
"test": "gulp test",
"serve": "gulp bundle --custom-serve --max_old_space_size=4096 && fast-serve"
2022-09-25 07:26:40 -04:00
},
"dependencies": {
"@microsoft/sp-core-library": "1.15.2",
2022-10-01 05:47:54 -04:00
"@microsoft/sp-lodash-subset": "1.15.2",
"@microsoft/sp-office-ui-fabric-core": "1.15.2",
2022-09-25 07:26:40 -04:00
"@microsoft/sp-property-pane": "1.15.2",
"@microsoft/sp-webpart-base": "1.15.2",
2022-10-01 05:47:54 -04:00
"@pnp/sp": "^3.7.0",
"office-ui-fabric-react": "7.185.7",
"react": "16.13.1",
"react-dom": "16.13.1",
2022-10-10 11:38:03 -04:00
"tslib": "2.3.1",
"zod": "^3.19.1"
2022-09-25 07:26:40 -04:00
},
"devDependencies": {
"@microsoft/eslint-config-spfx": "1.15.2",
2022-10-01 05:47:54 -04:00
"@microsoft/eslint-plugin-spfx": "1.15.2",
"@microsoft/rush-stack-compiler-4.5": "0.2.2",
2022-09-25 07:26:40 -04:00
"@microsoft/sp-build-web": "1.15.2",
2022-10-01 05:47:54 -04:00
"@microsoft/sp-module-interfaces": "1.15.2",
"@rushstack/eslint-config": "2.5.1",
2022-09-25 07:26:40 -04:00
"@types/react": "16.9.51",
"@types/react-dom": "16.9.8",
2022-10-01 05:47:54 -04:00
"@types/webpack-env": "~1.15.2",
"ajv": "^6.12.5",
2022-09-25 07:26:40 -04:00
"eslint-plugin-react-hooks": "4.3.0",
2022-10-01 05:47:54 -04:00
"gulp": "4.0.2",
"spfx-fast-serve-helpers": "~1.15.0",
"typescript": "4.5.5"
2022-09-25 07:26:40 -04:00
}
}