forked from json-ld/json-ld.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.19 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
{
"name": "json-ld.org",
"private": true,
"description": "json-ld.org homepage",
"type": "module",
"scripts": {
"build": "eleventy",
"build:editor": "rollup -c && cp playground/next/editor.bundle.js _site/playground/next/editor.bundle.js",
"pages": "wrangler pages dev _site/ --compatibility-date=2025-04-02",
"watch": "eleventy --watch",
"dev": "wrangler pages dev _site --compatibility-date=2024-04-27 --live-reload --port 8788",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@codemirror/autocomplete": "^6.18.6",
"@codemirror/commands": "^6.8.1",
"@codemirror/lang-javascript": "^6.2.3",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-yaml": "^6.1.2",
"@codemirror/legacy-modes": "^6.5.1",
"@codemirror/lint": "^6.8.5",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.36.7",
"@digitalbazaar/cborld": "^8.0.0",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"cbor2": "^2.0.1",
"codemirror": "^6.0.1",
"petite-vue": "^0.4.1",
"rollup": "^4.40.1",
"wrangler": "^4.6.0",
"yaml": "^2.8.0"
}
}