12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "name": "vue_project",
- "version": "0.1.0",
- "private": true,
- "scripts": {
- "serve": "vue-cli-service serve",
- "build": "vue-cli-service build",
- "lint": "vue-cli-service lint"
- },
- "dependencies": {
- "@element-plus/icons": "^0.0.11",
- "@element-plus/icons-vue": "^2.3.1",
- "@fortawesome/fontawesome-free": "^6.5.2",
- "@fullcalendar/bootstrap5": "^6.1.13",
- "@fullcalendar/core": "^6.1.13",
- "@fullcalendar/daygrid": "^6.1.13",
- "@fullcalendar/interaction": "^6.1.13",
- "@fullcalendar/list": "^6.1.13",
- "@fullcalendar/multimonth": "^6.1.13",
- "@fullcalendar/timegrid": "^6.1.13",
- "@fullcalendar/vue3": "^6.1.13",
- "@headlessui/vue": "^1.7.22",
- "@heroicons/vue": "^2.1.3",
- "@vue/babel-plugin-jsx": "^1.2.2",
- "@vueuse/components": "^10.10.0",
- "@vueuse/core": "^10.10.0",
- "axios": "^1.7.2",
- "bootstrap": "^5.3.3",
- "bootstrap-icons": "^1.11.3",
- "core-js": "^3.8.3",
- "element-plus": "^2.7.4",
- "js-cookie": "^3.0.5",
- "pinia": "^2.1.7",
- "sass": "^1.77.4",
- "tippy.js": "^6.3.7",
- "vue": "^3.2.13",
- "vue-router": "^4.3.2"
- },
- "devDependencies": {
- "@babel/core": "^7.12.16",
- "@babel/eslint-parser": "^7.12.16",
- "@vue/cli-plugin-babel": "~5.0.0",
- "@vue/cli-plugin-eslint": "~5.0.0",
- "@vue/cli-service": "~5.0.0",
- "autoprefixer": "^10.4.19",
- "eslint": "^7.32.0",
- "eslint-plugin-vue": "^8.0.3",
- "postcss": "^8.4.38",
- "sass-loader": "^14.2.1",
- "tailwindcss": "^3.4.3"
- },
- "eslintConfig": {
- "root": true,
- "env": {
- "node": true
- },
- "extends": [
- "plugin:vue/vue3-essential",
- "eslint:recommended"
- ],
- "parserOptions": {
- "parser": "@babel/eslint-parser"
- },
- "rules": {}
- },
- "browserslist": [
- "> 1%",
- "last 2 versions",
- "not dead",
- "not ie 11"
- ],
- "description": "```\r npm install\r ```",
- "main": "babel.config.js",
- "author": "",
- "license": "ISC"
- }
|