-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.06 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.06 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
{
"name": "root",
"version": "1.1.0",
"private": true,
"type": "module",
"publishConfig": {
"access": "restricted"
},
"repository": {
"type": "git",
"url": "https://github.com/chenbimo/yicode.git"
},
"description": "随易科技(yicode.tech) - 软件开发生态",
"homepage": "https://yicode.tech",
"main": "index.js",
"scripts": {},
"workspaces": [
"packages/*"
],
"keywords": [
"yicode",
"cli",
"webpack",
"vite",
"vue",
"vue2",
"vue3",
"nodejs"
],
"author": "chensuiyi <bimostyle@qq.com>",
"dependencies": {
"@arco-design/web-vue": "^2.57.0",
"@arco-plugins/vite-vue": "^1.4.5",
"@iconify/json": "^2.2.331",
"axios": "^1.9.0",
"date-fns": "^4.1.0",
"es-toolkit": "^1.36.0",
"js-md5": "^0.8.3",
"store2": "^2.14.4",
"yite-cli": "^4.6.4"
},
"devDependencies": {
"lefthook": "^1.11.11",
"prettier": "^3.5.3"
}
}