-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 806 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 806 Bytes
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
{
"name": "mod-dotnet-bot",
"browserslist": "last 2 versions",
"version": "1.0.0",
"scripts": {
"start": "gulp"
},
"devDependencies": {
"browser-sync": "^3.0.4",
"child_process": "^1.0.2",
"del": "^8.0.1",
"gulp": "^5.0.1",
"gulp-autoprefixer": "^10.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^9.2.0",
"gulp-load-plugins": "^2.0.8",
"gulp-newer": "^1.4.0",
"gulp-rename": "^2.1.0",
"gulp-sass": "^6.0.1",
"gulp-uglify": "^3.0.2",
"imagemin-pngquant": "^10.0.0",
"npm-clean": "^1.0.3",
"terser-webpack-plugin": "^5.3.16",
"webpack": "^5.105.2",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"@primer/css": "^22.1.0",
"jquery": "^3.7.1",
"primer-core": "^7.0.0"
}
}