-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
41 lines (41 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
39
40
41
{
"name": "hm-pattern-library",
"version": "3.0.0",
"type": "module",
"description": "Juniper - Human Made Pattern Library",
"main": "index.html",
"author": "Human Made Limited",
"license": "GPL-2.0",
"devDependencies": {
"autoprefixer": "^10.4.4",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-copy": "^4.0.1",
"gulp-file-include": "^2.3.0",
"gulp-imagemin": "^8.0.0",
"gulp-newer": "^1.4.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"postcss": "^8.4.20",
"sass": "^1.49.11",
"sass-lint": "^1.13.1"
},
"browserslist": [
"defaults"
],
"scripts": {
"gulp": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/humanmade/hmn-pattern-library.git"
}
}