-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.45 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
{
"name": "vue2-ssr",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development ts-node server/index.ts",
"build": "cross-env NODE_ENV=production ts-node build/build.ts",
"server": "cross-env NODE_ENV=production ts-node server/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"typescript": "^4.1.5",
"vue": "^2.6.12",
"vue-router": "^3.4.9",
"vuex": "^3.6.0"
},
"devDependencies": {
"@koa/router": "^10.0.0",
"@types/koa": "^2.11.6",
"@types/koa-static": "^4.0.1",
"@types/koa-webpack": "^6.0.1",
"@types/koa__router": "^8.0.4",
"@types/lru-cache": "^5.1.0",
"@types/memory-fs": "^0.3.2",
"@types/mini-css-extract-plugin": "^1.2.2",
"@types/webpack-node-externals": "^2.5.0",
"cross-env": "^7.0.3",
"css-loader": "^5.0.1",
"koa": "^2.13.1",
"koa-static": "^5.0.0",
"koa-webpack": "^6.0.0",
"lru-cache": "^6.0.0",
"memfs": "^3.2.0",
"memory-fs": "^0.5.0",
"mini-css-extract-plugin": "^1.3.5",
"sass": "^1.32.6",
"sass-loader": "^10.1.1",
"ts-loader": "^8.0.17",
"vue-loader": "^15.9.6",
"vue-meta": "^2.4.0",
"vue-server-renderer": "^2.6.12",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.12",
"vuex-router-sync": "^5.0.0",
"webpack": "^4.46.0",
"webpack-merge": "^5.7.3",
"webpack-node-externals": "^2.5.2"
}
}