-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.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
{
"name": "🪡 Knitting Our Internet 🧶",
"description": "Knitting Our Internet is a face-to-face workshop about the Internet. It consists of an interactive journey through its history and a collective rethinking of its future.",
"homepage": "https://ournet.rocks/",
"keywords": [
"11ty",
"anticapitalism",
"community",
"decentralization",
"design",
"design-thinking",
"eleventy",
"eleventy-website",
"fediverse",
"history",
"interactive",
"internet",
"internet-history",
"lab",
"laboratorio",
"philosophy",
"project",
"social",
"social-media",
"social-network",
"social-networks",
"socialnetwork",
"sociology",
"surveillance-capitalism",
"workshop"
],
"repository": {
"type": "git",
"url": "[email protected]:tommi/ournet.git"
},
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/xplosionmind/ournet/issues"
},
"scripts": {
"start": "ELEVENTY_ENV=development eleventy --serve --watch --incremental",
"build": "ELEVENTY_ENV=production eleventy",
"debug": "DEBUG=Eleventy* bun run start",
"clean": "del-cli dist"
},
"type": "module",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^5.0.0",
"csv-parse": "^5.5.6",
"html-minifier-terser": "^7.2.0",
"js-yaml": "^4.1.0"
}
}