UNPKG

1.39 kBJSONView Raw
1{
2 "name": "@microsoft/sp-build-web",
3 "version": "1.17.3",
4 "description": "SharePoint Framework build rig for web projects",
5 "license": "https://aka.ms/spfx/license",
6 "homepage": "http://aka.ms/spfx",
7 "engines": {
8 "node": ">=12.13.0 <13.0.0 || >=14.15.0 <15.0.0 || >=16.13.0 <17.0.0"
9 },
10 "main": "lib/index.js",
11 "typings": "lib/index.d.ts",
12 "dependencies": {
13 "@microsoft/gulp-core-build": "3.17.20",
14 "@microsoft/gulp-core-build-sass": "4.16.1",
15 "@microsoft/gulp-core-build-serve": "3.12.0",
16 "@microsoft/gulp-core-build-typescript": "8.5.35",
17 "@microsoft/gulp-core-build-webpack": "5.2.30",
18 "@microsoft/rush-lib": "5.93.1",
19 "@rushstack/node-core-library": "3.55.2",
20 "@types/webpack": "4.41.24",
21 "gulp": "4.0.2",
22 "postcss": "^8.4.19",
23 "semver": "~7.3.2",
24 "true-case-path": "~2.2.1",
25 "webpack": "~4.44.2",
26 "yargs": "~4.6.0",
27 "@microsoft/sp-build-core-tasks": "1.17.3"
28 },
29 "devDependencies": {
30 "@rushstack/heft": "0.49.7",
31 "@types/semver": "7.3.8",
32 "@odsp-web-tools/internal-node-rig": "0.1.0"
33 },
34 "scripts": {
35 "build": "heft test --clean",
36 "clean": "heft clean",
37 "start": "heft build --clean --watch",
38 "build-watch": "heft build --lite",
39 "_phase:build": "heft build --clean",
40 "_phase:build-incremental": "heft build --lite",
41 "_phase:depscan": "heft depscan"
42 }
43}
\No newline at end of file