-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.26 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
{
"name": "studifood_wp_theme",
"version": "1.0.0",
"description": "StudiFood :: 21",
"main": "index.js",
"scripts": {
"start": "gulp",
"build": "gulp build --prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bymarcx/studifood-wp-theme.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bymarcx/studifood-wp-theme/issues"
},
"homepage": "https://github.com/bymarcx/studifood-wp-theme#readme",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/register": "^7.14.5",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.2.2",
"del": "^5.1.0",
"expose-loader": "^2.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-postcss": "^8.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^4.1.0",
"gulp-zip": "^5.1.0",
"imports-loader": "^2.0.0",
"vinyl-named": "^1.1.0",
"webpack-stream": "^5.2.1",
"yargs": "^15.4.1"
},
"dependencies": {
"aos": "^2.3.4",
"bootstrap": "^4.6.0",
"jquery": "^3.6.0",
"jquery-validation": "^1.19.3",
"popper.js": "^1.16.1",
"select2": "^4.1.0-rc.0",
"slick-carousel": "^1.8.1"
}
}