-
Notifications
You must be signed in to change notification settings - Fork 165
/
package.json
67 lines (67 loc) · 1.76 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "foundation-zurb-template",
"version": "1.0.0",
"description": "Official Template for Foundation for Sites.",
"main": "gulpfile.babel.js",
"scripts": {
"start": "gulp",
"build": "gulp build --production"
},
"author": "Foundation Yetinauts <contact@get.foundation> (https://get.foundation)",
"license": "MIT",
"dependencies": {
"foundation-sites": "latest",
"jquery": "^3.6.0",
"motion-ui": "latest",
"what-input": "^5.2.10"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/register": "^7.15.3",
"autoprefixer": "^10.4.15",
"babel-loader": "^8.2.2",
"browser-sync": "^2.29.3",
"fs": "^0.0.1-security",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-extname": "^0.2.2",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-load-plugins": "^2.0.7",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^10.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.0.1",
"js-yaml": "^4.1.0",
"js-yaml-js-types": "^1.0.0",
"panini": "latest",
"postcss": "^8.4.28",
"postcss-uncss": "^0.17.0",
"rimraf": "^3.0.2",
"sass-embedded": "^1.79.3",
"style-sherpa": "^1.0.2",
"uncss": "^0.17.3",
"vinyl-named": "^1.1.0",
"webpack": "^5.52.1",
"webpack-stream": "^7.0.0",
"yargs": "^17.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/zurb/foundation-zurb-template.git"
},
"bugs": {
"url": "https://github.com/zurb/foundation-sites/issues",
"email": "foundation@zurb.com"
},
"private": true,
"browserslist": [
"last 2 versions",
"> 1%"
]
}