-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.93 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": "kaceo-personal-site",
"version": "1.0.0",
"description": "Personal static site hosted on GH Pages",
"repository": "https://github.com/kaceo/kaceo.git",
"author": "Kace at Telematique <[email protected]>",
"license": "MIT",
"scripts": {
"tail": "tailwindcss -i ./eleventy/tailwind/tailwind.css -o ./source/res/tailwind.build.css --minify",
"clean": "rimraf _site",
"debug": "NODE_ENV=development DEBUG=Eleventy* eleventy --serve --config=eleventy.config.js",
"serve": "NODE_ENV=development eleventy --serve --config=eleventy.config.js",
"build": "NODE_ENV=production eleventy --config=eleventy.config.js",
"start": "eleventy --serve & tailwindcss -i ./eleventy/tailwind/tailwind.css -o ./_site/assets/tailwind.build.css --watch",
"vserve": "vite vite",
"vbuild": "vite build vite"
},
"dependencies": {
"axios": "^1.6.7"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^4.0.1",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-bundle": "^1.0.5",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@tailwindcss/typography": "^0.5.10",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.17",
"daisyui": "^4.6.2",
"eleventy-plugin-pwa": "^1.0.8",
"gridstack": "^10.1.0",
"js-yaml": "^4.1.0",
"luxon": "^3.4.4",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
"markdown-it-container": "^4.0.0",
"markdown-it-container-pandoc": "^1.0.0",
"postcss": "^8.4.35",
"rimraf": "^5.0.5",
"tailwindcss": "^3.4.1",
"vite": "^5.1.1"
},
"nonDev": {
"moment": "^2.29.4",
"@11ty/eleventy-navigation": "^0.1.6"
},
"markup": [
"@code-blocks/eleventy-plugin",
"@code-blocks/charts",
"@code-blocks/graphviz",
"@code-blocks/math",
"@code-blocks/music",
"@code-blocks/tables",
"@code-blocks/prism"
]
}