-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.43 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
{
"name": "rdf-sketch",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --config vite.config.main.ts",
"build": "vite build --config vite.config.main.ts",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint .",
"build:vscode": "vite build --config vite.config.vscode.ts",
"dev:vscode": "vite --config vite.config.vscode.ts"
},
"dependencies": {
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@primevue/themes": "^4.2.5",
"@rdfjs-elements/rdf-editor": "^0.5.10",
"@vue-flow/core": "^1.41.6",
"@zazuko/env": "^2.4.2",
"@zazuko/prefixes": "^2.2.0",
"elkjs": "^0.9.3",
"primeicons": "^7.0.0",
"primevue": "^4.2.5",
"util": "^0.12.5",
"vue": "^3.5.13"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@rdfjs/types": "^1.1.2",
"@rollup/plugin-inject": "^5.0.5",
"@rushstack/eslint-patch": "^1.8.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.14.5",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-typescript": "^14.1.4",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"npm-run-all2": "^6.2.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"typescript": "~5.4.0",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.21.0",
"vue-tsc": "^2.1.10"
}
}