-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.29 KB
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
{
"private": true,
"name": "qiblih-website",
"version": "0.1.0",
"description": "Home for https://qiblih.com",
"scripts": {
"open-dev": "npm run open",
"open": "npm start && open-cli http://127.0.0.1:8080",
"start": "vite",
"eslint": "eslint --report-unused-disable-directives .",
"images": "node image-processing.js",
"build": "npm run images && vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bahaidev/qiblih-website.git"
},
"keywords": [
"bahai",
"qiblih"
],
"author": "William Cooley (https://www.wtip.net/)",
"contributors": [
"Brett Zamir <brettz9@yahoo.com> (http://brett-zamir.me/)"
],
"license": "(MIT AND UNLICENSED)",
"bugs": {
"url": "https://github.com/bahaidev/qiblih-website/issues"
},
"homepage": "https://github.com/bahaidev/qiblih-website#readme",
"engines": {},
"devDependencies": {
"@popperjs/core": "^2.11.6",
"@vitejs/plugin-legacy": "^3.0.1",
"bootstrap": "^5.2.3",
"eslint": "^8.31.0",
"esri-leaflet": "^3.0.9",
"esri-leaflet-geocoder": "^3.1.3",
"geomag": "^1.0.0",
"leaflet": "^1.9.3",
"leaflet.geodesic": "^2.6.1",
"open-cli": "^7.1.0",
"sass": "^1.57.1",
"sharp": "^0.31.3",
"terser": "^5.16.1",
"vite": "^4.0.3"
}
}