This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
87 lines (87 loc) · 2.56 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
79
80
81
82
83
84
85
86
87
{
"name": "mx-web-yun",
"version": "0.0.1",
"repository": {
"url": "https://github.com/Innei/mx-web-yun",
"directory": "mx-web-yun",
"type": "git"
},
"author": {
"name": "Innei"
},
"license": "MIT",
"scripts": {
"dev:spa": "NODE_ENV=development vite",
"dev": "NODE_ENV=development vite-ssr",
"prod": "npm run build && npm run server:prod",
"build": "vite-ssr build",
"server": "ts-node ./server",
"server:prod": "cross-env NODE_ENV=production ts-node ./server",
"pm2": "pm2 start ecosystem.config.js --env production",
"lint": "eslint \"**/*.{vue,ts,js}\" --fix"
},
"dependencies": {
"@ctrl/tinycolor": "3.4.1",
"@fastify/compress": "5.0.0",
"@fastify/http-proxy": "7.0.0",
"@fastify/static": "5.0.0",
"@iconify-json/ant-design": "^1.1.1",
"@iconify-json/ri": "1.1.1",
"@iconify-json/simple-icons": "^1.1.9",
"@mx-space/api-client": "0.9.4",
"@types/compression": "^1.7.2",
"@types/lodash": "4.14.182",
"@types/node": "^17.0.29",
"@vitejs/plugin-vue": "^2.2.2",
"@vue/compiler-sfc": "^3.2.33",
"@vue/server-renderer": "^3.2.33",
"@vueuse/core": "8.3.1",
"@vueuse/head": "0.7.6",
"axios": "0.27.2",
"cross-env": "^7.0.3",
"css-spring": "4.1.0",
"dayjs": "1.11.1",
"diacritics": "1.3.0",
"escape-html": "1.0.3",
"fastify": "3.28.0",
"katex": "0.15.3",
"lodash": "4.17.21",
"markdown-it": "13.0.0",
"markdown-it-anchor": "^8.6.2",
"markdown-it-attrs": "^4.1.3",
"markdown-it-container": "^3.0.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-link-attributes": "^4.0.0",
"markdown-it-table-of-contents": "^0.6.0",
"markdown-it-task-lists": "^2.1.1",
"pinia": "2.0.13",
"remove-markdown": "0.5.0",
"star-markdown-css": "0.3.3",
"ts-node": "^10.5.0",
"typescript": "^4.5.5",
"vite": "^2.9.6",
"vite-ssr": "0.16.0",
"vue": "^3.2.33",
"vue-i18n": "9.1.9",
"vue-router": "4.0.14"
},
"devDependencies": {
"@antfu/eslint-config": "0.21.1",
"@innei-util/prettier": "0.8.2",
"@intlify/vite-plugin-vue-i18n": "3.4.0",
"@types/markdown-it": "12.2.3",
"@types/markdown-it-link-attributes": "^3.0.1",
"@unocss/preset-icons": "0.32.1",
"@unocss/preset-wind": "0.32.1",
"@unocss/reset": "0.32.1",
"eslint": "8.14.0",
"prettier": "2.6.2",
"sass": "1.51.0",
"unocss": "0.32.1",
"unplugin-auto-import": "0.7.1",
"unplugin-icons": "0.14.1",
"unplugin-vue-components": "0.19.3",
"vite-plugin-checker": "0.4.6",
"vue-tsc": "0.34.11"
}
}