-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "screencord",
"version": "0.0.1",
"description": "PWA to record your window/screen",
"scripts": {
"serve": "es-dev-server --node-resolve --preserve-symlinks --compatibility auto --port $PORT",
"start": "rollup -c; npm run serve",
"build": "rollup -c",
"watch": "rollup -c -w",
"dev": "npm-run-all --parallel start watch"
},
"dependencies": {
"lit-element": "^2.3.0",
"lit-html": "^1.2.1",
"wired-toggle": "^2.0.2",
"wired-button": "^2.0.2",
"wired-video": "^2.0.2",
"wired-slider": "^2.0.2",
"wired-fab": "^2.0.2",
"@material/mwc-icon": "^0.15.0",
"wired-combo": "^2.0.2",
"wired-card": "^2.0.2",
"wired-item": "^2.0.2"
},
"devDependencies": {
"es-dev-server": "^1.27.1",
"mkdirp-promise": "^5.0.1",
"node-fetch": "^2.6.0",
"write-pkg": "^4.0.0",
"@rollup/plugin-commonjs": "^11.0.1",
"@rollup/plugin-node-resolve": "^7.0.0",
"npm-run-all": "^4.1.5",
"rollup": "^1.16.2",
"rollup-plugin-terser": "^5.0.0"
},
"engines": {
"node": "12.13.0"
},
"license": "MIT",
"keywords": [
"glitch"
]
}