-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.51 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.51 KB
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
97
{
"name": "edward",
"version": "16.0.2",
"description": "web editor based on Ace",
"main": "./server/index.js",
"exports": "./server/index.js",
"type": "module",
"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": ">=22"
},
"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": "^5.2.1",
"join-io": "^5.0.0",
"readjson": "^2.0.1",
"restafary": "^13.0.0",
"restbox": "^4.0.1",
"router": "^2.2.0",
"socket-file": "^8.0.0",
"socket.io": "^4.1.3",
"try-to-catch": "^4.0.5"
},
"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": "^10.0.0",
"clean-css-loader": "^4.2.1",
"css-loader": "^7.1.3",
"daffy": "^1.0.3",
"emitify": "^4.0.1",
"es6-promisify": "^7.0.0",
"eslint": "^9.39.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-putout": "^30.0.2",
"execon": "^1.2.9",
"jssha": "^3.1.0",
"load.js": "^3.0.2",
"madrun": "^12.1.3",
"nodemon": "^3.0.1",
"once": "^1.4.0",
"putout": "^41.17.0",
"redlint": "^5.4.0",
"rimraf": "^6.1.2",
"smalltalk": "^5.0.0",
"style-loader": "^4.0.0",
"url-loader": "^4.0.0",
"webpack": "^5.1.3",
"webpack-cli": "^6.0.1",
"wraptile": "^3.0.0",
"zipio": "^1.0.2"
},
"publishConfig": {
"access": "public"
}
}