-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1019 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1019 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
27
28
29
30
31
32
33
34
35
36
37
{
"name": "wjh-dev",
"version": "0.0.1",
"description": "wjh.dev – vagrant, docker & stencil",
"main": "dist/index.js",
"module": "dist/index.mjs",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/wjh-dev/wjh-dev.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --prod",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"devDependencies": {
"@stencil/core": "^2.16.0",
"@stencil/router": "1.0.1",
"@stencil/sass": "1.4.1",
"@webpress/core": "0.0.39",
"@webpress/router": "0.0.39",
"@webpress/theme": "0.0.39",
"prettier": "2.3.1"
},
"license": "MIT",
"dependencies": {
"highlight.js": "^10.1.2"
}
}