-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.13 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
{
"name": "treasurechest",
"version": "1.0.0",
"description": "FrostKiwi's tasty secrets",
"type": "module",
"main": "index.js",
"scripts": {
"build:prod": "cross-env BUILDMODE=production npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FrostKiwi/treasurechest.git"
},
"keywords": [
"tech",
"blog",
"graphics"
],
"author": "Wladislav Artsimovich",
"license": "ISC",
"bugs": {
"url": "https://github.com/FrostKiwi/treasurechest/issues"
},
"homepage": "https://github.com/FrostKiwi/treasurechest#readme",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^6.0.0",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@sherby/eleventy-plugin-files-minifier": "^1.1.1",
"ace-builds": "^1.37.4",
"cross-env": "^7.0.3",
"eleventy-plugin-toc": "^1.1.5",
"luxon": "^3.5.0",
"markdown-it-anchor": "^9.0.1",
"markdown-it-link-attributes": "^4.0.1",
"normalize.css": "^8.0.1",
"prism-themes": "^1.9.0",
"sakura.css": "^1.5.0",
"sass": "^1.83.1"
}
}