-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.56 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.56 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": "rdf-sketch",
"version": "1.1.2",
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "npm run dev --workspace=@rdf-sketch/web-app",
"build": "npm run build --workspace=@rdf-sketch/web-app",
"build:vscode": "npm run build:vscode --workspace=@rdf-sketch/vscode-ui",
"build:notebook": "npm run build:notebook --workspace=@rdf-sketch/vscode-ui",
"dev:vscode": "npm run dev:vscode --workspace=@rdf-sketch/vscode-ui",
"lint": "eslint ."
},
"dependencies": {
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@primeuix/themes": "^2.0.3",
"@rdfjs-elements/rdf-editor": "^0.5.11",
"@vue-flow/core": "^1.48.2",
"@zazuko/env": "^3.0.1",
"@zazuko/prefixes": "^2.6.1",
"elkjs": "^0.11.1",
"primeicons": "^7.0.0",
"primevue": "^4.5.4",
"util": "^0.12.5",
"vue": "^3.5.31"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@rdfjs/types": "^2.0.1",
"@rollup/plugin-inject": "^5.0.5",
"@rushstack/eslint-patch": "^1.16.1",
"@tsconfig/node20": "^20.1.9",
"@types/n3": "^1.26.1",
"@types/node": "^25.3.3",
"@vitejs/plugin-vue": "^6.0.5",
"@vue/eslint-config-typescript": "^14.7.0",
"@vue/tsconfig": "^0.9.1",
"eslint": "^10.1.0",
"eslint-plugin-vue": "^10.8.0",
"npm-run-all2": "^8.0.4",
"rollup-plugin-node-polyfills": "^0.2.1",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vite-plugin-css-injected-by-js": "^4.0.1",
"vite-plugin-pwa": "^1.2.0",
"vue-tsc": "^3.2.6"
}
}