-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 910 Bytes
/
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
{
"name": "ted-open-data-explorer",
"type": "module",
"version": "1.0.0",
"main": "vite.config.js",
"scripts": {
"dev": "vite --mode development",
"build": "vite build --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OP-TED/ted-open-data-explorer.git"
},
"bugs": {
"url": "https://github.com/OP-TED/ted-open-data-explorer/issues"
},
"license": "MIT",
"dependencies": {
"@codemirror/state": "^6.5.1",
"@codemirror/view": "^6.36.2",
"@vicons/ionicons5": "^0.13.0",
"codemirror": "^6.0.1",
"codemirror-lang-sparql": "^2.0.0",
"grapoi": "^1.1.3",
"naive-ui": "^2.41.0",
"pinia": "^2.3.1",
"rdf-ext": "^2.5.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@vueuse/core": "^12.5.0",
"vite": "^6.0.11",
"vite-plugin-node-polyfills": "^0.23.0",
"vue": "^3.5.13"
}
}