Files
cdTestPlant3/cdTMP/package.json

65 lines
1.9 KiB
JSON
Raw Normal View History

2023-06-04 20:01:58 +08:00
{
"name": "cdtmp",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
2023-08-08 09:43:46 +08:00
"build:dev": "vite build --mode development",
"build:prod": "vite build --mode production",
2023-06-04 20:01:58 +08:00
"preview": "vite preview",
"prettier": "prettier --write ."
},
"dependencies": {
"@arco-design/color": "^0.4.0",
2024-06-13 19:41:57 +08:00
"@arco-design/web-vue": "^2.55.3",
2024-05-30 11:29:44 +08:00
"@tinymce/tinymce-vue": "^5.1.1",
2023-06-05 21:02:25 +08:00
"@vueuse/core": "^10.1.2",
2023-06-04 20:01:58 +08:00
"axios": "^1.4.0",
2024-07-24 18:40:14 +08:00
"axois": "^0.0.1-security",
2023-06-04 20:01:58 +08:00
"crypto-js": "^4.1.1",
"dayjs": "^1.11.7",
"echarts": "^5.4.2",
2023-06-15 20:13:46 +08:00
"file2md5": "^1.3.0",
2023-06-04 20:01:58 +08:00
"lodash": "^4.17.21",
2024-07-22 18:57:12 +08:00
"mammoth": "^1.8.0",
2023-06-04 20:01:58 +08:00
"mitt": "^3.0.0",
2023-06-15 20:13:46 +08:00
"monaco-editor": "^0.33.0",
2023-06-04 20:01:58 +08:00
"nprogress": "^0.2.0",
"pinia": "^2.1.3",
2023-08-24 17:05:21 +08:00
"pinyin-match": "^1.2.4",
2023-06-04 20:01:58 +08:00
"postcss-import": "^15.1.0",
"qs": "^6.11.2",
"sortablejs": "^1.15.0",
2024-05-30 11:29:44 +08:00
"tinymce": "^6.8.3",
2024-07-22 18:57:12 +08:00
"vue": "^3.4.33",
2023-06-04 20:01:58 +08:00
"vue-clipboard3": "^2.0.0",
"vue-color-kit": "^1.0.5",
"vue-echarts": "^6.5.5",
"vue-router": "^4.0.13",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
2023-06-04 23:15:37 +08:00
"@types/lodash": "^4.14.195",
2023-06-08 21:09:28 +08:00
"@types/mockjs": "^1.0.7",
2024-05-31 18:29:29 +08:00
"@types/node": "^20.12.13",
2023-06-05 21:02:25 +08:00
"@types/nprogress": "^0.2.0",
2023-06-04 23:15:37 +08:00
"@types/qs": "^6.9.7",
2024-07-02 15:22:20 +08:00
"@vitejs/plugin-vue": "^5.0.5",
2024-05-31 18:29:29 +08:00
"@vitejs/plugin-vue-jsx": "^4.0.0",
2023-06-05 21:02:25 +08:00
"@vue/babel-plugin-jsx": "^1.1.1",
2023-06-04 20:01:58 +08:00
"autoprefixer": "^10.4.14",
2024-03-05 16:28:47 +08:00
"browserslist": "^4.23.0",
"caniuse-lite": "^1.0.30001591",
2024-06-13 19:41:57 +08:00
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"less": "^4.2.0",
2023-06-04 20:01:58 +08:00
"less-loader": "^11.1.2",
2024-06-13 19:41:57 +08:00
"postcss": "^8.4.38",
2023-06-04 20:01:58 +08:00
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
2024-07-22 18:57:12 +08:00
"typescript": "^5.5.3",
"vite": "^5.3.4"
2023-06-04 20:01:58 +08:00
}
}