-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "qts-styleguide-handlebars",
"description": "QTS Style Guide which uses the Foundation for Sites framework and built with Handlebars",
"version": "1.0.6",
"license": "MIT",
"private": true,
"scripts": {
"start": "gulp",
"build": "gulp"
},
"author": {
"name": "Nate Thompson",
"email": "[email protected]"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"jquery": "^3.3.1",
"scrollreveal": "^4.0.5"
},
"devDependencies": {
"autoprefixer": "^9.3.1",
"browser-sync": "^2.26.3",
"css-mqpacker": "^7.0.0",
"foundation-sites": "^6.5.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^4.0.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.1",
"gulp-css-url-adjuster": "^0.2.3",
"gulp-flatten": "^0.4.0",
"gulp-imagemin": "^5.0.3",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-watch": "^5.0.1",
"handlebars": "^4.0.12",
"json-server": "^0.14.0",
"motion-ui": "^2.0.3",
"node-sass": "^4.10.0",
"postcss-reporter": "^6.0.0",
"postcss-scss": "^2.0.0",
"sass-loader": "^7.1.0",
"streamqueue": "^1.1.2",
"stylelint": "^9.9.0"
}
}