mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
Add darkmode support for the settings window (#494)
This commit is contained in:
committed by
GitHub
parent
c8039828fa
commit
52b15f29ad
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user