-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 939 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
{
"name": "hebrewransliteration",
"description": "A web app for transliterating Hebrew",
"author": "charlesLoder",
"license": "MIT",
"keywords": [
"hebrew",
"transliteration",
"SBL"
],
"scripts": {
"start": "eleventy --serve",
"start:dev": "netlify dev",
"postinstall": "patch-package",
"build": "ELEVENTY_PRODUCTION=true eleventy && NODE_ENV=production",
"update": "ncu"
},
"dependencies": {
"google-auth-library": "^9.10.0",
"google-spreadsheet": "^4.1.2",
"hebrew-transliteration": "^2.6.5",
"toastify-js": "^1.12.0"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@netlify/functions": "^2.7.0",
"@types/google-spreadsheet": "^3.3.2",
"clean-css": "^5.3.3",
"dotenv": "^16.4.5",
"esbuild": "^0.21.4",
"html-minifier": "^4.0.0",
"netlify-cli": "^17.25.0",
"npm-check-updates": "^16.14.20",
"patch-package": "^8.0.0"
}
}