-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 999 Bytes
/
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
{
"name": "vue-server-renderer-multi",
"version": "2.6.10",
"description": "支持多入口配置的vue服务端渲染插件",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LaoLeo/vue-server-renderer-multi.git"
},
"keywords": [
"vue",
"vue-server-renderer",
"ssr",
"multi-entry"
],
"author": "Evan You,Alex Lao",
"license": "ISC",
"bugs": {
"url": "https://github.com/LaoLeo/vue-server-renderer-multi/issues"
},
"homepage": "https://github.com/LaoLeo/vue-server-renderer-multi#readme",
"dependencies": {
"chalk": "^1.1.3",
"hash-sum": "^1.0.2",
"he": "^1.1.0",
"lodash.template": "^4.4.0",
"lodash.uniq": "^4.5.0",
"resolve": "^1.2.0",
"serialize-javascript": "^1.3.0",
"source-map": "0.5.6"
}
}