-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.71 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "d13.github.io",
"version": "0.1.0",
"description": "My personal website and general dumping ground to try out my ideas.",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/d13/d13.github.io.git"
},
"keywords": [
"portfolio",
"website"
],
"author": "Keith Daulton",
"bugs": {
"url": "https://github.com/d13/d13.github.io/issues"
},
"homepage": "https://d13.github.io",
"type": "module",
"scripts": {
"analyze": "node ./scripts/analyze.js",
"build": "yarn clean && node ./scripts/build.js",
"clean": "rimraf assets/bundle",
"images": "node ./scripts/images.js",
"start": "yarn clean && node ./scripts/serve.js",
"lint": "yarn lint:eslint && yarn lint:analyze",
"lint:eslint": "eslint \"src/**/*.ts?(x)\" --fix",
"lint:analyze": "lit-analyzer"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"esbuild": "^0.19.12",
"esbuild-plugin-lit": "^0.1.1",
"esbuild-plugin-minify-html-literals": "^1.0.6",
"esbuild-plugin-tsc": "^0.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-anti-trojan-source": "^1.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-lit": "^1.11.0",
"eslint-plugin-lit-a11y": "^4.1.2",
"eslint-plugin-wc": "^2.0.4",
"globby": "^14.0.1",
"lit-analyzer": "^2.0.3",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"sharp": "^0.33.2",
"ts-lit-plugin": "^2.0.2"
},
"dependencies": {
"bootstrap-icons": "^1.11.3",
"lit": "^3.1.2",
"typescript": "5.3.3"
},
"packageManager": "[email protected]"
}