42 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "cic-dashboard",
 | 
						|
  "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:prettier": "prettier --check .",
 | 
						|
    "lint": "yarn lint:js && yarn lint:prettier",
 | 
						|
    "lintfix": "prettier --write --list-different . && yarn lint:js --fix"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@nuxtjs/axios": "^5.13.6",
 | 
						|
    "apexcharts": "^3.35.2",
 | 
						|
    "core-js": "^3.19.3",
 | 
						|
    "echarts": "^5.3.2",
 | 
						|
    "nuxt": "^2.15.8",
 | 
						|
    "vue": "^2.6.14",
 | 
						|
    "vue-apexcharts": "^1.6.2",
 | 
						|
    "vue-echarts": "^6.0.2",
 | 
						|
    "vue-server-renderer": "^2.6.14",
 | 
						|
    "vue-template-compiler": "^2.6.14",
 | 
						|
    "vuetify": "^2.6.1",
 | 
						|
    "webpack": "^4.46.0"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@babel/eslint-parser": "^7.16.3",
 | 
						|
    "@nuxtjs/composition-api": "^0.32.0",
 | 
						|
    "@nuxtjs/eslint-config": "^8.0.0",
 | 
						|
    "@nuxtjs/eslint-module": "^3.0.2",
 | 
						|
    "@nuxtjs/vuetify": "^1.12.3",
 | 
						|
    "eslint": "^8.4.1",
 | 
						|
    "eslint-config-prettier": "^8.3.0",
 | 
						|
    "eslint-plugin-nuxt": "^3.1.0",
 | 
						|
    "eslint-plugin-vue": "^8.2.0",
 | 
						|
    "prettier": "^2.5.1"
 | 
						|
  }
 | 
						|
}
 |