1 | {
|
2 | "name": "@vueneue/ssr-server",
|
3 | "version": "0.3.0",
|
4 | "description": "VueNeue SSR server with Koa",
|
5 | "main": "lib/index.js",
|
6 | "scripts": {
|
7 | "lint": "eslint 'lib/**/*.js'",
|
8 | "lint:fix": "eslint --fix 'lib/**/*.js'",
|
9 | "format": "prettier --ignore-path .gitignore --write 'lib/**/*.js'"
|
10 | },
|
11 | "repository": {
|
12 | "type": "git",
|
13 | "url": "git+https://github.com/vueneue/vueneue.git"
|
14 | },
|
15 | "keywords": [
|
16 | "vueneue",
|
17 | "ssr",
|
18 | "server"
|
19 | ],
|
20 | "author": "Simon Babay <simon@babay.fr>",
|
21 | "license": "MIT",
|
22 | "bugs": {
|
23 | "url": "https://github.com/vueneue/vueneue/issues"
|
24 | },
|
25 | "homepage": "https://vueneue.github.io/docs/",
|
26 | "dependencies": {
|
27 | "fast-safe-stringify": "^2.0.4",
|
28 | "fs-extra": "^6.0.1",
|
29 | "koa": "^2.5.1",
|
30 | "koa-mount": "^3.0.0",
|
31 | "koa-static": "^5.0.0",
|
32 | "koa-webpack": "^5.0.2",
|
33 | "lru-cache": "^4.1.3",
|
34 | "memory-fs": "^0.4.1",
|
35 | "vue-server-renderer": "^2.5.16",
|
36 | "webpack": "^4.12.1"
|
37 | },
|
38 | "devDependencies": {
|
39 | "babel-eslint": "^8.2.5",
|
40 | "eslint": "^5.0.1",
|
41 | "eslint-config-prettier": "^2.9.0",
|
42 | "eslint-plugin-prettier": "^2.6.1",
|
43 | "prettier": "^1.13.6"
|
44 | }
|
45 | }
|