forked from nconrad/idasen-desk-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1005 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1005 Bytes
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
{
"name": "idasen-controller",
"version": "0.9.1",
"description": "JavaScript/Bluetooth App for Controlling Ikea Idasen (Linak) Desks",
"scripts": {
"start": "parcel ./src/index.html --open",
"start-dev": "ELECTRON_START_URL=http://localhost:1234 electron main.js",
"build": "parcel build ./src/index.html",
"electron": "electron main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nconrad/idasen-web-controller.git"
},
"author": "nconrad (https://github.com/nconrad)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nconrad/idasen-web-controller/issues"
},
"homepage": "https://github.com/nconrad/idasen-web-controller#readme",
"devDependencies": {
"electron": "^9.0.5",
"parcel": "^1.12.4",
"regenerator-runtime": "^0.13.5",
"wait-on": "^5.0.1"
},
"dependencies": {
"material-design-icons": "^3.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"styled-components": "^5.1.0"
}
}