-
Notifications
You must be signed in to change notification settings - Fork 379
/
package.json
39 lines (39 loc) · 1021 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
39
{
"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": "^3.0.2",
"child_process": "^1.0.2",
"color-contrast-checker": "1.5.0",
"del": "^5.1.0",
"gemfile": "1.1.0",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "9.1.0",
"gulp-load-plugins": "^2.0.2",
"gulp-newer": "^1.4.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"imagemin-pngquant": "^8.0.0",
"npm-clean": "^1.0.3",
"sass": "1.79.2",
"yaml": "2.5.1"
},
"dependencies": {
"@primer/css": "^14.3.0",
"gsap": "3.12.5",
"primer-core": "^6.7.0",
"timeago": "1.6.7"
}
}