-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 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
{
"name": "frontend",
"version": "1.0.0",
"description": "A Quasar Project",
"main": "postcss.config.js",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@quasar/extras": "^1.0.0",
"@vue-flow/background": "^1.2.0",
"@vue-flow/controls": "^1.1.0",
"@vue-flow/core": "^1.28.0",
"@vue-flow/minimap": "^1.3.0",
"axios": "^0.21.1",
"components": "^0.1.0",
"d3": "^7.6.1",
"downloadjs": "^1.4.7",
"elkjs": "^0.8.2",
"file-saver": "^2.0.5",
"flowchart-vue": "^0.32.0",
"jszip": "^3.10.1",
"pinia": "^2.0.11",
"quasar": "^2.6.0",
"tsparticles": "^2.3.2",
"typescript": "^5.3.3",
"vue": "^3.0.0",
"vue-flowy": "^0.3.1",
"vue-router": "^4.0.0",
"vue2-dropzone": "^3.6.0",
"vue3-dropzone": "^2.1.2",
"vue3-particles": "^2.3.2"
},
"devDependencies": {
"@quasar/app-vite": "^1.0.0",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.14"
},
"engines": {
"node": "^18 || ^16 || ^14.19 || ^20.9",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}