-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 918 Bytes
/
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
{
"name": "max-syncwatch",
"version": "1.0.0",
"description": "",
"main": "stopWatch.js",
"scripts": {
"start": "node stopWatch.js",
"build": "webpack --mode=production",
"dev": "webpack --watch --mode=development",
"max": "open stopwatch.maxpat"
},
"author": "Dimitri Aatos Ellinas",
"license": "CC-BY-4.0",
"dependencies": {
"express": "^4.17.1",
"clipboardy": "^2.2.0",
"fullscreen.js": "github:tt-ghost/fullscreen.js#pull/2/head",
"hide-mouse": "^2.0.2",
"ip": "^1.1.5",
"nosleep.js": "github:ViRPo/NoSleep.js",
"uievents": "github:dimitriaatos/uievents",
"@dimitriaatos/syncwatch": "github:dimitriaatos/syncwatch-full-stack"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-loader": "^8.0.6",
"terser-webpack-plugin": "^2.3.4",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
}
}