-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1000 Bytes
/
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
{
"name": "Real-Estate-Property-Landing-Webpage",
"version": "1.0.0",
"description": "Real Estate Property Landing Webpage",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.26.13",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^4.0.0",
"gulp-changed": "^3.1.1",
"gulp-clean-css": "^3.4.1",
"gulp-coffee": "^2.3.2",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^3.4.0",
"gulp-install": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"jquery": "^3.5.1",
"streamqueue": "^1.1.1"
},
"dependencies": {
"bootstrap": "^5.1.0",
"graceful-fs": "^4.2.3",
"gulp-install": "^1.1.0",
"install": "^0.12.1",
"jquery-validation": "^1.19.3",
"node-sass": "^5.0.0",
"npm": "^6.14.11",
"onscreen": "^1.1.3"
}
}