-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
62 lines (62 loc) · 1.31 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
{
"name": "fe-dev-server",
"version": "1.7.0",
"description": "a dev server for frontend developers",
"main": "index.js",
"bin": {
"fds": "./bin/fds"
},
"scripts": {
"test": "mocha test"
},
"author": "ZheX <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zhex/fe-dev-server.git"
},
"keywords": [
"frontend",
"express",
"dev server",
"mock server",
"api",
"pug",
"ejs",
"handlebars",
"jsp",
"velocity"
],
"dependencies": {
"@colors/colors": "^1.5.0",
"body-parser": "^1.20.1",
"chokidar": "^3.5.3",
"commander": "^9.4.1",
"consolidate": "^0.16.0",
"cross-spawn": "^7.0.3",
"deasync": "^0.1.28",
"ejs": "^3.1.8",
"express": "^4.18.2",
"findup-sync": "^5.0.0",
"fs-extra": "^10.1.0",
"gaxios": "^5.0.2",
"handlebars": "^4.7.7",
"livereload": "^0.9.3",
"mockjs": "^1.1.0",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"object-assign": "^4.1.1",
"open": "^8.4.0",
"path-to-regexp": "^6.2.1",
"portscanner": "^2.2.0",
"proxy-middleware": "^0.15.0",
"pug": "^3.0.2",
"syntax-error": "^1.4.0"
},
"devDependencies": {
"mocha": "^10.1.0",
"prettier": "^2.8.0",
"replace": "^1.2.2",
"should": "^13.2.3"
}
}