-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.2 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
{
"name": "brittany-harris.com",
"version": "3.0.0",
"scripts": {
"dev": "svelte-kit dev",
"build": "rm -rf build && svelte-kit build && ./scripts/404-hack.sh",
"start": "svelte-kit start",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"lighthouse": "lighthouse http://localhost:3000 --only-categories performance accessibility best-practices seo --output-path ./.reports-lighthouse.html --view"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@github-docs/frontmatter": "^1.3.1",
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "next",
"d3-dsv": "^2.0.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-svelte3": "^3.1.0",
"foundation-sites": "^6.6.3",
"marked": "^2.0.1",
"prettier": "~2.2.1",
"prettier-plugin-svelte": "^2.2.0",
"sass": "^1.0.0",
"svelte": "^3.29.0",
"svelte-preprocess": "^4.0.0",
"vite": "^2.1.0"
},
"type": "module",
"engines": {
"node": ">= 12.17.0"
},
"dependencies": {
"http-status-codes": "^2.1.4"
}
}