-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.35 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": "prevues",
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": "./prevues.js",
"scripts": {
"build": "tsc --outDir dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@vue/server-renderer": "^3.0.2",
"core-js": "^3",
"vue": "^3.0.2"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@types/koa-send": "^4.1.2",
"@types/lodash": "^4.14.162",
"@types/node": "^14.14.5",
"@types/webpack": "^4.41.23",
"@types/webpack-dev-server": "^3.11.0",
"@types/webpack-manifest-plugin": "^2.1.0",
"@types/webpackbar": "^4.0.0",
"@vue/compiler-sfc": "^3.0.2",
"arg": "^4.1.3",
"babel-loader": "^8.1.0",
"consola": "^2.15.0",
"css-loader": "^5.0.0",
"express": "^4.17.1",
"file-loader": "^6.1.1",
"html-webpack-plugin": "^4.5.0",
"koa": "^2.13.0",
"koa-send": "^5.0.1",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^1.2.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.3",
"url-loader": "^4.1.1",
"vite": "^1.0.0-rc.8",
"vue-loader": "^16.0.0-beta.8",
"vue-router": "^4.0.0-rc.1",
"webpack": "^5.2.0",
"webpack-cli": "^4.1.0",
"webpack-dev-server": "^3.11.0",
"webpack-manifest-plugin": "^2.2.0",
"webpackbar": "^4.0.0"
}
}