forked from surmon-china/surmon.me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.37 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
{
"name": "surmon.me",
"version": "3.0.3",
"description": "Surmon.me blog",
"author": {
"name": "Surmon",
"email": "[email protected]",
"url": "https://surmon.me"
},
"license": "MIT",
"private": false,
"homepage": "https://github.com/surmon-china/surmon.me",
"repository": {
"type": "git",
"url": "https://github.com/surmon-china/surmon.me"
},
"scripts": {
"dev:spa": "vite",
"dev:ssr": "node ./vuniversal/dev",
"dev": "npm run dev:ssr",
"build:spa": "vite build",
"build:ssr": "node ./vuniversal/build",
"build": "npm run build:ssr",
"start:spa": "http-server ./dist",
"start:ssr": "node ./dist/server.js",
"start": "npm run start:ssr",
"lint": "eslint --ext .ts,.js,.vue --ignore-path .eslintignore ."
},
"dependencies": {
"@vue/compiler-sfc": "^3.0.4",
"@vue/server-renderer": "^3.0.4",
"amplitudejs": "^5.2.0",
"axios": "^0.21.1",
"bezier-easing": "^2.1.0",
"emoji-233333": "^0.3.2",
"fs-extra": "^9.0.1",
"gravatar": "^1.8.1",
"highlight.js": "^10.4.1",
"https-proxy-agent": "^5.0.0",
"intersection-observer": "^0.12.0",
"node-schedule": "^1.3.2",
"js-cookie": "^2.2.1",
"koa": "^2.13.0",
"koa-mount": "^4.0.0",
"koa-proxies": "^0.11.0",
"koa-router": "^10.0.0",
"lodash": "^4.17.20",
"lozad": "^1.16.0",
"lru-cache": "^6.0.0",
"marked": "^1.2.7",
"serialize-javascript": "^5.0.1",
"simple-netease-cloud-music": "^0.5.2",
"socket.io": "^3.0.4",
"socket.io-client": "^3.0.4",
"sticky-events": "^3.4.10",
"swiper": "^6.4.5",
"ua-parser-js": "^0.7.23",
"vue": "^3.0.4",
"vue-router": "^4.0.1",
"vuex": "^4.0.0-rc.2",
"wonderful-bing-wallpaper": "^0.3.4"
},
"devDependencies": {
"@types/gravatar": "^1.8.1",
"@types/koa-router": "^7.4.1",
"@types/lozad": "^1.9.0",
"@types/marked": "^1.2.1",
"@types/serialize-javascript": "^5.0.0",
"@types/node-schedule": "^1.3.1",
"@types/socket.io": "^2.1.12",
"@types/swiper": "^5.4.1",
"@types/ua-parser-js": "^0.7.35",
"@typescript-eslint/parser": "^4.11.0",
"@vue/test-utils": "^2.0.0-beta.2",
"builtin-modules": "^3.2.0",
"deepmerge": "^4.2.2",
"eslint": "^7.16.0",
"eslint-plugin-vue": "^7.3.0",
"nodemon": "^2.0.6",
"sass": "^1.30.0",
"typescript": "^4.1.3",
"vite": "^1.0.0-rc.13"
}
}