This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 467
/
package.json
61 lines (61 loc) · 1.55 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "office-ui-fabric-core",
"author": "Office UI Fabric Team",
"version": "11.1.0",
"description": "The front-end framework for building experiences for Office 365.",
"license": "MIT",
"scripts": {
"test": "gulp",
"start": "gulp watch",
"build": "gulp"
},
"browserslist": [
"last 1 version",
"not dead"
],
"repository": {
"type": "git",
"url": "https://github.com/OfficeDev/Office-UI-Fabric-Core"
},
"private": false,
"devDependencies": {
"app-root-path": "^2.2.1",
"colors": "^1.3.3",
"csscomb": "^4.3.0",
"del": "^1.2.1",
"event-stream": "^4.0.1",
"express": "^4.10.4",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-changed": "^3.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-connect": "^5.7.0",
"gulp-cssbeautify": "^1.0.1",
"gulp-data": "^1.2.0",
"gulp-debug": "^3.0.0",
"gulp-file-include": "^2.1.0",
"gulp-header": "^2.0.9",
"gulp-if": "^2.0.0",
"gulp-nuget-pack": "^0.1.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^4.0.2",
"gulp-size": "^3.0.0",
"gulp-template": "^5.0.0",
"gulp-tslint": "^8.0.0",
"gulp-typescript": "^5.0.1",
"handlebars": ">=3.0.0",
"jshint": "^2.10.2",
"lintspaces": "^0.6.4",
"log-symbols": "^3.0.0",
"map-stream": "0.0.7",
"merge-stream": "^1.0.0",
"plugin-error": "^1.0.1",
"require-dir": "^0.3.0",
"tslint": "^5.0.0",
"typescript": "^2.0.3",
"walk-sync": "^0.3.0"
}
}