26 lines
693 B
JSON
26 lines
693 B
JSON
|
{
|
||
|
"name": "@microsoft/load-themed-styles",
|
||
|
"version": "1.10.295",
|
||
|
"description": "Loads themed styles.",
|
||
|
"license": "MIT",
|
||
|
"repository": {
|
||
|
"url": "https://github.com/microsoft/rushstack.git",
|
||
|
"type": "git",
|
||
|
"directory": "libraries/load-themed-styles"
|
||
|
},
|
||
|
"main": "lib/index.js",
|
||
|
"module": "lib-es6/index.js",
|
||
|
"typings": "lib/index.d.ts",
|
||
|
"keywords": [],
|
||
|
"devDependencies": {
|
||
|
"@rushstack/eslint-config": "3.0.0",
|
||
|
"@rushstack/heft": "0.47.8",
|
||
|
"@rushstack/heft-web-rig": "0.11.10",
|
||
|
"@types/heft-jest": "1.0.1",
|
||
|
"@types/webpack-env": "1.13.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "heft build --clean",
|
||
|
"_phase:build": "heft build --clean"
|
||
|
}
|
||
|
}
|