cashier-ERP/package.json

33 lines
738 B
JSON
Raw Permalink Normal View History

2024-03-30 09:23:34 +08:00
{
"name": "cashier",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
2024-04-06 16:06:06 +08:00
"build": "vue-tsc && vite build --mode development",
"build:prod": "vue-tsc && vite build",
2024-03-30 09:23:34 +08:00
"preview": "vite preview"
},
"dependencies": {
2024-03-30 18:04:30 +08:00
"@element-plus/icons-vue": "^2.3.1",
"axios": "^1.6.8",
"element-plus": "^2.6.3",
2024-04-10 14:29:20 +08:00
"lodash": "^4.17.21",
2024-04-06 10:21:06 +08:00
"mitt": "^3.0.1",
2024-04-20 09:54:56 +08:00
"moment": "^2.30.1",
2024-03-30 18:04:30 +08:00
"pinia": "^2.1.7",
2024-05-13 18:10:13 +08:00
"print-js": "^1.6.0",
2024-03-30 18:04:30 +08:00
"sass": "^1.72.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
2024-03-30 09:23:34 +08:00
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
2024-04-20 09:54:56 +08:00
"postcss-pxtorem": "^6.1.0",
2024-03-30 09:23:34 +08:00
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vue-tsc": "^2.0.6"
}
}