-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 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
{
"name": "dionnie_wp",
"slug": "dionnie-wp",
"title": "Dionnie WP",
"namespace": "DionnieWP",
"theme": "dionnie",
"version": "1.0.0",
"description": "A simple plugin made for Dionnie Theme.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp build --prod"
},
"author": "Mark Dionnie Bulingit",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/register": "^7.23.7",
"babel-loader": "^9.1.3",
"browser-sync": "^2.29.3",
"gulp": "^4.0.2",
"gulp-cache": "^1.1.3",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^5.0.0",
"gulp-wp-pot": "^2.5.0",
"gulp-zip": "^5.1.0",
"postcss": "^8.4.32",
"sass": "^1.69.5",
"vinyl-named": "^1.1.0",
"webpack-stream": "^7.0.0",
"yargs": "^17.7.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"autoprefixer": "^10.4.16",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^5.3.2",
"del": "^6.0.0",
"event-stream": "^4.0.1",
"font-awesome": "^4.7.0",
"gulp-replace": "^1.1.4",
"gulp-sourcemaps": "^3.0.0",
"gutil": "^1.6.4",
"lazypipe": "^1.0.2",
"normalize.css": "^3.0.3",
"postcss-nested": "^6.0.1",
"slick-carousel": "^1.8.1"
},
"browserslist": [
"defaults"
]
}