-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.16 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": "matchid-frontend",
"version": "1.0.1",
"description": "Frontend for matchID project",
"author": "F.Antoine (@rhanka) & M.Gross (@SuperKiwi)",
"private": false,
"scripts": {
"dev": "vite --host 0.0.0.0 --port 8081",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@vueform/toggle": "^2.0.1",
"bulma": "=0.6.2",
"chart.js": "^2.9.4",
"chartjs-plugin-annotation": "^0.5.7",
"codemirror-editor-vue3": "^0.3.5",
"core-js": "^3.20.1",
"crypto-js": "^4.1.1",
"d3": "^7.2.1",
"diff": "=4.0.2",
"font-awesome": "^4.7.0",
"moment": "^2.29.1",
"nouislider": "^10.0.0",
"prismjs": "^1.25.0",
"tiny-emitter": "^2.1.0",
"vue": "^3.2.25",
"vue-chartjs": "^3.5.1",
"@soerenmartius/vue3-clipboard": "^0.1.2",
"vue-json-pretty": "^2.0.6",
"vue-prism-editor": "^2.0.0-alpha.2",
"vue-router": "^4.0.12",
"vue2-dropzone": "^3.6.0",
"vue3-shortkey": "^4.0.0"
},
"devDependencies": {
"@iconify/vue": "^3.1.1",
"@vitejs/plugin-vue": "^2.0.0",
"less": "^4.1.2",
"sass": "^1.45.1",
"sass-loader": "^12.4.0",
"vite": "^2.7.2"
}
}