-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.45 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
{
"name": "portfolio-version3",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "npx @11ty/eleventy --input=src --serve",
"save-algolia": "tsx scripts/algoliaIndex.ts",
"build": "eleventy --input=src && npm run save-algolia",
"scaffold": "tsx scripts/scaffold.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/takanorip/portfolio-version3.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/takanorip/portfolio-version3/issues"
},
"homepage": "https://github.com/takanorip/portfolio-version3#readme",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11ty/eleventy-upgrade-help": "^3.0.1",
"@takanorip/markdown-it-table-of-contents": "^0.5.2",
"algoliasearch": "^5.7.0",
"budoux": "^0.6.2",
"date-fns": "^4.1.0",
"eleventy-plugin-embed-twitter": "^1.4.1",
"lodash.groupby": "^4.6.0",
"lodash.orderby": "^4.6.0",
"lodash.uniq": "^4.5.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-for-inline": "^2.0.1",
"minimist": "^1.2.8",
"node-html-to-image": "^5.0.0",
"remove-markdown": "^0.5.5",
"tsx": "^4.19.1"
},
"devDependencies": {
"@types/minimist": "^1.2.5",
"prettier": "^3.3.3"
}
}