-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.59 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
{
"name": "emkay-frontend",
"version": "0.9.12",
"description": "EMKAY Nuxt Frontend",
"author": "JCK",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"generate-test": "cross-env NODE_ENV=development nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"test": "jest"
},
"dependencies": {
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.11.0",
"@nuxtjs/dotenv": "^1.4.0",
"@nuxtjs/moment": "^1.6.1",
"chart.js": "^2.9.3",
"chartjs-chart-geo": "^2.1.0",
"chartjs-plugin-datalabels": "^0.7.0",
"cookie-universal-nuxt": "^2.1.3",
"d3-scale-chromatic": "^1.5.0",
"lodash.groupby": "^4.6.0",
"lodash.isequal": "^4.5.0",
"nuxt": "^2.12.2",
"nuxt-i18n": "^6.12.2",
"nuxt-webfontloader": "^1.1.0",
"us-atlas": "^3.0.0",
"vee-validate": "^3.3.3",
"vue-chartjs": "^3.5.0",
"vue-json-excel": "^0.2.98",
"vue-snotify": "^3.2.1",
"world-atlas": "^2.0.2"
},
"devDependencies": {
"@aceforth/nuxt-optimized-images": "^1.0.1",
"@nuxtjs/eslint-config": "^3.0.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/google-analytics": "^2.3.0",
"@nuxtjs/vuetify": "^1.11.2",
"@vue/test-utils": "^1.0.3",
"babel-eslint": "^10.0.1",
"babel-jest": "^26.0.1",
"cross-env": "^7.0.2",
"eslint": "^7.2.0",
"eslint-plugin-nuxt": "^1.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.0",
"imagemin-svgo": "^8.0.0",
"jest": "^26.0.1",
"vue-jest": "^4.0.0-beta.3"
}
}