-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
124 lines (124 loc) · 4.85 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "WacomInkspaceApp",
"productName": "Wacom Inkspace App",
"description": "Note editing application with WILL technology",
"version": "2.7.3",
"main": "main.js",
"scripts": {
"app-install": "node exec.js install",
"mac-install": "./app-scripts/install.sh",
"win-install": "app-scripts\\install.bat",
"app-update": "node exec.js update",
"package": "node ./app-scripts/pack.js",
"release": "node exec.js release",
"build": "cross-env NODE_ENV=production webpack --progress --profile",
"build-dev": "cross-env NODE_ENV=development webpack --progress --profile",
"dev": "concurrently --kill-others --success first \"cross-env NODE_ENV=development webpack --watch\" \"node ./app-scripts/sleep.js 19 && npm start\"",
"debug": "concurrently --kill-others --success first \"cross-env NODE_ENV=development webpack --watch\" \"node ./app-scripts/sleep.js 19 && npm run start-debug\"",
"start": "cross-env NODE_ENV=development electron .",
"start-debug": "cross-env NODE_ENV=development electron --inspect=5858 .",
"devel": "cross-env NODE_ENV=development webpack --watch && npm start"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-do-expressions": "^7.5.0",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.5.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-pipeline-operator": "^7.5.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"babel-plugin-inline-react-svg": "^1.1.0",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"clean-webpack-plugin": "^1.0.1",
"concurrently": "^4.1.1",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"electron": "^3.1.13",
"electron-devtools-installer": "^2.2.4",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"ignore-loader": "^0.1.2",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.6"
},
"dependencies": {
"@webassemblyjs/helper-fsm": "^1.8.5",
"ag-psd": "^6.2.0",
"cloud-js": "git+ssh://git@bitbucket.org/wacompa/cloud-js",
"gl": "^4.3.3",
"glob": "^7.1.4",
"immutable": "^3.8.2",
"jpeg-js": "^0.3.5",
"jwt-js": "^0.5.0",
"leveldown": "^5.1.1",
"levelup": "^4.1.0",
"pngjs": "^3.4.0",
"prop-types": "^15.7.2",
"rc-progress": "^2.5.1",
"rc-slider": "^8.6.13",
"rc-tooltip": "^3.7.3",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-intl": "^2.9.0",
"react-intl-redux": "^2.1.1",
"react-list": "^0.8.11",
"react-loader": "^2.4.5",
"react-notification": "^6.8.4",
"react-redux": "^5.1.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-redux": "^4.0.8",
"react-scrollbar": "^0.5.6",
"react-tabs": "^3.0.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"serialport": "^7.1.5",
"threads": "^0.12.1",
"universal-analytics": "^0.4.20",
"usb": "^1.6.0",
"uuid": "^3.3.2"
},
"optionalDependencies": {
"noble-mac": "git+https://github.com/Timeular/noble-mac",
"xpc-connection": "https://github.com/sandeepmistry/node-xpc-connection#pull/26/head"
},
"obsoleteDependencies": {
"noble": "^1.9.1",
"node-bluetooth": "^1.2.2",
"bluetooth-serial-port": "^2.1.6",
"gl": "file:///C:/Projects/headless-gl",
"@nodert-win10/windows.devices.bluetooth": "^0.2.96",
"@nodert-win10/windows.devices.bluetooth.advertisement": "^0.2.96",
"@nodert-win10/windows.devices.bluetooth.genericattributeprofile": "^0.2.96",
"@nodert-win10/windows.devices.enumeration": "^0.2.96",
"@nodert-win10/windows.devices.radios": "^0.2.96",
"@nodert-win10/windows.foundation": "^0.2.96",
"@nodert-win10/windows.storage.streams": "^0.2.96",
"@nodert-win10/windows.system": "^0.2.96"
},
"candidateDependencies": {
"html-webpack-plugin": "^2.30.1",
"node-abi": "^2.5.0",
"electron-packager": "^12.1.0",
"electron-rebuild": "^1.7.3"
},
"repository": "https://bitbucket.org/wacompa/mate-desktop.git",
"author": "Wacom Co LTD",
"license": "MIT"
}