forked from microsoft/opensource.microsoft.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1001 Bytes
/
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
{
"name": "microsoft-opensource",
"homepage": "https://opensource.microsoft.com",
"browserslist": "last 2 versions",
"version": "2.0.0",
"license": "MIT",
"repository": "github:microsoft/opensource.microsoft.com",
"scripts": {
"start": "gulp",
"build": "node_modules/gulp/bin/gulp.js build"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"child_process": "^1.0.2",
"color-contrast-checker": "1.5.0",
"del": "^5.1.0",
"gemfile": "1.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^6.2.0",
"gulp-load-plugins": "^2.0.2",
"gulp-newer": "^1.4.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"imagemin-pngquant": "^8.0.0",
"npm-clean": "^1.0.3",
"yaml": "1.10.0"
},
"dependencies": {
"@primer/css": "^14.3.0",
"gsap": "3.6.0",
"primer-core": "^6.7.0",
"timeago": "1.6.7"
}
}