forked from avillar/bblocks-viewer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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
{
"name": "bblocks-viewer",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/font": "7.0.96",
"axios": "^1.4.0",
"axios-cache-interceptor": "^1",
"core-js": "^3.29.0",
"dagre": "^0.8.5",
"highlight.js": "^11.9.0",
"js-sha256": "^0.11.0",
"marked": "^5.0.0",
"n3": "^1.17.3",
"pinia": "^2.2.0",
"prismjs": "^1.29.0",
"roboto-fontface": "*",
"rollup": "^4.12.1",
"v-network-graph": "^0.9.14",
"vite-plugin-ejs": "1.6.4",
"vite-svg-loader": "^5.1.0",
"vue": "3.4.23",
"vue-router": "^4.0.0",
"vue-worker": "^1.2.1",
"vuetify": "3.2.3",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"eslint": "^8.37.0",
"eslint-plugin-vue": "^9.3.0",
"sass": "^1.60.0",
"vite": "^4.2.0",
"vite-plugin-generate-file": "^0.1.1",
"vite-plugin-rewrite-all": "^1.0.1",
"vite-plugin-vuetify": "^1.0.0"
}
}