-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.95 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
63
64
65
66
67
68
69
70
71
{
"author": {
"name": "mai.shu"
},
"bugs": {
"url": "https://github.com/ansiboy/node-mvc/issues"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.12.12",
"@babel/plugin-transform-react-jsx": "^7.12.12",
"inquirer": "^7.3.3",
"install": "^0.13.0",
"is-class": "0.0.5",
"json5": "^2.1.3",
"less": "^3.13.0",
"log4js": "^6.3.0",
"maishu-nws-js": "^1.3.2",
"maishu-nws-mvc": "^1.19.0",
"maishu-router": "^1.4.2",
"maishu-toolkit": "^1.6.6",
"sass": "^1.32.12",
"yargs": "^16.2.0"
},
"deprecated": false,
"description": "基于 nodejs 的 MVC 框架",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-typescript": "^7.12.1",
"@babel/preset-env": "^7.12.10",
"@types/babel__core": "^7.1.12",
"@types/json5": "0.0.30",
"@types/less": "^3.0.2",
"@types/mocha": "^7.0.2",
"@types/node": "^10.12.18",
"@types/sass": "^1.16.0",
"grunt": "^1.0.1",
"grunt-babel": "^8.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-shell": "^2.1.0",
"load-grunt-tasks": "^4.0.0",
"maishu-node-web-server": "^1.26.0",
"mocha": "^9.1.3",
"webpack": "^5.10.2",
"webpack-cli": "^4.2.0",
"zombie": "^6.1.4"
},
"files": [
"dist",
"out",
"cli"
],
"homepage": "https://github.com/ansiboy/node-mvc#readme",
"license": "MIT",
"main": "out/index.js",
"name": "maishu-node-mvc",
"repository": {
"type": "git",
"url": "git+https://github.com/ansiboy/node-mvc.git"
},
"scripts": {
"build": "grunt",
"test": "mocha"
},
"types": "out/index.d.ts",
"version": "2.33.0",
"bin": {
"node-static": "./cli/static.js",
"node-mvc": "./cli/mvc.js"
},
"type": "module"
}