-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
96 lines (96 loc) · 2.5 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "edward",
"version": "15.0.3",
"description": "web editor based on Ace",
"main": "./server/index.js",
"exports": "./server/index.js",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/cloudcmd/edward"
},
"keywords": [
"editor",
"express",
"middleware"
],
"author": "coderaiser",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudcmd/edward/issues"
},
"homepage": "https://github.com/cloudcmd/edward",
"engines": {
"node": ">=18"
},
"scripts": {
"start": "madrun start",
"start:dev": "madrun start:dev",
"lint": "madrun lint",
"lint:bin": "madrun lint:bin",
"lint:client": "madrun lint:client",
"lint:server": "madrun lint:server",
"fix:lint": "madrun fix:lint",
"watch:server": "madrun watch:server",
"build": "madrun build",
"build:start": "madrun build:start",
"build:start:dev": "madrun build:start:dev",
"prebuild": "madrun prebuild",
"build-progress": "madrun build-progress",
"build:client": "madrun build:client",
"build:client:dev": "madrun build:client:dev",
"watcher": "madrun watcher",
"watch:lint": "madrun watch:lint",
"watch:client": "madrun watch:client",
"watch:client:dev": "madrun watch:client:dev",
"wisdom": "madrun wisdom"
},
"bin": {
"edward": "bin/edward.js"
},
"dependencies": {
"currify": "^4.0.0",
"express": "^4.14.0",
"join-io": "^5.0.0",
"readjson": "^2.0.1",
"restafary": "^12.0.0",
"restbox": "^4.0.1",
"router": "^1.3.3",
"socket-file": "^7.0.0",
"socket.io": "^4.1.3",
"try-to-catch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@cloudcmd/clipboard": "^2.0.0",
"@cloudcmd/create-element": "^2.0.1",
"babel-loader": "^9.1.3",
"clean-css-loader": "^4.2.1",
"css-loader": "^6.8.1",
"daffy": "^1.0.3",
"emitify": "^4.0.1",
"es6-promisify": "^7.0.0",
"eslint": "^8.0.0-beta.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^22.3.1",
"execon": "^1.2.9",
"jssha": "^3.1.0",
"load.js": "^3.0.2",
"madrun": "^10.0.1",
"nodemon": "^3.0.1",
"once": "^1.4.0",
"putout": "^35.0.4",
"rimraf": "^5.0.1",
"smalltalk": "^4.0.7",
"style-loader": "^3.2.1",
"url-loader": "^4.0.0",
"webpack": "^5.1.3",
"webpack-cli": "^5.1.4",
"wraptile": "^3.0.0",
"zipio": "^1.0.2"
},
"publishConfig": {
"access": "public"
}
}