forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 721 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "@microsoft/load-themed-styles",
"version": "2.0.73",
"description": "Loads themed styles.",
"license": "MIT",
"repository": {
"url": "https://github.com/microsoft/rushstack.git",
"type": "git",
"directory": "libraries/load-themed-styles"
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean"
},
"main": "lib/index.js",
"module": "lib-es6/index.js",
"typings": "lib/index.d.ts",
"keywords": [],
"devDependencies": {
"@rushstack/eslint-config": "workspace:*",
"@rushstack/heft": "workspace:*",
"@rushstack/heft-web-rig": "workspace:*",
"@types/heft-jest": "1.0.1",
"@types/webpack-env": "1.18.0"
}
}