41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "pzl-script-editor",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"resolutions": {
|
|
"natives": "1.1.3",
|
|
"@types/react": "15.6.6"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/load-themed-styles": "^1.4.1",
|
|
"@microsoft/sp-core-library": "1.4.1",
|
|
"@microsoft/sp-loader": "^1.4.1",
|
|
"@microsoft/sp-webpart-base": "1.4.1",
|
|
"@types/es6-promise": "0.0.33",
|
|
"@types/react": "15.6.6",
|
|
"@types/react-dom": "15.5.6",
|
|
"@types/webpack-env": "1.13.1",
|
|
"office-ui-fabric-react": "^5.118.3",
|
|
"react": "15.6.2",
|
|
"react-dom": "15.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/sp-build-web": "1.4.1",
|
|
"@microsoft/sp-module-interfaces": "1.4.1",
|
|
"@microsoft/sp-webpart-workbench": "1.4.1",
|
|
"@types/chai": "3.4.34",
|
|
"@types/mocha": "2.2.38",
|
|
"@types/prop-types": "ts2.4",
|
|
"ajv": "~5.2.2",
|
|
"gulp": "~3.9.1",
|
|
"webpack-bundle-analyzer": "^2.13.1"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test"
|
|
}
|
|
} |