mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"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.0.10",
|
|
"@uifabric/styling": "^7.10.1",
|
|
"office-ui-fabric-react": "^7.83.1",
|
|
"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"
|
|
},
|
|
"resolutions": {
|
|
"mkdirp": "0.5.5"
|
|
}
|
|
}
|