-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.16 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.16 KB
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
{
"name": "Chopstick-boilerplate",
"version": "0.8.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:getchopstick/chopstick-boilerplate.git"
},
"description": "Chopstick is a mobile-first responsive Design Framework built with Sass",
"main": "gulpfile.js",
"devDependencies": {
"autoprefixer": "^6.5.0",
"babel-core": "^6.17.0",
"babel-preset-es2017-node7": "^0.4.1",
"browser-sync": "^2.13.0",
"critical": "^0.8.0",
"del": "^2.2.2",
"gulp": "3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cheerio": "^0.6.2",
"gulp-clean-css": "^2.0.13",
"gulp-concat": "^2.6.0",
"gulp-npm-files": "^0.1.3",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg-symbols": "^2.0.0",
"gulp-svgmin": "^1.2.3",
"gulp-uglify": "^2.0.0",
"run-sequence": "^1.2.2"
},
"dependencies": {
"chopstick-sass": "^1.0.1",
"gsap": "^1.19.0",
"jquery": "^3.1.0",
"jquery-match-height": "^0.7.0",
"jquery-smooth-scroll": "^2.1.1",
"scrollmagic": "^2.0.5",
"svgxuse": "^1.1.22"
}
}