-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.71 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
55
56
57
58
{
"name": "khuvid-web-nuxt",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "yarn lint:js"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@nuxtjs/auth-next": "5.0.0-1624817847.21691f1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dayjs": "^1.4.1",
"@nuxtjs/proxy": "^2.1.0",
"@nuxtjs/pwa": "^3.3.5",
"@vue/shared": "^3.2.35",
"axios": "^0.23.0",
"chart.js": "^3.5.1",
"chartjs-plugin-datalabels": "^2.0.0",
"chartjs-plugin-zoom": "^1.1.1",
"cookie-universal-nuxt": "^2.1.5",
"core-js": "^3.15.1",
"daisyui": "^1.14.1",
"node-sass": "^6.0.1",
"nuxt": "^2.15.7",
"nuxt-client-init-module": "^0.3.0",
"sass-loader": "10",
"v-calendar": "^2.3.4",
"vue-axios-cors": "^1.0.1",
"vue-carousel": "^0.18.0",
"vue-gtag": "1.16.1",
"vue-infinite-loading": "^2.4.5",
"vuex": "^3.6.2",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/tailwindcss": "^4.2.1",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.12.1",
"postcss": "^8.3.8",
"prettier": "^2.3.2",
"tailwindcss": "^2.2.16"
}
}