forked from swissup/swissup.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 879 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 879 Bytes
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
{
"name": "swissup.github.io",
"description": "Magento's extensions and themes documentation",
"scripts": {
"dev": "bundle exec jekyll serve --livereload",
"gulp": "gulp"
},
"private": true,
"repository": "https://github.com/swissup/swissup.github.io",
"devDependencies": {
"anchor-js": "^5.0.0",
"browser-sync": "^3.0.0",
"clipboard": "^2.0.6",
"flickity": "^2.2.1",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.0",
"gulp-filter": "^7.0.0",
"gulp-jshint": "^2.1.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"jquery": "^3.7.1",
"jshint": "^2.13.6",
"lunr": "^2.3.9",
"material-design-lite": "^1.3.0",
"mustache": "^4.0.1",
"node-sass": "^9.0.0",
"packery": "^2.1.2",
"photoswipe": "^4.1.3",
"sass": "^1.86.3"
}
}