-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.27 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@limulus/limulus-dot-net",
"version": "1.0.0",
"description": "limulus.net",
"main": "index.js",
"type": "module",
"scripts": {
"prebuild": "npm run clean",
"build": "eleventy",
"clean": "del-cli *.tsbuildinfo coverage dist",
"predev": "npm run prebuild",
"dev": "eleventy --serve --incremental",
"lint": "eslint *.js 11ty/*.js www",
"prepare": "husky && mkdirp photos",
"photos": "node ./bin/process-photos.js photos/*",
"tscc": "tsc --noEmit",
"verify": "concurrently -c auto npm:lint npm:tscc npm:wwwc",
"wwwc": "eleventy --dryrun"
},
"repository": {
"type": "git",
"url": "git+https://github.com/limulus/limulus-dot-net.git"
},
"author": {
"name": "Eric McCarthy",
"email": "eric@limulus.net",
"url": "https://limulus.net/"
},
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/limulus/limulus-dot-net/issues"
},
"homepage": "https://github.com/limulus/limulus-dot-net#readme",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-webc": "^0.11.2",
"@limulus/eslint-config": "^5.0.0",
"@limulus/penumbra": "^1.9.1",
"@prettier/plugin-xml": "^3.4.1",
"@types/node": "^20.0.0",
"aws-rum-web": "^1.19.0",
"basic-ftp": "^5.0.5",
"chokidar-cli": "^3.0.0",
"concurrently": "^8.2.2",
"date-fns": "^4.1.0",
"del-cli": "^5.1.0",
"eleventy-plugin-svg-sprite": "^2.4.2",
"esbuild": "^0.24.0",
"eslint": "^8.57.0",
"exifreader": "^4.25.0",
"highlight.js": "^11.9.0",
"hls.js": "^1.5.18",
"into-stream": "^8.0.1",
"listr": "^0.14.3",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
"markdown-it-footnote": "^4.0.0",
"markdown-it-task-lists": "^2.1.1",
"media-chrome": "^4.3.0",
"media-tracks": "^0.3.3",
"mkdirp": "^3.0.1",
"p-filter": "^4.1.0",
"prettier": "^3.3.3",
"pretty-bytes": "^6.1.1",
"raf": "^3.4.1",
"reading-time": "^1.5.0",
"sharp": "^0.33.5",
"touch-pad": "^1.1.0",
"tslib": "^2.6.3",
"typescript": "^5.5.4"
},
"devDependencies": {
"@types/raf": "^3.4.3",
"esbuild-plugin-wasm": "^1.1.0",
"globby": "^14.0.1",
"husky": "^9.1.5"
}
}