-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.32 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
{
"private": true,
"scripts": {
"dev": "nuxt -c client/nuxt.config.js",
"build": "nuxt build -c client/nuxt.config.js",
"start": "nuxt start -c client/nuxt.config.js",
"lint": "eslint --fix --ext .js,.vue client/"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-regular-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^2.0.0",
"@fullcalendar/daygrid": "^5.6.0",
"@fullcalendar/interaction": "^5.6.0",
"@fullcalendar/timegrid": "^5.6.0",
"@fullcalendar/vue": "^5.6.0",
"@nuxtjs/router": "^1.5.0",
"@nuxtjs/sentry": "^5.0.3",
"@sentry/tracing": "^6.2.5",
"@sentry/vue": "^6.2.5",
"axios": "^0.21.0",
"bootstrap": "^4.5.3",
"dotenv": "^8.2.0",
"jquery": "^3.5.1",
"js-cookie": "^2.2.1",
"nuxt": "^2.14.7",
"popper.js": "^1.16.1",
"sweetalert2": "^10.10.4",
"vform": "^1.0.1",
"vue-i18n": "^8.22.2",
"vue2-timepicker": "^1.1.6"
},
"devDependencies": {
"@babel/eslint-parser": "^7.12.1",
"@nuxtjs/eslint-config": "^5.0.0",
"@nuxtjs/google-analytics": "^2.4.0",
"eslint": "^7.14.0",
"fs-extra": "^9.0.1",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.0"
}
}