Add darkmode support for the settings window (#494)

This commit is contained in:
Bartosz Sosnowski
2019-10-16 10:21:44 +02:00
committed by GitHub
parent c8039828fa
commit 52b15f29ad
22 changed files with 343 additions and 59 deletions

View File

@@ -14,15 +14,19 @@
"scripts": {
"just": "just-scripts",
"clean": "rimraf build lib lib-commonjs && just-scripts clean",
"build": "rimraf build && just-scripts build --min --production && cp index.html build && react-snap && cp -r build/* ../settings/settings-html",
"build": "rimraf build && just-scripts build --min --production && cp *.html build && react-snap && cp -r build/* ../settings/settings-html",
"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.2",
"@uifabric/azure-themes": "^7.0.8",
"office-ui-fabric-react": "^7.4.3",
"react": "~16.8.0",
"react-dom": "~16.8.0"