forked from KohlbacherLab/bwhc-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.42 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
49
50
51
52
53
54
{
"name": "mandalina",
"version": "2.0.0",
"description": "this nuxt app serves as the frontend of the bwHealthCloud portal",
"author": "Aydin Can Polatkan",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/auth-next": "^5.0.0-1611574754.9020f2a",
"@nuxtjs/axios": "^5.12.3",
"@nuxtjs/toast": "^3.3.1",
"axios": "^0.24.0",
"body-parser": "^1.18.3",
"chart.js": "^2.9.4",
"cross-env": "^5.2.0",
"eslint": "^5.15.3",
"eslint-plugin-vue": "^5.2.2",
"express": "^4.16.4",
"fs": "0.0.1-security",
"material-design-icons": "^3.0.1",
"nuxt": "^2.7.1",
"nuxt-highcharts": "^3.0.8",
"nuxt-material-design-icons": "^1.0.4",
"nuxt-vue-material": "^1.2.0",
"universal-cookie": "^6.1.1",
"vue-chartjs": "^3.5.1",
"vue-material": "^1.0.0-beta-15",
"vue-material-design-icons": "^4.11.0",
"vue-plugin-axios": "^1.0.14",
"vue-toasted": "^1.1.28",
"vuedraggable": "^2.24.3",
"vuetify": "^1.5.19",
"vuetify-loader": "^1.0.8"
},
"devDependencies": {
"@nuxtjs/proxy": "^1.3.3",
"material-design-icons-iconfont": "^6.1.0",
"nodemon": "^1.18.9",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
},
"config": {
"nuxt": {
"host": "localhost",
"port": "3000"
}
}
}