forked from luangjokaj/wordpressify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.22 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
{
"name": "wordpressify",
"version": "0.1.6",
"description": "",
"main": "gulpfile.js",
"scripts": {
"install:wordpress": "gulp setup && gulp install",
"dev": "gulp start",
"prod": "gulp prod",
"fresh-start": "gulp fresh",
"backup": "gulp backup",
"lint:css": "stylelint ./src/**/*.css --config ./tools/stylelintrc.json"
},
"author": "Luan Gjokaj",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"aos": "^2.3.4",
"browser-sync": "^2.26.3",
"browserslist": "^4.5.2",
"cssnano": "^4.1.10",
"del": "^4.0.0",
"fs": "0.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-connect-php": "^1.0.3",
"gulp-imagemin": "^5.0.3",
"gulp-inject-string": "^1.1.2",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-remote-src": "^0.4.4",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"gulp-vinyl-zip": "^2.1.2",
"gulp": "^4.0.0",
"isotope-layout": "^3.0.6",
"jquery": "^3.3.1",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"postcss-easy-import": "^3.0.0",
"postcss-mixins": "^6.2.1",
"postcss-preset-env": "^6.6.0",
"stylelint-config-standard": "^18.2.0",
"stylelint": "^9.10.1"
}
}