From 801f3ec14a04ed7fb8309953155c620882b90cea Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 29 四月 2024 16:41:36 +0800
Subject: [PATCH] 产品报表和应发工资报表
---
package.json | 41 +++++++++++++++++++++++++++++++++++++++++
1 files changed, 41 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..6c8db69
--- /dev/null
+++ b/package.json
@@ -0,0 +1,41 @@
+{
+ "name": "crm-web",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "serve": "vue-cli-service serve",
+ "build": "vue-cli-service build",
+ "lint": "vue-cli-service lint"
+ },
+ "dependencies": {
+ "axios": "^1.4.0",
+ "core-js": "^3.8.3",
+ "docx-preview": "^0.1.18",
+ "downloadjs": "^1.4.7",
+ "element-ui": "^2.15.13",
+ "faker": "^5.5.3",
+ "js-cookie": "^3.0.5",
+ "lodash": "^4.17.21",
+ "vue": "^2.6.14",
+ "vue-router": "^3.5.1",
+ "vuex": "^3.6.2"
+ },
+ "devDependencies": {
+ "@babel/core": "^7.12.16",
+ "@babel/eslint-parser": "^7.12.16",
+ "@vue/cli-plugin-babel": "~5.0.0",
+ "@vue/cli-plugin-eslint": "~5.0.0",
+ "@vue/cli-plugin-router": "~5.0.0",
+ "@vue/cli-plugin-vuex": "~5.0.0",
+ "@vue/cli-service": "~5.0.0",
+ "eslint": "^7.32.0",
+ "eslint-plugin-vue": "^8.0.3",
+ "lint-staged": "^11.1.2",
+ "sass": "^1.32.7",
+ "sass-loader": "^12.0.0",
+ "vue-template-compiler": "^2.6.14"
+ },
+ "gitHooks": {
+ "pre-commit": "lint-staged"
+ }
+}
--
Gitblit v1.8.0