forked from foundation/foundation-sites-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "foundation-sites-template",
"version": "1.0.0",
"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]"
},
"dependencies": {
"foundation-sites": "latest",
"jquery": ">=3.6.0",
"motion-ui": "latest",
"what-input": ">=5.2.10"
},
"devDependencies": {
"autoprefixer": "^10.3.4",
"browser-sync": "^2.18.13",
"gulp": "^4",
"gulp-load-plugins": "^2.0.7",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.0.0",
"stylelint": "^14.1.0",
"stylelint-config-standard": "^24.0.0",
"stylelint-config-standard-scss": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/foundation/foundation-sites-template.git"
},
"private": true
}