@microsoft/load-themed-styles
Version:
Loads themed styles.
44 lines • 1.05 kB
JSON
{
"name": "@microsoft/load-themed-styles",
"version": "2.1.6",
"description": "Loads themed styles.",
"license": "MIT",
"repository": {
"url": "https://github.com/microsoft/rushstack.git",
"type": "git",
"directory": "libraries/load-themed-styles"
},
"main": "lib-commonjs/index.js",
"module": "lib-esm/index.js",
"typings": "lib-dts/index.d.ts",
"keywords": [],
"devDependencies": {
"@rushstack/heft": "0.73.6",
"local-web-rig": "1.0.0"
},
"exports": {
".": {
"require": "./lib-commonjs/index.js",
"import": "./lib-esm/index.js",
"types": "./lib-dts/index.d.ts"
},
"./lib/*": {
"require": "./lib-commonjs/*",
"import": "./lib-esm/*",
"types": "./lib-dts/*"
},
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"lib/*": [
"lib-dts/*"
]
}
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
}
}