-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
52 lines (52 loc) · 1.33 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
{
"name": "ride46",
"version": "4.6.0",
"private": true,
"main": "main.js",
"productName": "Ride-4.6",
"scripts": {
"start": "electron .",
"dev": "npm run css && npm run start",
"styler": "electron ./utils/style-picker/style-picker.js",
"css": "grunt less",
"live-style": "grunt",
"test": "ava -s -c=1",
"build": "npm run css && node ./mk",
"clean": "node ./mk c"
},
"repository": ".",
"dependencies": {
"@electron/remote": "^2.1.2",
"jquery": "^3.7.0",
"monaco-editor": "^0.31.1",
"node-ipc": "^10.1.0",
"os-locale": "^5.0.0",
"ssh2": "^1.14.0",
"toastr": "^2.1.4"
},
"devDependencies": {
"@electron/osx-sign": "^1.0.5",
"async": "^3.2.4",
"ava": "^5.3.1",
"cheerio": "^1.0.0-rc.12",
"compression": "^1.7.4",
"electron": "^31.0.0",
"electron-connect": "^0.6.3",
"electron-packager": "^17.1.1",
"eslint": "^8.46.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"grunt": "^1.6.1",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-env": "^1.0.1",
"less": "^4.1.3",
"less-plugin-glob": "^3.0.0",
"license-checker": "^25.0.1",
"rimraf": "^5.0.1",
"spectron": "^19.0.0",
"temp": "^0.9.4",
"ws": "^8.13.0"
}
}