-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.2 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": "@edmbn-wc/accordion",
"version": "1.0.0",
"description": "Accordion web component built with Stencil One.",
"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/edmbn-accordion/edmbn-accordion.js",
"homepage": "https://github.com/edmbn/accordion/#readme",
"repository": {
"type": "git",
"url": "https://github.com/edmbn/accordion.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"accordion",
"expansion",
"panel",
"web",
"component"
],
"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"
},
"devDependencies": {
"@stencil/core": "^1.1.6",
"@stencil/postcss": "^1.0.1"
},
"dependencies": {
"@types/node": "^12.0.8",
"postcss-import": "^12.0.1",
"tailwindcss": "^1.0.4"
},
"license": "MIT"
}