-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 851 Bytes
/
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
{
"name": "component-starter",
"version": "0.0.1",
"description": "Stencil Component Starter",
"module": "dist/esm/index.js",
"main": "dist/index.js",
"unpkg": "dist/ionic.js",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"files": [
"dist/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve --no-warnings",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"component": "yo stencil:component"
},
"dependencies": {},
"devDependencies": {
"@stencil/core": "^1.2.3",
"@stencil/sass": "^1.0.1",
"generator-stencil": "^0.1.3",
"md5": "^2.2.1",
"normalize.css": "^8.0.1",
"query-string": "^5.1.1",
"yo": "^3.1.0"
},
"license": "MIT"
}