This repository was archived by the owner on Jun 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.23 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.23 KB
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
{
"name": "pie-liner",
"version": "0.0.1",
"description": "Inspects stuff in the current stuff",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --hot --inline",
"build": "npm run clean && npm run build:webpack",
"build:webpack": "webpack --mode production",
"clean": "rimraf ./docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/offeringofpie/pie-liner.git"
},
"keywords": [
"video",
"pie",
"youtube",
"js",
"javascript"
],
"author": "J. Lopes <mail@jlopes.eu>",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/offeringofpie/pie-liner/issues"
},
"homepage": "https://github.com/offeringofpie/pie-liner#readme",
"dependencies": {
"lit-element": "^2.2.1",
"lit-html": "^1.1.2"
},
"devDependencies": {
"clipboardy": "^2.1.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"rimraf": "^3.0.0",
"terser-webpack-plugin": "^2.3.1",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"webpack-notifier": "^1.8.0",
"webpackbar": "^4.0.0"
}
}