forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.02 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
{
"name": "@rushstack/heft-sass-plugin",
"version": "0.15.7",
"description": "Heft plugin for SASS",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack.git",
"directory": "heft-plugins/heft-sass-plugin"
},
"homepage": "https://rushstack.io/pages/heft/overview/",
"license": "MIT",
"scripts": {
"build": "heft build --clean",
"start": "heft test --clean --watch",
"_phase:build": "heft run --only build -- --clean",
"_phase:test": "heft run --only test -- --clean"
},
"peerDependencies": {
"@rushstack/heft": "^0.68.9"
},
"dependencies": {
"@rushstack/heft-config-file": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@rushstack/typings-generator": "workspace:*",
"sass-embedded": "~1.77.8",
"postcss": "~8.4.6",
"postcss-modules": "~6.0.0"
},
"devDependencies": {
"@microsoft/api-extractor": "workspace:*",
"@rushstack/heft": "workspace:*",
"local-node-rig": "workspace:*",
"eslint": "~8.57.0"
}
}