60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "cdtmp",
|
|
"private": true,
|
|
"version": "0.0.4",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build:dev": "vite build --mode development",
|
|
"build:prod": "vite build --mode production",
|
|
"preview": "vite preview",
|
|
"prettier": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@arco-design/color": "^0.4.0",
|
|
"@arco-design/web-vue": "^2.56.3",
|
|
"@tanstack/vue-query": "^5.62.9",
|
|
"@tinymce/tinymce-vue": "^6.1.0",
|
|
"@vueuse/core": "^12.2.0",
|
|
"axios": "^1.7.9",
|
|
"dayjs": "^1.11.13",
|
|
"file2md5": "^1.3.0",
|
|
"lodash-es": "^4.17.21",
|
|
"mammoth": "^1.8.0",
|
|
"mitt": "^3.0.1",
|
|
"nprogress": "^0.2.0",
|
|
"pinia": "^2.3.0",
|
|
"pinyin-match": "^1.2.6",
|
|
"postcss-import": "^16.1.0",
|
|
"qs": "^6.13.1",
|
|
"tinymce": "^7.6.0",
|
|
"vue": "^3.5.13",
|
|
"vue-clipboard3": "^2.0.0",
|
|
"vue-color-kit": "^1.0.6",
|
|
"vue-data-ui": "^2.4.58",
|
|
"vue-router": "^4.5.0",
|
|
"vuedraggable": "^2.24.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "^22.10.2",
|
|
"@types/nprogress": "^0.2.3",
|
|
"@types/qs": "^6.9.17",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
|
"@vue/babel-plugin-jsx": "^1.2.5",
|
|
"autoprefixer": "^10.4.20",
|
|
"browserslist": "^4.24.3",
|
|
"eslint": "^9.17.0",
|
|
"eslint-plugin-vue": "^9.32.0",
|
|
"less": "^4.2.1",
|
|
"less-loader": "^12.2.0",
|
|
"postcss": "^8.4.49",
|
|
"prettier": "^3.4.2",
|
|
"rollup-plugin-visualizer": "^5.13.1",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "^5.7.2",
|
|
"vite": "^6.0.6"
|
|
}
|
|
}
|