-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
{
"name": "ride45",
"version": "4.5.0",
"private": true,
"main": "main.js",
"productName": "Ride-4.5",
"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.8",
"jquery": "^3.6.0",
"monaco-editor": "^0.27.0",
"node-ipc": "^9.2.1",
"os-locale": "^5.0.0",
"ssh2": "^1.10.0",
"toastr": "^2.1.4"
},
"devDependencies": {
"async": "^3.2.3",
"ava": "^3.15.0",
"cheerio": "^1.0.0-rc.10",
"compression": "^1.7.4",
"electron": "^22.0.0",
"electron-connect": "^0.6.3",
"electron-osx-sign": "^0.6.0",
"electron-packager": "^17.1.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"express": "^4.18.1",
"grunt": "^1.5.3",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-env": "^1.0.1",
"less": "^4.1.2",
"less-plugin-glob": "^3.0.0",
"license-checker": "^25.0.1",
"rimraf": "^3.0.2",
"spectron": "^15.0.0",
"temp": "^0.9.4",
"ws": "^7.5.7"
}
}