-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 863 Bytes
/
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
{
"name": "gutendev",
"version": "1.0.0",
"description": "Prepare for Launch. Fast Gutenberg site editing coming at you!. Full credit has to go to Eddie Machado who created the [Bones Theme](http://themble.com/bones), which provided the inspiration and original structure of this theme.",
"main": "postcss.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [],
"author": "",
"license": "ISC",
"homepage": "",
"devDependencies": {
"animate.css": "^4.1.1",
"hc-offcanvas-nav": "^6.1.5",
"headroom.js": "^0.10.3",
"magnific-popup": "^1.1.0",
"objectFitPolyfill": "^2.3.0",
"script-loader": "^0.7.2",
"swiper": "^11.0.6"
},
"dependencies": {
"sass-migrator": "^2.0.2",
"slick-carousel": "^1.8.1"
}
}