-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
105 lines (105 loc) · 2.68 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "inti-acf-starter",
"version": "1.6.1",
"description": "Child Theme of Inti Foundation 1.11.1+, like inti-kitchen-sink but built for Advanced Custom Fields Pro",
"repository": {
"type": "git",
"url": "https://github.com/waqastudios/inti-acf-starter.git"
},
"author": "Waqa Studios",
"license": "GPL-2.0",
"homepage": "https://github.com/waqastudios/inti-acf-starter",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"animatewithsass": "^3.2.1",
"foundation-sites": "^6.7.5",
"jquery": ">=3.6.0",
"jquery-inview": "^1.1.2",
"js-cookie": "^3.0.1",
"motion-ui": "latest",
"slick-carousel": "^1.8.1",
"toastr": "^2.1.4",
"what-input": "^5.2.10"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-transform-shorthand-properties": "^7.8.3",
"@babel/preset-env": "^7.15.8",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-conventional": "^7.3.1",
"babel-loader": "^8.0.5",
"browser-sync": "^2.26.7",
"browserstack-runner": "^0.9.0",
"cz-conventional-changelog": "^2.1.0",
"dateformat": "^4.6.3",
"gulp": "^4.0.0",
"gulp-add-src": "^1.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-cache-bust": "^1.3.0",
"gulp-check-deps": "^1.4.1",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^5.0.0",
"gulp-filter": "^5.1.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-newer": "^1.1.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-prompt": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.1",
"gulp-sass-lint": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-terser": "^2.1.0",
"gulp-zip": "^4.1.0",
"js-yaml": "^3.12.1",
"rimraf": "^2.6.3",
"rollup": "^1.1.0",
"rollup-plugin-babel": "^4.3.0",
"vinyl": "^2.0.2",
"vinyl-named": "^1.1.0",
"webpack": "^4.28.4",
"webpack-stream": "^5.2.1",
"yargs": "^13.3.0"
},
"resolutions": {
"puppeteer": "^1.11.0",
"glob-parent": "^5.1.2",
"marked": "^2",
"node-sass": "^6.0.1",
"lodash": "^4.17.21",
"minimist": "^1.2.3",
"dot-prop": "^5.2.0",
"trim-newlines": "^3.0.1"
},
"engines": {
"node": ">=12.0",
"npm": ">=6.14.7"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"@babel/preset-env"
]
}
]
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}