-
Notifications
You must be signed in to change notification settings - Fork 84
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "foundation-sites-template",
"version": "1.1.1",
"description": "Basic template for a new Foundation for Sites project.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp sass"
},
"author": "Foundation Yetinauts <[email protected]> (https://get.foundation)",
"license": "MIT",
"bugs": {
"url": "https://github.com/foundation/foundation-sites/issues",
"email": "[email protected]"
},
"engines": {
"node": ">=18.0"
},
"dependencies": {
"foundation-sites": "latest",
"jquery": ">=3.6.0",
"motion-ui": "latest",
"what-input": ">=5.2.10"
},
"devDependencies": {
"autoprefixer": "^10.4.15",
"browser-sync": "^2.29.3",
"gulp": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^10.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"postcss": "^8.4.28",
"sass-embedded": "^1.79.3"
},
"repository": {
"type": "git",
"url": "https://github.com/foundation/foundation-sites-template.git"
},
"private": true,
"browserslist": [
"last 2 versions"
]
}