forked from Dyalog/ride
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.23 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.23 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
{
"name": "ride44",
"version": "4.4.0",
"private": true,
"main": "main.js",
"productName": "Ride-4.4",
"scripts": {
"start": "electron .",
"dev": "npm run build-css && npm run start",
"styler": "electron ./utils/style-picker/style-picker.js",
"css": "grunt less",
"live-style": "grunt",
"test": "ava -s -c=1"
},
"repository": ".",
"dependencies": {
"@electron/remote": "^2.0.1",
"jquery": "^3.6.0",
"monaco-editor": "^0.27.0",
"node-ipc": "^9.2.1",
"os-locale": "^5.0.0",
"ssh2": "^1.4.0",
"toastr": "^2.1.4"
},
"devDependencies": {
"async": "^3.2.1",
"ava": "^3.15.0",
"cheerio": "^1.0.0-rc.10",
"compression": "^1.7.4",
"electron": "^13.4.0",
"electron-connect": "^0.6.3",
"electron-packager": "^15.4.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"express": "^4.17.1",
"grunt": "^1.4.1",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-env": "^1.0.1",
"less": "^4.1.1",
"less-plugin-glob": "^3.0.0",
"rimraf": "^3.0.2",
"spectron": "^15.0.0",
"temp": "^0.9.4",
"ws": "^7.5.5"
}
}