-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1.28 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
{
"name": "quran",
"version": "1.0.0",
"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",
"build": "node generatequran.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/quran.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fawazahmed0/quran/issues"
},
"homepage": "https://github.com/fawazahmed0/quran#readme",
"dependencies": {
"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",
"watch": "^1.0.2"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.6.0",
"@parcel/transformer-jsonld": "^2.6.0",
"@parcel/transformer-webmanifest": "^2.6.0",
"cross-env": "^7.0.3",
"parcel": "^2.6.0",
"workbox-cli": "^6.5.3"
}
}