40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "ca_vue_apps",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint --ext .ts,.vue --ignore-path .gitignore --fix src",
|
|
"format": "prettier . --write"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.5.1",
|
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
|
"@fortawesome/vue-fontawesome": "^3.0.5",
|
|
"@rushstack/eslint-patch": "^1.6.1",
|
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
"d3": "^7.8.5",
|
|
"vue": "^3.3.4",
|
|
"vue-cookies": "^1.8.3",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/d3": "^7.4.3",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-json": "^3.1.0",
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
"eslint-plugin-vue": "^9.19.2",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.4.5",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vue-tsc": "^1.8.16"
|
|
}
|
|
}
|