-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
78 lines (78 loc) · 1.88 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
70
71
72
73
74
75
76
77
78
{
"name": "badge-generator",
"version": "1.0",
"description": "This library is intended to automate the building/designing badge process for For The Badge.",
"author": "Eric Fuhrmann",
"license": "UNLICENSED",
"scripts": {
"dev": "gulp",
"build": "gulp build --prod"
},
"repository": {
"type": "git",
"url": "https://github.com/ekfuhrmann/badge-generator"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"keywords": [
"js",
"sass",
"pug",
"api",
"gulp",
"yarn"
],
"browserslist": [
"last 2 versions",
"ie 11"
],
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/register": "^7.14.5",
"autoprefixer": "^10.3.1",
"babel-loader": "^8.2.2",
"browser-sync": "^2.27.5",
"del": "^6.0.0",
"dotenv-webpack": "^7.0.3",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.3",
"gulp-clean-css": "^4.3.0",
"gulp-data": "^1.3.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-pug": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-size": "^4.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-svgmin": "^4.0.1",
"gulp-svgstore": "^8.0.0",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"pug-lint": "^2.6.0",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.20.1",
"webpack-stream": "^6.1.2",
"yargs": "^17.1.0"
},
"dependencies": {
"@simonwep/pickr": "^1.8.1",
"clipboard": "^2.0.8",
"include-media": "^1.4.10",
"normalize-scss": "^7.0.1",
"opentype.js": "^1.3.3",
"rfs": "^9.0.5",
"sass": "^1.37.5"
}
}