-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.19 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.19 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
{
"name": "@alpaca-travel/web-components",
"version": "0.0.1",
"description": "Simple web components for alpaca travel",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"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/web-components/web-components.esm.js",
"repository": {
"url": "https://github.com/AlpacaTravel/web-components",
"type": "github"
},
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate",
"example": "serve ."
},
"devDependencies": {
"@stencil/core": "^3.0.0",
"@types/jest": "^27.5.2",
"@types/mapbox-gl": "^2.7.10",
"@types/node": "^16.18.11",
"isomorphic-fetch": "^3.0.0",
"jest": "^27.5.1",
"jest-cli": "^27.5.1",
"mapbox-gl": "^2.12.0",
"puppeteer": "^19.5.2",
"serve": "^14.2.0"
},
"license": "MIT"
}