-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
44
45
46
47
48
{
"name": "stencil-components",
"version": "0.0.1",
"homepage": "https://pavel-kru.github.io/stock-price-search/",
"description": "Stencil Component Starter",
"main": "dist/index.cjs.js",
"module": "dist/custom-elements/index.js",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/custom-elements/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/stencil-components/stencil-components.esm.js",
"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",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@stencil/core": "^2.7.0",
"gh-pages": "^3.2.3"
},
"devDependencies": {
"@stencil/sass": "^1.4.1",
"@types/jest": "^26.0.24",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"puppeteer": "^10.0.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pavel-kru/stock-price-search.git"
},
"keywords": [],
"author": "",
"bugs": {
"url": "https://github.com/pavel-kru/stock-price-search/issues"
}
}