-
Notifications
You must be signed in to change notification settings - Fork 604
/
package.json
37 lines (37 loc) · 1.11 KB
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@microsoft/loader-load-themed-styles",
"version": "2.1.78",
"description": "This simple loader wraps the loading of CSS in script equivalent to `require('load-themed-styles').loadStyles( /* css text */ )`. It is designed to be a replacement for style-loader.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "webpack/loader-load-themed-styles"
},
"scripts": {
"build": "heft build --clean",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"peerDependenciesMeta": {
"@types/webpack": {
"optional": true
}
},
"peerDependencies": {
"@types/webpack": "^4",
"@microsoft/load-themed-styles": "^2.0.154"
},
"dependencies": {
"loader-utils": "1.4.2"
},
"devDependencies": {
"@microsoft/load-themed-styles": "workspace:*",
"local-node-rig": "workspace:*",
"@rushstack/heft": "workspace:*",
"@types/loader-utils": "1.1.3",
"@types/webpack": "4.41.32"
}
}