-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
57 lines (57 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
53
54
55
56
57
{
"name": "whistle.vase",
"version": "2.2.3",
"description": "用于mock数据的whistle插件",
"main": "lib/index.js",
"keywords": [
"mockjs",
"mock",
"template",
"stub"
],
"homepage": "https://github.com/whistle-plugins/whistle.vase",
"repository": {
"type": "git",
"url": "https://github.com/whistle-plugins/whistle.vase.git"
},
"author": "avenwu <[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "^1.7.7",
"body-parser": "^1.19.0",
"dot": "^1.1.3",
"ejs": "^3.1.6",
"express": "^4.17.1",
"extend": "^3.0.2",
"fs-extra2": "^1.0.0",
"handlebars": "^4.7.7",
"mime": "^1.6.0",
"mockjs": "^1.1.0",
"mustache": "^4.2.0",
"nunjucks": "^3.2.3",
"velocityjs": "^2.0.3"
},
"scripts": {
"lint": "eslint ./lib ./app/cgi-bin ./app/util *.js",
"lintfix": "eslint --fix ./lib ./app/cgi-bin ./app/util *.js",
"dev": "webpack -w"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"bootstrap": "^3.3.6",
"clipboard": "^1.5.8",
"codemirror": "5.11.0",
"css-loader": "^0.23.1",
"eslint": "^2.13.1",
"file-loader": "^0.8.5",
"jquery": "^3.3.1",
"jsx-loader": "^0.13.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.12"
}
}