-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
78 lines (78 loc) · 1.94 KB
/
package.json
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
69
70
71
72
73
74
75
76
77
78
{
"name": "admin-template",
"private": true,
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite --force",
"tsc": "vue-tsc -b",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"lint": "eslint src",
"prepare": "husky",
"deploy": "s deploy -t s.master.yaml --use-local"
},
"workspaces": {
"packages": [
"packages/*",
"apps/*"
],
"nohoist": [
"subapp-vue2-webpack-template/*"
]
},
"dependencies": {
"@alilc/lowcode-datasource-fetch-handler": "^1.1.4",
"@alilc/lowcode-plugin-inject": "^1.1.2",
"@alilc/lowcode-react-renderer": "^1.1.2",
"@alilc/lowcode-utils": "^1.1.10",
"@micro-zoe/micro-app": "1.0.0-rc.15",
"@vue-flow/core": "^1.41.2",
"element-plus": "2.7.8",
"js-cookie": "^3.0.5",
"pinia": "2.0.36",
"pinia-plugin-persistedstate": "^4.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"antd": "^5.21.6",
"vue": "^3.5.1",
"vue-router": "^4.4.3",
"vue3-lottie": "^3.3.1",
"frame-less-ui": "1.0.9-alpha.7"
},
"devDependencies": {
"moment": "2.24.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/js-cookie": "^3.0.5",
"@types/node": "^20.14.10",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.2",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.6.0",
"eslint-plugin-vue": "^9.27.0",
"happy-dom": "^14.12.3",
"husky": "^9.1.2",
"less": "^4.2.0",
"local-tool": "^1.1.2",
"sass": "~1.56.0",
"unocss": "^0.63.6",
"typescript": "^5.2.2",
"typescript-eslint": "^7.15.0",
"vite": "^5.3.1",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.21"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"resolutions": {
"strip-ansi": "6.0.0",
"string-width": "4.2.3"
}
}