-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.43 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
{
"name": "cacao-cracker",
"description": "Scaffolding and a build system for using Cacao's style modules.",
"version": "1.0.0",
"author": "Aptuitiv, Inc",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/aptuitiv/cacao-cracker.git"
},
"scripts": {
"test": "gulp"
},
"dependencies": {
"ap_drilldown_plugin": "git://github.com/aptuitiv/ap-drilldown-menu",
"jquery": "^3.1.0",
"jquery-validation": "^1.14.0",
"magnific-popup": "^1.0.1",
"normalize.css": "^4.0.0",
"slick-carousel": "^1.5.9"
},
"devDependencies": {
"autoprefixer": "^6.3.1",
"cssnano": "^3.4.0",
"gulp": "^3.9.0",
"gulp-batch": "^1.0.5",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
"gulp-data": "^1.2.1",
"gulp-htmlmin": "^2.0.0",
"gulp-imagemin": "^3.0.3",
"gulp-nunjucks-render": "^2.0.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-remember": "^0.3.0",
"gulp-sequence": "^0.4.4",
"gulp-uglify": "^2.0.0",
"merge-stream": "^1.0.0",
"pixrem": "^3.0.0",
"postcss-bem-linter": "^2.3.0",
"postcss-calc": "^5.2.0",
"postcss-color-function": "^2.0.0",
"postcss-custom-media": "^5.0.0",
"postcss-custom-properties": "^5.0.0",
"postcss-import": "^8.0.2",
"postcss-pseudoelements": "^3.0.0",
"require-glob": "^3.1.1",
"stylelint": "^7.2.0"
}
}