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-08 09:11:46 +02:00
|
|
|
"build": "rimraf build && just-scripts build --min --production && cp index.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"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@svgr/webpack": "^4.3.2",
|
|
|
|
|
"office-ui-fabric-react": "^7.4.3",
|
|
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
}
|