This repository has been archived by the owner on Oct 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
82 lines (82 loc) · 1.89 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
79
80
81
82
{
"name": "forthebadge",
"version": "2.0.0",
"description": "For the sake of badges",
"main": "gulpfile.js",
"scripts": {
"start": "yarn install",
"test": "exit 0",
"dev": "gulp default",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/BraveUX/forthebadge"
},
"author": "@Brave_UX",
"license": "MIT",
"bugs": {
"url": "https://github.com/BraveUX/forthebadge/issues"
},
"babel": {
"presets": [
"env"
]
},
"keywords": [
"js",
"sass",
"pug",
"api",
"gulp",
"yarn"
],
"browserslist": [
"last 2 versions",
"ie 11"
],
"homepage": "https://forthebadge.com",
"devDependencies": {
"@babel/core": "^7.11.5",
"@babel/preset-env": "^7.14.8",
"autoprefixer": "^9.8.6",
"browser-sync": "^2.26.14",
"cssnano": "^4.1.11",
"gulp": "^4.0.2",
"gulp-better-rollup": "^4.0.1",
"gulp-changed": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-load-plugins": "^2.0.7",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"imagemin-mozjpeg": "^9.0.0",
"node-sass": "^6.0.1",
"postcss-preset-env": "^6.7.0",
"require-dir": "^1.2.0",
"rollup": "^2.53.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify-es": "^0.0.1",
"yargs": "^15.4.1"
},
"dependencies": {
"acorn": "^8.0.1",
"bl": "5.0.0",
"clipboard": "^2.0.8",
"hoek": "^6.1.3",
"uglify-js": "^3.13.10"
}
}