{ "name": "fabricui", "version": "0.0.1", "description": "fabricui Package", "repository": { "type": "git", "url": "" }, "main": "lib-commonjs/index.js", "module": "lib/index.js", "sideEffects": false, "typings": "lib/index.d.ts", "license": "MIT", "scripts": { "preinstall": "npx npm-force-resolutions", "just": "just-scripts", "clean": "rimraf build lib lib-commonjs && just-scripts clean", "build": "rimraf build && just-scripts build --min --production && copy *.html build && react-snap && xcopy build\\* ..\\settings\\settings-html /sy", "test": "just-scripts test", "test:update": "just-scripts jest -u", "test:start": "just-scripts start-test", "start": "just-scripts start", "stack:upgrade": "just-scripts upgrade-stack" }, "reactSnap": { "include": [ "/index.html", "/index-dark.html" ] }, "dependencies": { "@svgr/webpack": "^4.3.3", "@uifabric/azure-themes": "^7.5.39", "@uifabric/styling": "^7.16.17", "office-ui-fabric-react": "^7.149.4", "react": "~16.8.0", "react-dom": "~16.8.0" }, "devDependencies": { "@types/jest": "^24.9.1", "@types/react": "^16.8.25", "@types/react-dom": "^16.8.5", "just-scripts": "^0.18.0", "just-stack-uifabric": "^1.0.2", "react-snap": "^1.23.0", "rimraf": "^3.0.2" }, "just": { "stack": "just-stack-uifabric" }, "resolutions": { "mkdirp": "0.5.5" } }