2019-09-04 18:26:26 +02:00
|
|
|
{
|
|
|
|
|
"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": {
|
|
|
|
|
"just": "just-scripts",
|
|
|
|
|
"clean": "rimraf build lib lib-commonjs && just-scripts clean",
|
2019-10-16 10:21:44 +02:00
|
|
|
"build": "rimraf build && just-scripts build --min --production && cp *.html build && react-snap && cp -r build/* ../settings/settings-html",
|
2019-09-04 18:26:26 +02:00
|
|
|
"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"
|
|
|
|
|
},
|
2019-10-16 10:21:44 +02:00
|
|
|
"reactSnap": {
|
2019-10-17 13:08:51 +02:00
|
|
|
"include": [
|
|
|
|
|
"/index.html",
|
|
|
|
|
"/index-dark.html"
|
|
|
|
|
]
|
2019-10-16 10:21:44 +02:00
|
|
|
},
|
2019-09-04 18:26:26 +02:00
|
|
|
"dependencies": {
|
2019-10-17 13:08:51 +02:00
|
|
|
"@svgr/webpack": "^4.3.3",
|
|
|
|
|
"@uifabric/azure-themes": "^7.0.9",
|
|
|
|
|
"office-ui-fabric-react": "^7.51.0",
|
2019-09-04 18:26:26 +02:00
|
|
|
"react": "~16.8.0",
|
|
|
|
|
"react-dom": "~16.8.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/jest": "^24.0.0",
|
|
|
|
|
"@types/react": "~16.8.0",
|
|
|
|
|
"@types/react-dom": "~16.8.0",
|
|
|
|
|
"just-scripts": "^0.18.0",
|
|
|
|
|
"just-stack-uifabric": ">=0.11.4",
|
|
|
|
|
"react-snap": "^1.23.0",
|
|
|
|
|
"rimraf": "^3.0.0"
|
|
|
|
|
},
|
|
|
|
|
"just": {
|
|
|
|
|
"stack": "just-stack-uifabric"
|
|
|
|
|
}
|
|
|
|
|
}
|