-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 1.25 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/rush-stack-compiler-3.4",
"version": "0.10.2",
"description": "A plug-in for selecting the compiler used with the @microsoft/rush-stack toolchain. This version selects TypeScript 3.4.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/spfx-gulp-tools.git",
"directory": "stack/rush-stack-compiler-3.4"
},
"bin": {
"rush-api-extractor": "./bin/rush-api-extractor",
"rush-eslint": "./bin/rush-eslint",
"rush-tsc": "./bin/rush-tsc",
"rush-tslint": "./bin/rush-tslint"
},
"scripts": {
"build": "heft build --clean"
},
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"dependencies": {
"@microsoft/api-extractor": "~7.15.2",
"@rushstack/eslint-config": "~2.6.2",
"@rushstack/node-core-library": "~3.53.0",
"@types/node": "10.17.13",
"eslint": "~7.12.1",
"import-lazy": "~4.0.0",
"tslint": "~5.20.1",
"tslint-microsoft-contrib": "~6.2.0",
"typescript": "~3.4.3"
},
"devDependencies": {
"@microsoft/rush-stack-compiler-4.7": "workspace:*",
"@microsoft/rush-stack-compiler-shared": "workspace:*",
"@rushstack/eslint-config": "~2.6.2",
"@rushstack/heft": "0.48.0",
"@rushstack/heft-node-rig": "1.11.0"
}
}