UNPKG

gd-sprest-react

Version:

SharePoint 2013/Online react components.

51 lines (50 loc) 1.36 kB
{ "name": "gd-sprest-react", "version": "3.1.3", "description": "SharePoint 2013/Online react components.", "main": "build/index.js", "typings": "src/typings.d.ts", "scripts": { "all": "npm run clean && npm run build && npm run test", "build": "tsc", "clean": "node clean.js", "test": "webpack --mode development" }, "repository": { "type": "git", "url": "git+https://github.com/gunjandatta/sprest-react.git" }, "keywords": [ "gd-sprest", "sharepoint", "react" ], "author": "Gunjan Datta <me@dattabase.com> (https://gunjandatta.github.io)", "license": "MIT", "bugs": { "url": "https://github.com/gunjandatta/sprest-react/issues" }, "homepage": "https://github.com/gunjandatta/sprest-react#readme", "dependencies": { "@fluentui/react": "^7.115.3", "core-js": "^3.6.5", "gd-sprest": "^5.7.3" }, "devDependencies": { "@babel/core": "^7.9.6", "@babel/preset-env": "^7.9.6", "@types/react": "^16.9.35", "@types/react-dom": "^16.9.8", "babel-loader": "^8.1.0", "css-loader": "^3.5.3", "node-sass": "^4.14.1", "office-ui-fabric-core": "^11.0.0", "react": "^16.13.1", "react-dom": "^16.13.1", "sass-loader": "^8.0.2", "style-loader": "^1.2.1", "ts-loader": "^7.0.4", "webpack": "^4.43.0", "webpack-cli": "^3.3.11" } }