49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
"format": "prettier --write src/"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
"@fortawesome/free-brands-svg-icons": "^6.4.2",
|
|
"@fortawesome/free-regular-svg-icons": "^6.4.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
|
"@fortawesome/pro-duotone-svg-icons": "^6.4.2",
|
|
"@fortawesome/pro-light-svg-icons": "^6.4.2",
|
|
"@fortawesome/pro-regular-svg-icons": "^6.4.2",
|
|
"@fortawesome/pro-solid-svg-icons": "^6.4.2",
|
|
"@fortawesome/pro-thin-svg-icons": "^6.4.2",
|
|
"@fortawesome/sharp-light-svg-icons": "^6.4.2",
|
|
"@fortawesome/sharp-regular-svg-icons": "^6.4.2",
|
|
"@fortawesome/sharp-solid-svg-icons": "^6.4.2",
|
|
"@fortawesome/vue-fontawesome": "^3.0.3",
|
|
"@popperjs/core": "^2.11.8",
|
|
"axios": "^1.4.0",
|
|
"bootstrap": "^5.3.1",
|
|
"pdfjs-dist": "^4.2.67",
|
|
"pinia": "^2.1.6",
|
|
"quill": "^1.3.7",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.4",
|
|
"vuex": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.3.2",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-vue": "^9.15.1",
|
|
"prettier": "^3.0.0",
|
|
"sass": "^1.66.1",
|
|
"sass-loader": "^13.3.2",
|
|
"vite": "^4.4.6",
|
|
"webpack": "^5.88.2"
|
|
}
|
|
}
|