You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
911 B

2 years ago
{
"name": "dingxin_toolbox_vue",
"private": true,
3 weeks ago
"version": "1.0.0",
2 years ago
"type": "module",
3 weeks ago
"license": "MIT",
2 years ago
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@originjs/vite-plugin-commonjs": "^1.0.3",
2 years ago
"@types/node": "^20.10.4",
"ace-builds": "^1.35.4",
2 years ago
"axios": "^1.6.2",
2 years ago
"element-plus": "^2.4.3",
"js-md5": "^0.8.3",
"json-editor-vue3": "^1.0.9",
2 years ago
"normalize.css": "^8.0.1",
"sortablejs": "^1.15.2",
"vite-plugin-commonjs": "^0.10.1",
2 years ago
"vue": "^3.3.8",
"vue-router": "^4.0.13",
"vue3-ace-editor": "^2.2.4",
"vuex": "^4.0.2",
"ws": "^8.16.0"
2 years ago
},
"devDependencies": {
3 weeks ago
"@vitejs/plugin-vue": "^5.2.4",
2 years ago
"sass": "^1.69.5",
"unplugin-auto-import": "^0.17.2",
"unplugin-vue-components": "^0.26.0",
3 weeks ago
"vite": "^6.4.1"
2 years ago
}
}