-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 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
49
50
51
52
53
54
55
{
"name": "@adc/date",
"version": "0.0.0-development",
"description": "A Web Component collection that helps you format your dates.",
"keywords": [
"stencil",
"stencil-components",
"jsx",
"html",
"web-components",
"date-formatting",
"date-fns",
"datetime",
"date-format"
],
"publishConfig": {
"access": "public"
},
"module": "dist/esm/index.js",
"main": "dist/index.js",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"files": [
"dist/"
],
"scripts": {
"build": "stencil build",
"build:docs": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test:watch": "stencil test --spec --e2e --watchAll"
},
"dependencies": {
"date-fns": "2.0.0-alpha.25"
},
"devDependencies": {
"@stencil/core": "~0.15.1",
"@types/jest": "23.3.9",
"@types/puppeteer": "1.10.0",
"jest": "23.6.0",
"jest-cli": "23.6.0",
"puppeteer": "1.8.0",
"semantic-release": "^15.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/aide-de-camp/date.git"
},
"author": "David Guijarro <guijarro.dav@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aide-de-camp/date"
},
"homepage": "https://github.com/aide-de-camp/date"
}