-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
45 lines (45 loc) · 1.05 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
{
"name": "@langhuihui/monica",
"version": "0.2.7",
"scripts": {
"start": "node server/index.js",
"dev": "vite",
"build": "vite build",
"format": "prettier --write \"server/**/*.js\" \"server/**/*.vue\""
},
"bin": {
"monica": "server/index.js"
},
"keywords": [
"monibuca",
"vue3"
],
"author": "langhuihui",
"license": "MIT",
"homepage": "https://github.com/Monibuca/monica#readme",
"repository": {
"type": "git",
"url": "git+https: //github.com/Monibuca/monica.git"
},
"dependencies": {
"@ant-design/icons-vue": "^5.1.5",
"@iarna/toml": "^2.2.5",
"@vue/compiler-sfc": "^3.0.2",
"ant-design-vue": "^2.0.0-beta.10",
"fastrx": "^1.3.9",
"find-process": "^1.4.3",
"koa-body": "^4.2.0",
"koa-router": "^9.4.0",
"less": "^3.12.2",
"less-loader": "^7.0.1",
"pkg-updater": "^1.0.4",
"rollup": "^2.33.3",
"shelljs": "^0.8.4",
"vite": "^1.0.0-rc.9",
"vue": "^3.0.2",
"vue-router": "^4.0.0-beta.13"
},
"devDependencies": {
"prettier": "^2.1.2"
}
}