-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.51 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
{
"name": "alpha-elemenda",
"version": "1.0.0",
"description": "WordPress Themes For Optimize Your Online Business",
"main": "index.js",
"scripts": {
"start": "gulp",
"build": "gulp build --prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/themedotid/alpha-elemenda.git"
},
"keywords": [
"flexible-header",
"custom-colors",
"custom-menu",
"custom-logo",
"featured-images",
"rtl-language-support",
"threaded-comments",
"translation-ready"
],
"author": "Hadie Danker",
"license": "MIT",
"bugs": {
"url": "https://github.com/themedotid/alpha-elemenda/issues"
},
"homepage": "https://github.com/themedotid/alpha-elemenda#readme",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"@babel/register": "^7.10.5",
"@popperjs/core": "^2.4.4",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"bootstrap": "^4.5.2",
"browser-sync": "^2.26.12",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-wp-pot": "^2.4.3",
"gulp-zip": "^5.0.2",
"popper.js": "^1.16.1",
"vinyl-named": "^1.1.0",
"webpack-stream": "^5.2.1",
"yargs": "^15.4.1"
}
}