-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 827 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 827 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
{
"name": "ninja-camp",
"description": "Webcomponent ninja-camp following open-wc recommendations",
"license": "MIT",
"author": "ninja-camp",
"version": "0.0.0",
"main": "index.js",
"module": "index.js",
"scripts": {
"analyze": "cem analyze --litelement",
"start": "web-dev-server",
"rimraf": "./node_modules/rimraf/bin.js",
"build": "./node_modules/rimraf/bin.js dist && rollup -c rollup.config.js",
"start:build": "npm run build && es-dev-server --root-dir dist --app-index index.html --compatibility none --open"
},
"dependencies": {
"@open-wc/building-rollup": "^2.0.2",
"lit": "^2.0.2",
"rimraf": "^3.0.2"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "^0.4.17",
"@web/dev-server": "^0.1.34"
},
"customElements": "custom-elements.json"
}