forked from OfficeDev/office-ui-fabric-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.85 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
62
63
64
65
66
67
68
69
{
"name": "office-ui-fabric-js",
"author": "Office UI Fabric Team",
"version": "1.4.0",
"description": "The JavaScript front-end framework for building experiences for Office 365.",
"license": "MIT",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/OfficeDev/Office-UI-Fabric-JS"
},
"private": false,
"devDependencies": {
"colors": "^1.1.0",
"del": "^1.2.1",
"express": "^4.10.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^2.3.1",
"gulp-batch": "^1.0.5",
"gulp-changed": "^1.3.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.5.2",
"gulp-css-flipper": "^1.0.2",
"gulp-cssbeautify": "^0.1.3",
"gulp-csscomb": "^3.0.6",
"gulp-cssnano": "^2.1.1",
"gulp-data": "^1.2.0",
"gulp-debug": "^2.1.2",
"gulp-file-include": "^0.13.7",
"gulp-header": "1.8.2",
"gulp-html-beautify": "^1.0.1",
"gulp-html-prettify": "0.0.1",
"gulp-if": "^2.0.0",
"gulp-lintspaces": "^0.4.1",
"gulp-marked": "^1.0.0",
"gulp-nuget-pack": "0.0.6",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.1",
"gulp-sass-lint": "1.1.1",
"gulp-size": "^1.0.0",
"gulp-template": "^3.0.0",
"gulp-tslint": "^4.3.2",
"gulp-typescript": "^2.13.4",
"gulp-uglify": "^1.5.2",
"gulp-util": "^3.0.1",
"gulp-wrap": "^0.11.0",
"handlebars": "^4.0.5",
"highlight.js": "^9.8.0",
"htmlparser2": "^3.9.0",
"jshint": "^2.8.0",
"map-stream": "0.0.6",
"merge-stream": "^1.0.0",
"mkdirp": "^0.5.1",
"pretty": "^1.0.0",
"require-dir": "^0.3.0",
"require-reload": "^0.2.2",
"run-sequence": "^1.1.0",
"tslint": "^3.3.0",
"typescript": "^1.8.10",
"walk-sync": "^0.2.6"
},
"dependencies": {
"office-ui-fabric-core": "5.0.1"
}
}