forked from fawazahmed0/hadiths
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.37 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": "hadiths",
"version": "1.0.0",
"description": "",
"scripts": {
"serve": "parcel code/*.html --https",
"templatebuild": "node templategen.js && watch \"node templategen.js\" ./template",
"start": "npx rimraf code .parcel-cache && npm-run-all --parallel templatebuild serve",
"prebuild": "npx rimraf code dist template/books",
"build": "node generatehadith.js && node templategen.js && node copydir.js && parcel build code/*.html --no-cache --dist-dir dist --public-url ./"
},
"browserslist": [
"defaults"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fawazahmed0/hadiths.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fawazahmed0/hadiths/issues"
},
"homepage": "https://github.com/fawazahmed0/hadiths#readme",
"devDependencies": {
"@parcel/packager-raw-url": "^2.6.0",
"@parcel/transformer-jsonld": "^2.6.0",
"@parcel/transformer-webmanifest": "^2.6.0",
"parcel": "^2.6.0",
"workbox-cli": "^6.5.3"
},
"dependencies": {
"cheerio": "^1.0.0-rc.11",
"fast-glob": "^3.2.11",
"fs-extra": "^10.1.0",
"mustache": "^4.2.0",
"node-fetch": "^3.2.5",
"npm-run-all": "^4.1.5",
"parcel-reporter-static-files-copy": "^1.3.4",
"parcel-transformer-ogimage": "^1.0.1",
"text-fragments-polyfill": "^5.4.0",
"watch": "^1.0.2"
}
}