-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.57 KB
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
{
"name": "wikilear",
"version": "0.0.1",
"description": "The Wikilear web site",
"type": "module",
"main": "main.js",
"scripts": {
"start": "npm run eleventy-watch",
"dev": "npm run start",
"serve": "web-dev-server --root-dir dist --node-resolve --open",
"build": "npm run eleventy",
"clean": "set -e && find ./dist -mindepth 1 ! -regex '^./dist/images\\(/.*\\)?' -delete || echo dist not found",
"eleventy": "NODE_ENV=production npx @11ty/eleventy",
"eleventy-watch": "npx @11ty/eleventy --serve --incremental",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Andrea Leardini",
"license": "MIT",
"dependencies": {
"@tailwindcss/postcss": "^4.1.13",
"netlify-plugin-cache": "^1.0.3",
"postcss": "^8.5.6"
},
"devDependencies": {
"@11ty/eleventy": "^3.1.2",
"@11ty/eleventy-img": "^6.0.4",
"@11ty/eleventy-navigation": "^1.0.4",
"@11ty/eleventy-plugin-rss": "^2.0.4",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.2",
"@types/luxon": "^3.7.1",
"@web/dev-server": "^0.4.6",
"csp-hash-generator": "^0.0.3",
"csv-parse": "^6.1.0",
"datauri": "^4.1.0",
"eslint": "^9.36.0",
"full-icu": "^1.5.0",
"hasha": "^7.0.0",
"html-minifier-terser": "^7.2.0",
"image-size": "^2.0.2",
"jsdom": "^27.0.0",
"luxon": "3.7.2",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.3.1",
"normalize.css": "^8.0.1",
"sharp": "^0.34.4",
"socket.io": "^4.8.1",
"tailwindcss": "^4.1.13",
"terser": "^5.44.0"
}
}