-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.91 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.91 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "solinkcrm",
"version": "1.0.0",
"private": false,
"type": "module",
"description": "SolinkCRM 社链CRM — 社链万物,慧赢未来!让销售更简单,让客户关系更紧密!",
"author": "GitCoffee",
"license": "Apache-2.0",
"keywords": [
"solinkcrm",
"crm",
"customer-relationship",
"sales",
"vue3",
"typescript",
"ant-design-vue"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "vue-tsc --noEmit",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.0",
"@gitcoffee/account-ui": "^1.0.0",
"@gitcoffee/air-engine": "^1.0.0",
"@gitcoffee/air-ui": "^1.0.0",
"@gitcoffee/api": "^1.0.0",
"@gitcoffee/crudbot": "^1.0.0",
"@gitcoffee/design-ui": "^1.0.0",
"@gitcoffee/formbot": "^1.0.0",
"@gitcoffee/aibot-ui": "^1.0.0",
"@gitcoffee/solinkcrm-ui": "^1.0.0",
"@gitcoffee/solinkcrm-utils": "^1.0.0",
"ant-design-vue": "^4.2.0",
"dayjs": "^1.11.0",
"echarts": "^5.5.0",
"pinia": "^3.0.0",
"vue": "^3.5.26",
"vue-i18n": "^11.2.8",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@ianvs/prettier-plugin-sort-imports": "^4.4.0",
"@iconify-json/ant-design": "^1.2.5",
"@unocss/preset-icons": "^66.0.0",
"@unocss/preset-uno": "^66.0.0",
"@unocss/transformer-directives": "^66.0.0",
"@vitejs/plugin-vue": "^5.2.0",
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"prettier": "^3.4.2",
"terser": "^5.36.0",
"typescript": "^5.9.0",
"typescript-eslint": "^8.18.2",
"unocss": "^66.0.0",
"vite": "^5.4.0",
"vite-plugin-compression": "^0.5.1",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.2.0"
}
}