forked from webdevelopmentteam1401/HW1-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"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 <contact@get.foundation> (https://get.foundation)",
"license": "MIT",
"bugs": {
"url": "https://github.com/foundation/foundation-sites/issues",
"email": "contact@get.foundation"
},
"dependencies": {
"alertifyjs": "^1.13.1",
"bootstrap-icons": "^1.10.2",
"foundation-sites": "latest",
"jquery": ">=3.6.0",
"json-server": "^0.17.1",
"moment": "^2.29.4",
"motion-ui": "latest",
"what-input": ">=5.2.10"
},
"devDependencies": {
"autoprefixer": "^10.3.4",
"browser-sync": "^2.18.13",
"gulp": "^4.0.0",
"gulp-load-plugins": "^2.0.7",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^4.1.1",
"postcss": "^8.3.11"
},
"repository": {
"type": "git",
"url": "https://github.com/foundation/foundation-sites-template.git"
},
"private": true,
"browserslist": [
"last 2 versions"
]
}