mirror of
https://github.com/IT4Change/ocelot-website-hire.git
synced 2025-12-12 21:05:50 +00:00
30 lines
718 B
JSON
30 lines
718 B
JSON
{
|
|
"name": "vite-vue3",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 8080",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
|
|
"fix": "npm run lint -- --fix",
|
|
"test": "npm run build && npm run lint"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.7",
|
|
"bootstrap": "^5.3.0",
|
|
"vue": "^3.2.47",
|
|
"vue-router": "4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.1.0",
|
|
"eslint": "^8.44.0",
|
|
"eslint-plugin-vue": "^9.15.1",
|
|
"sass": "^1.63.6",
|
|
"sass-loader": "^13.3.2",
|
|
"vite": "^4.3.9",
|
|
"vue-loader": "^17.2.2"
|
|
}
|
|
}
|