-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
111 lines (111 loc) · 2.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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "deepword",
"version": "10.0.0",
"description": "Web editor based on Monaco",
"main": "server/index.js",
"type": "module",
"bin": {
"deepword": "bin/deepword.js"
},
"scripts": {
"start": "madrun start",
"start:dev": "madrun start:dev",
"test": "madrun test",
"coverage": "madrun coverage",
"report": "madrun report",
"watcher:test": "madrun watcher:test",
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"wisdom": "madrun wisdom",
"build": "madrun build",
"cp:socket.io:dist": "madrun cp:socket.io:dist",
"cp:socket.io:dist-dev": "madrun cp:socket.io:dist-dev",
"cp:socket.io.map:dist": "madrun cp:socket.io.map:dist",
"cp:socket.io.map:dist-dev": "madrun cp:socket.io.map:dist-dev",
"build-progress": "madrun build-progress",
"build:client": "madrun build:client",
"build:start": "madrun build:start",
"build:client:dev": "madrun build:client:dev",
"build:start:dev": "madrun build:start:dev",
"watch:client": "madrun watch:client",
"watch:client:dev": "madrun watch:client:dev",
"mkdir": "madrun mkdir",
"clean": "madrun clean"
},
"repository": {
"type": "git",
"url": "https://github.com/cloudcmd/deepword"
},
"keywords": [
"editor",
"express",
"middleware",
"monaco",
"patch",
"diff",
"ide",
"text"
],
"author": "coderaiser",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudcmd/deepword/issues"
},
"homepage": "https://github.com/cloudcmd/deepword",
"dependencies": {
"currify": "^4.0.0",
"express": "^4.14.0",
"monaco-editor": "^0.47.0",
"readjson": "^2.0.1",
"restafary": "^12.0.0",
"restbox": "^4.0.1",
"socket-file": "^7.0.0",
"socket.io": "^4.7.4",
"try-to-catch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.12.1",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^9.1.3",
"c8": "^9.1.0",
"clean-css-loader": "^4.2.1",
"css-loader": "^6.10.0",
"cssnano": "^6.0.3",
"daffy": "^1.0.3",
"emitify": "^4.0.1",
"es6-promise": "^4.0.5",
"es6-promisify": "^7.0.0",
"eslint": "^8.56.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-putout": "^22.3.1",
"fast-async": "^6.3.7",
"file-loader": "^6.0.0",
"jssha": "^3.1.0",
"load.js": "^3.0.2",
"madrun": "^10.0.1",
"mini-css-extract-plugin": "^2.8.0",
"mkdirp": "^3.0.1",
"monaco-vim": "^0.4.1",
"nodemon": "^3.0.3",
"path-browserify": "^1.0.1",
"putout": "^35.0.4",
"rimraf": "^5.0.5",
"smalltalk": "^4.0.2",
"socket.io-client": "^4.7.4",
"style-loader": "^3.3.4",
"supertape": "^10.0.0",
"try-catch": "^3.0.0",
"url-loader": "^4.0.0",
"util": "^0.12.3",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4",
"zipio": "^1.0.2"
},
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
}
}