first commit

This commit is contained in:
Stefan Hacker
2026-04-03 09:38:48 +02:00
commit 37ad745546
47450 changed files with 3120798 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"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"
}
}