-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.14 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.14 KB
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
{
"name": "punchCardPlugin",
"version": "0.0.1",
"description": "template for a buildfire plugin using gulp",
"main": "index.js",
"scripts": {
"build": "gulp && cd ../ && rm -rf punchCardPlugin.zip && zip -r punchCardPlugin.zip punchCardPlugin_release && rm -rf punchCardPlugin_release"
},
"author": "Plugin Team",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/BuildFire/punchCardPlugin"
},
"browserslist": [
"last 2 versions",
"> 0.25%"
],
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.29.1",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-html-replace": "^1.6.2",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^3.3.0",
"gulp-postcss": "^9.0.1",
"gulp-prettier": "^4.0.0",
"gulp-print": "^5.0.2",
"gulp-terser": "^2.1.0",
"postcss": "^8.4.38",
"rimraf": "^5.0.1"
}
}