-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
78 lines (78 loc) · 2.49 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
{
"name": "deck",
"version": "4.2.3",
"description": "DECK is powerful and high performant local web development studio unlike any other",
"main": "main.js",
"scripts": {
"dev": "rollup -c -w",
"electron": "wait-on http://localhost:5000 && electron --inspect=5858 --remote-debugging-port=9333 .",
"deck": "concurrently \"npm run dev\" \"npm run electron\"",
"start": "sirv public --no-clear",
"rebuild": "electron-rebuild -f -w",
"postinstall": "set DEBUG=electron-builder && electron-builder install-app-deps",
"build": "rollup -c",
"build-ui": "tailwindcss build -i theme.css -o public/css/style.css"
},
"author": "DECK Contributors <hello@get-deck.com>",
"license": "GNU Affero General Public License v3.0",
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^13.1.1",
"@rollup/plugin-strip": "^2.1.0",
"concurrently": "^6.4.0",
"dotenv": "^10.0.0",
"electron": "^13.0.0",
"electron-builder": "^22.14.5",
"electron-notarize": "^1.1.1",
"electron-rebuild": "^3.2.5",
"prebuild-install": "^7.0.1",
"rollup": "^2.61.1",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"sirv-cli": "^1.0.0",
"svelte": "^3.44.3",
"tailwindcss": "^2.2.16",
"tinro": "^0.6.10",
"wait-on": "^6.0.0"
},
"dependencies": {
"@lottiefiles/svelte-lottie-player": "^0.2.0",
"@tailwindcss/forms": "^0.3.4",
"detect-editors": "^4.0.0",
"detect-shells": "^2.0.0",
"dockerode": "^3.0.0",
"download-git-repo": "^3.0.2",
"electron-serve": "^1.1.0",
"electron-settings": "^4.0.0",
"electron-timber": "^0.5.1",
"electron-updater": "^4.6.1",
"envfile": "^4.5.0",
"get-port": "^5.1.1",
"highlight.js": "^10.5.0",
"is-port-reachable": "^3.1.0",
"js-yaml": "^4.1.0",
"json-to-pretty-yaml": "^1.2.2",
"lodash": "^4.17.21",
"lowdb": "^1.0.0",
"markdown-it": "^12.3.2",
"node-powershell": "^5.0.1",
"node-pty": "^0.10.0",
"redbird": "^0.10.0",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"semver": "^7.3.4",
"slash": "^4.0.0",
"sudo-prompt": "^9.2.1",
"xterm": "^4.15.0",
"xterm-addon-fit": "^0.3.0",
"xterm-addon-web-links": "^0.4.0",
"xterm-addon-webgl": "^0.9.0"
},
"bugs": {
"url": "https://github.com/sfx101/deck/issues"
},
"homepage": "https://github.com/sfx101/deck",
"keywords": []
}