32 lines
803 B
JSON
32 lines
803 B
JSON
{
|
|
"name": "timetable-v2",
|
|
"author": "minie4",
|
|
"license": "GPL-3.0-or-later",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 5050",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"dayjs": "^1.11.9",
|
|
"downloadjs": "^1.4.7",
|
|
"lucide-vue-next": "^0.268.0",
|
|
"swiper": "^10.2.0",
|
|
"vue": "^3.2.37",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-router": "^4.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.3.3",
|
|
"@vitejs/plugin-vue": "^4.3.3",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"eslint": "^8.47.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"prettier": "^3.0.2",
|
|
"vite": "^4.4.9",
|
|
"vite-plugin-pwa": "^0.16.4"
|
|
}
|
|
}
|