-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.28 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
{
"name": "@virtuaw/components",
"author": "Tibor Pilz",
"version": "0.1.0",
"repository": "https://github.com/virtuaw/components",
"description": "Stencil Component Starter",
"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/virtuaw-components/virtuaw-components.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",
"storybook": "start-storybook -p 9001 -c .storybook -s www"
},
"devDependencies": {
"@stencil/core": "1.0.0-beta.5",
"@stencil/sass": "^0.2.3",
"@storybook/polymer": "^5.0.11",
"@types/jest": "23.3.14",
"@types/puppeteer": "1.12.4",
"@virtuaw/graphnodes": "^0.3.3",
"jest": "23.6.0",
"jest-cli": "23.6.0",
"lit-html": "^1.1.0",
"polymer-webpack-loader": "^2.0.3",
"puppeteer": "1.14.0"
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.4.5",
"babel-loader": "^8.0.6"
}
}