forked from JoshBeveridge/clone-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "clone-framework",
"version": "2.4.18",
"description": "A data-attribute-based themeable design system.",
"main": "app/index.js",
"scripts": {
"clone": "npx gulp",
"clone build": "npx gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshdrink/clone-framework.git"
},
"author": "Clone Contributors (https://github.com/joshdrink/clone-framework/graphs/contributors)",
"license": "MIT",
"bugs": {
"url": "https://github.com/joshdrink/clone-framework/issues"
},
"homepage": "https://github.com/joshdrink/clone-framework#readme",
"devDependencies": {
"autoprefixer": "^9.7.3",
"browser-sync": "^2.26.7",
"browserslist": "^4.8.2",
"cssnano": "^4.1.10",
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-gzip": "^1.4.2",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-twig": "^1.2.0",
"gulp-uglify": "^3.0.1",
"gulp-useref": "^3.1.6",
"run-sequence": "^2.2.1",
"slick-carousel": "^1.8.1"
},
"browserslist": [
"last 1 version and not dead"
]
}