42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
|
|
{
|
||
|
|
"name": "digital-art-museum",
|
||
|
|
"version": "0.0.0",
|
||
|
|
"scripts": {
|
||
|
|
"dev": "vite",
|
||
|
|
"build": "vite build",
|
||
|
|
"preview": "vite preview --port 4173",
|
||
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@tailwindcss/vite": "^4.1.14",
|
||
|
|
"@vueuse/core": "^13.9.0",
|
||
|
|
"axios": "^1.12.2",
|
||
|
|
"dayjs": "^1.11.18",
|
||
|
|
"moment": "^2.30.1",
|
||
|
|
"moment-timezone": "^0.6.0",
|
||
|
|
"pinia": "^3.0.3",
|
||
|
|
"vue": "^3.5.22",
|
||
|
|
"vue-router": "^4.5.1",
|
||
|
|
"@vueuse/core": "^13.9.0",
|
||
|
|
"axios": "^1.12.2",
|
||
|
|
"dayjs": "^1.11.18",
|
||
|
|
"moment": "^2.30.1",
|
||
|
|
"moment-timezone": "^0.6.0",
|
||
|
|
"pinia": "^3.0.3",
|
||
|
|
"vue": "^3.5.22",
|
||
|
|
"vue-router": "^4.5.1",
|
||
|
|
"vue3-carousel": "^0.16.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@rushstack/eslint-patch": "^1.13.0",
|
||
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
||
|
|
"@vue/eslint-config-prettier": "^10.2.0",
|
||
|
|
"autoprefixer": "^10.4.21",
|
||
|
|
"eslint": "^9.37.0",
|
||
|
|
"eslint-plugin-vue": "^10.5.0",
|
||
|
|
"prettier": "^3.6.2",
|
||
|
|
"tailwindcss": "^4.1.14",
|
||
|
|
"vite": "^7.1.9"
|
||
|
|
}
|
||
|
|
}
|