-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.57 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
{
"name": "gopablo",
"version": "0.1.5-6",
"description": "Create optimized static websites.",
"keywords": [
"babel",
"boilerplate",
"build",
"html",
"css",
"javascript",
"es6",
"front-end",
"generator",
"gopablo",
"gulp",
"node",
"postcss",
"sass",
"static",
"web",
"website",
"workflow",
"cherry"
],
"homepage": "https://www.gopablo.co",
"repository": "https://github.com/luangjokaj/gopablo",
"exports": "./index.js",
"type": "module",
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
"scripts": {
"start": "npm run prod && node server.js",
"dev": "gulp dev",
"prod": "gulp prod",
"lint": "stylelint ./src/**/*.css"
},
"author": "Luan Gjokaj <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"aos": "^2.3.4",
"autoprefixer": "^10.4.8",
"browser-sync": "^2.27.10",
"cherry-postcss": "^0.0.2-17",
"connect-modrewrite": "^0.10.2",
"cssnano": "^5.1.13",
"del": "^7.0.0",
"express": "^4.18.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^2.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^8.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-purgecss": "^4.1.3",
"gulp-rev-all": "^3.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"jquery": "^3.6.0",
"postcss": "^8.4.16",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.1.0",
"postcss-mixins": "^9.0.3",
"postcss-preset-env": "^7.8.0",
"stylelint": "^14.11.0"
}
}