catchAdmin/package.json

54 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2022-12-05 23:01:12 +08:00
{
"name": "catchadmin",
"private": false,
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
2023-02-15 17:50:24 +08:00
"@heroicons/vue": "^2.0.14",
2023-03-04 18:31:05 +08:00
"@tinymce/tinymce-vue": "^5.0.1",
2023-02-15 17:50:24 +08:00
"@vueuse/core": "^9.12.0",
2022-12-05 23:01:12 +08:00
"autoprefixer": "^10.4.13",
2023-03-04 18:31:05 +08:00
"element-plus": "^2.2.33",
2022-12-05 23:01:12 +08:00
"nprogress": "^0.2.0",
2023-02-23 10:36:49 +08:00
"pinia": "^2.0.32",
2023-01-10 17:45:28 +08:00
"postcss": "^8.4.21",
2022-12-05 23:01:12 +08:00
"tailwindcss": "^3.2.2",
2023-03-04 18:31:05 +08:00
"terser": "^5.16.5",
2023-02-15 17:50:24 +08:00
"vue": "^3.2.47",
2022-12-05 23:01:12 +08:00
"vue-i18n": "9",
"vue-router": "4.1.6",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
2023-01-10 17:45:28 +08:00
"@iconify-json/logos": "^1.1.22",
2023-02-15 17:50:24 +08:00
"@rollup/plugin-alias": "^4.0.3",
2022-12-05 23:01:12 +08:00
"@types/mockjs": "^1.0.7",
2023-03-04 18:31:05 +08:00
"@types/node": "^18.14.6",
2022-12-05 23:01:12 +08:00
"@types/nprogress": "^0.2.0",
2023-03-04 18:31:05 +08:00
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
2022-12-18 22:44:58 +08:00
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
2023-02-23 10:36:49 +08:00
"axios": "^1.3.4",
2023-03-04 18:31:05 +08:00
"eslint": "^8.35.0",
2022-12-05 23:01:12 +08:00
"eslint-config-standard": "^17.0.0",
2023-02-15 17:50:24 +08:00
"eslint-plugin-import": "^2.27.5",
2022-12-18 22:44:58 +08:00
"eslint-plugin-n": "^15.6.0",
2022-12-05 23:01:12 +08:00
"eslint-plugin-promise": "^6.1.1",
2023-02-15 17:50:24 +08:00
"eslint-plugin-vue": "^9.9.0",
2023-02-23 10:36:49 +08:00
"prettier": "2.8.4",
2023-02-15 17:50:24 +08:00
"sass": "^1.58.0",
"typescript": "^4.9.5",
2023-02-23 10:36:49 +08:00
"unplugin-auto-import": "^0.14.4",
2023-02-15 17:50:24 +08:00
"unplugin-icons": "^0.15.2",
2023-02-23 10:36:49 +08:00
"unplugin-vue-components": "^0.24.0",
"vite": "^4.1.4",
2022-12-05 23:01:12 +08:00
"vite-plugin-html": "^3.2.0",
2023-03-04 18:31:05 +08:00
"vue-tsc": "^1.2.0"
2022-12-05 23:01:12 +08:00
}
}