-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.11 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
{
"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"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.0",
"firebase-tools": "^13.8.0",
"prettier": "^3.0.0",
"replace-in-file": "^7.0.1",
"stylelint": "^15.2.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^10.0.0",
"stylelint-order": "^6.0.2",
"stylelint-scss": "^5.0.1",
"typescript": "^5.4.5"
}
}