-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.39 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.39 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
{
"name": "kingston-church",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cd hugo && hugo server --disableFastRender --liveReloadPort 443",
"build": "cd hugo && hugo --minify",
"build:local": "rm -rf public && npm run build",
"deploy": "firebase deploy --only hosting",
"lint": "stylelint \"hugo/assets/scss/**/*.scss\" --fix",
"admin:dev": "cd admin && npm run dev",
"admin:build": "cd admin && npm run build",
"deploy:admin": "firebase deploy --only hosting:admin",
"deploy:rules": "firebase deploy --only firestore:rules"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^10.0.0",
"@types/broken-link-checker": "^0.7.3",
"@types/bun": "^1.3.9",
"broken-link-checker": "^0.7.8",
"eslint": "^10.0.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-unicorn": "^63.0.0",
"firebase-admin": "^13.6.1",
"firebase-tools": "^15.7.0",
"neostandard": "^0.12.0",
"prettier": "^3.8.1",
"replace-in-file": "^8.4.0",
"stylelint": "^17.3.0",
"stylelint-config-standard": "^40.0.0",
"stylelint-config-standard-scss": "^17.0.0",
"stylelint-order": "^7.0.1",
"stylelint-scss": "^7.0.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.0.0"
}
}