-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Modern experience issue and some typos
- Loading branch information
Showing
31 changed files
with
299 additions
and
320 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,76 @@ | ||
{ | ||
"name": "chromesppropertiesadmin", | ||
"version": "0.0.1", | ||
"description": "Google Chrome extension that opens a Property bag Modal dialog administration", | ||
"scripts": { | ||
"start": "set NODE_ENV=development && node server.js", | ||
"bundleActions": "set NODE_ENV=production && webpack --progress --config ./webpack/webpack.config.actions.prod.js", | ||
"bundleChromeExtension": "set NODE_ENV=production && gulp build-chromeExt", | ||
"generate": "set NODE_ENV=production && gulp generate-chrome-dev", | ||
"generateZip": "set NODE_ENV=production && gulp generate-chrome-package" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.15.3", | ||
"office-ui-fabric-react": "^1.5.0", | ||
"react": "^15.3.2", | ||
"react-dom": "^15.3.2", | ||
"react-router": "^3.0.2", | ||
"redux-thunk": "^2.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/axios": "^0.9.35", | ||
"@types/chrome": "0.0.35", | ||
"@types/core-js": "^0.9.34", | ||
"@types/microsoft-ajax": "0.0.31", | ||
"@types/react": "^0.14.46", | ||
"@types/react-dom": "^0.14.18", | ||
"@types/react-redux": "^4.4.35", | ||
"@types/react-router": "2.0.29", | ||
"@types/redux-immutable-state-invariant": "^1.2.29", | ||
"@types/redux-thunk": "^2.1.32", | ||
"@types/sharepoint": "^2013.1.2", | ||
"awesome-typescript-loader": "^3.0.0-beta.18", | ||
"css-loader": "^0.26.1", | ||
"es6-promise": "4.0.5", | ||
"extract-text-webpack-plugin": "^2.0.0-rc.2", | ||
"gulp": "^3.9.1", | ||
"gulp-util": "^3.0.8", | ||
"gulp-zip": "^3.2.0", | ||
"http-server": "^0.9.0", | ||
"immutable": "^3.8.1", | ||
"node-sass": "^4.4.0", | ||
"opener": "^1.4.2", | ||
"path": "^0.12.7", | ||
"react-redux": "^5.0.1", | ||
"redux": "^3.6.0", | ||
"redux-immutable-state-invariant": "^1.2.4", | ||
"sass-loader": "^4.1.1", | ||
"source-map-loader": "^0.1.6", | ||
"style-loader": "^0.13.1", | ||
"tslint": "^4.4.2", | ||
"tslint-react": "^2.3.0", | ||
"typescript": "2.3.4", | ||
"webpack": "^2.2.1", | ||
"webpack-dev-server": "^2.2.1", | ||
"whatwg-fetch": "1.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DariuS231/ChromeSPPropertiesAdmin.git" | ||
}, | ||
"keywords": [ | ||
"SharePoint", | ||
"PropertyBag", | ||
"CSOM", | ||
"JavaScript", | ||
"Google Chrome", | ||
"Chrome Extension" | ||
], | ||
"author": "Darius231", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/DariuS231/ChromeSPPropertiesAdmin/issues" | ||
}, | ||
"homepage": "https://github.com/DariuS231/ChromeSPPropertiesAdmin#readme" | ||
} | ||
"name": "chromesppropertiesadmin", | ||
"version": "0.0.1", | ||
"description": "Google Chrome extension that opens a Property bag Modal dialog administration", | ||
"scripts": { | ||
"start": "set NODE_ENV=development && node server.js", | ||
"bundleActions": "set NODE_ENV=production && webpack --progress --config ./webpack/webpack.config.actions.prod.js", | ||
"bundleChromeExtension": "set NODE_ENV=production && gulp build-chromeExt", | ||
"generate": "set NODE_ENV=production && gulp generate-chrome-dev", | ||
"generateZip": "set NODE_ENV=production && gulp generate-chrome-package" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.15.3", | ||
"office-ui-fabric-react": "^1.5.0", | ||
"react": "^15.3.2", | ||
"react-dom": "^15.3.2", | ||
"react-router": "^3.0.2", | ||
"redux-thunk": "^2.1.0", | ||
"sp-pnp-js": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"@types/axios": "^0.9.35", | ||
"@types/chrome": "0.0.35", | ||
"@types/core-js": "^0.9.34", | ||
"@types/microsoft-ajax": "0.0.31", | ||
"@types/react": "^0.14.46", | ||
"@types/react-dom": "^0.14.18", | ||
"@types/react-redux": "^4.4.35", | ||
"@types/react-router": "2.0.29", | ||
"@types/redux-immutable-state-invariant": "^1.2.29", | ||
"@types/redux-thunk": "^2.1.32", | ||
"@types/sharepoint": "^2013.1.2", | ||
"awesome-typescript-loader": "^3.0.0-beta.18", | ||
"css-loader": "^0.26.1", | ||
"es6-promise": "4.0.5", | ||
"extract-text-webpack-plugin": "^2.0.0-rc.2", | ||
"gulp": "^3.9.1", | ||
"gulp-util": "^3.0.8", | ||
"gulp-zip": "^3.2.0", | ||
"http-server": "^0.9.0", | ||
"immutable": "^3.8.1", | ||
"node-sass": "^4.4.0", | ||
"opener": "^1.4.2", | ||
"path": "^0.12.7", | ||
"react-redux": "^5.0.1", | ||
"redux": "^3.6.0", | ||
"redux-immutable-state-invariant": "^1.2.4", | ||
"sass-loader": "^4.1.1", | ||
"source-map-loader": "^0.1.6", | ||
"style-loader": "^0.13.1", | ||
"tslint": "^4.4.2", | ||
"tslint-react": "^2.3.0", | ||
"typescript": "2.3.4", | ||
"webpack": "^2.2.1", | ||
"webpack-dev-server": "^2.2.1", | ||
"whatwg-fetch": "1.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DariuS231/ChromeSPPropertiesAdmin.git" | ||
}, | ||
"keywords": [ | ||
"SharePoint", | ||
"PropertyBag", | ||
"CSOM", | ||
"JavaScript", | ||
"Google Chrome", | ||
"Chrome Extension" | ||
], | ||
"author": "Darius231", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/DariuS231/ChromeSPPropertiesAdmin/issues" | ||
}, | ||
"homepage": "https://github.com/DariuS231/ChromeSPPropertiesAdmin#readme" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.