54 lines
1.7 KiB
JSON
54 lines
1.7 KiB
JSON
{
|
|
"name": "react-graph-cascading-managed-metadata",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"main": "lib/index.js",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test",
|
|
"serve": "cross-env NODE_OPTIONS=--max_old_space_size=4096 gulp bundle --custom-serve && cross-env NODE_OPTIONS=--max_old_space_size=4096 webpack-dev-server --mode development --config ./webpack.js --env.env=dev"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-core-library": "1.11.0",
|
|
"@microsoft/sp-lodash-subset": "1.11.0",
|
|
"@microsoft/sp-office-ui-fabric-core": "1.11.0",
|
|
"@microsoft/sp-property-pane": "1.11.0",
|
|
"@microsoft/sp-webpart-base": "1.11.0",
|
|
"@pnp/spfx-controls-react": "^1.20.0-beta.52e4e9f",
|
|
"office-ui-fabric-react": "6.214.0",
|
|
"react": "16.8.5",
|
|
"react-dom": "16.8.5"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "16.8.8"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/rush-stack-compiler-2.9": "0.7.16",
|
|
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
|
|
"@microsoft/sp-build-web": "1.11.0",
|
|
"@microsoft/sp-module-interfaces": "1.11.0",
|
|
"@microsoft/sp-tslint-rules": "1.11.0",
|
|
"@microsoft/sp-webpart-workbench": "1.11.0",
|
|
"@types/chai": "3.4.34",
|
|
"@types/mocha": "2.2.38",
|
|
"ajv": "~5.2.2",
|
|
"cross-env": "7.0.2",
|
|
"css-loader": "3.4.2",
|
|
"css-modules-typescript-loader": "4.0.0",
|
|
"del": "5.1.0",
|
|
"fork-ts-checker-webpack-plugin": "4.1.0",
|
|
"gulp": "~3.9.1",
|
|
"node-sass": "4.13.1",
|
|
"sass-loader": "8.0.2",
|
|
"style-loader": "1.1.3",
|
|
"ts-loader": "6.2.1",
|
|
"webpack": "4.42.0",
|
|
"webpack-cli": "3.3.11",
|
|
"webpack-dev-server": "3.10.3"
|
|
}
|
|
}
|