forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 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
38
39
40
{
"name": "@microsoft/gulp-core-build-sass",
"version": "4.12.2",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/rushstack/tree/master/core-build/gulp-core-build-sass"
},
"scripts": {
"build": "gulp test --clean"
},
"dependencies": {
"@microsoft/gulp-core-build": "workspace:*",
"@microsoft/load-themed-styles": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@types/gulp": "4.0.6",
"@types/node": "10.17.13",
"autoprefixer": "~9.8.0",
"clean-css": "4.2.1",
"glob": "~7.0.5",
"node-sass": "4.14.1",
"postcss": "7.0.32",
"postcss-modules": "~1.5.0"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-3.5": "workspace:*",
"@microsoft/node-library-build": "workspace:*",
"@rushstack/eslint-config": "workspace:*",
"@types/autoprefixer": "9.7.2",
"@types/clean-css": "4.2.1",
"@types/glob": "7.1.1",
"@types/jest": "25.2.1",
"@types/node-sass": "4.11.1",
"gulp": "~4.0.2",
"jest": "~25.4.0"
}
}