-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 821 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 821 Bytes
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
{
"name": "ted-open-data-explorer",
"version": "2.1.0-SNAPSHOT",
"description": "TED Open Data Explorer — Bootstrap + Vanilla JS",
"private": true,
"type": "module",
"scripts": {
"start": "node scripts/cors-proxy.cjs",
"build:codemirror": "node scripts/build-codemirror.cjs",
"test": "node --test test/*.test.js"
},
"devDependencies": {
"@codemirror/autocomplete": "^6.20.1",
"@codemirror/commands": "^6.10.3",
"@codemirror/language": "^6.12.3",
"@codemirror/lint": "^6.9.5",
"@codemirror/search": "^6.6.0",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.41.0",
"@lezer/highlight": "^1.2.3",
"codemirror-lang-sparql": "^2.0.0",
"codemirror-lang-turtle": "^0.0.2",
"cors": "^2.8.6",
"esbuild": "^0.27.4",
"express": "^4.17.1"
}
}