-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.09 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
{
"name": "iyp-browser",
"version": "1.0.3",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"format": "prettier --write src/"
},
"dependencies": {
"@neo4j-cypher/language-support": "^2.0.0-next.6",
"@neo4j-nvl/base": "^1.0.0",
"@neo4j-nvl/interaction-handlers": "^1.0.0",
"@neo4j-nvl/layout-workers": "^1.0.0",
"@quasar/extras": "^1.17.0",
"axios": "^1.13.2",
"highlight.js": "^11.11.1",
"interactjs": "^1.10.27",
"monaco-editor": "^0.54.0",
"quasar": "^2.18.6",
"randomcolor": "^0.6.2",
"vue": "^3.5.24",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@quasar/vite-plugin": "^1.10.0",
"@vitejs/plugin-vue": "^6.0.2",
"@vue/eslint-config-prettier": "^10.2.0",
"eslint": "^9.39.1",
"eslint-plugin-vue": "^10.5.1",
"prettier": "^3.6.2",
"sass-embedded": "^1.93.3",
"vite": "^7.2.2",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-vue-devtools": "^8.0.5"
}
}