UNPKG

691 BJSONView Raw
1{
2 "name": "@microsoft/load-themed-styles",
3 "version": "2.0.17",
4 "description": "Loads themed styles.",
5 "license": "MIT",
6 "repository": {
7 "url": "https://github.com/microsoft/rushstack.git",
8 "type": "git",
9 "directory": "libraries/load-themed-styles"
10 },
11 "main": "lib/index.js",
12 "module": "lib-es6/index.js",
13 "typings": "lib/index.d.ts",
14 "keywords": [],
15 "devDependencies": {
16 "@rushstack/eslint-config": "3.1.1",
17 "@rushstack/heft": "0.48.8",
18 "@rushstack/heft-web-rig": "0.12.14",
19 "@types/heft-jest": "1.0.1",
20 "@types/webpack-env": "1.13.0"
21 },
22 "scripts": {
23 "build": "heft build --clean",
24 "_phase:build": "heft build --clean"
25 }
26}
\No newline at end of file