-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.78 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
{
"name": "ecclesmosque.github.io",
"version": "1.0.0",
"description": "Eccles Mosque Website",
"scripts": {
"build": "./node_modules/.bin/gulp build",
"check-links": "./node_modules/.bin/gulp check-links",
"clean": "rm -rf _site .sass-cache",
"download-icons": "./node_modules/.bin/gulp download-icons",
"lint:fix": "npm run lint -- --fix",
"lint": "npx eslint .",
"start": "./node_modules/.bin/gulp serve",
"test": "./node_modules/.bin/gulp test",
"update-icons": "./node_modules/.bin/gulp update-icons"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecclesmosque/ecclesmosque.github.io.git"
},
"keywords": [
"Eccles",
"Mosque",
"Website"
],
"author": "Azizur Rahman (@azizur)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecclesmosque/ecclesmosque.github.io/issues"
},
"homepage": "https://github.com/ecclesmosque/ecclesmosque.github.io#readme",
"devDependencies": {
"@babel/core": "^7.25.7",
"@eslint/js": "^9.11.1",
"browser-sync": "^3.0.3",
"browserify": "^17.0.1",
"del": "^8.0.0",
"eslint": "^9.11.1",
"fontello-cli": "^0.6.2",
"gel-grid": "^6.1.0",
"gel-sass-tools": "^3.2.0",
"gel-typography": "^5.0.0",
"globals": "^15.10.0",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-if": "^3.0.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"normalize-scss": "^8.0.0",
"prettier": "^3.3.3",
"sass": "^1.79.4",
"sass-mq": "^6.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^4.0.0"
}
}