-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.26 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
{
"name": "@cesarbr/macaw",
"version": "0.2.0",
"description": "Macaw - CESAR Design System",
"keywords": [
"front-end",
"design-system",
"css",
"javascript",
"web",
"mobile",
"ui",
"ui-kit",
"sass",
"framework",
"stenciljs"
],
"directories": {
"doc": "docs"
},
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"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/macaw/macaw.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"
},
"devDependencies": {
"@stencil/core": "1.15.0",
"@stencil/sass": "^1.1.1",
"nanoid": "^3.1.18",
"stencil-click-outside": "^1.7.1"
},
"repository": {
"type": "git",
"url": "[email protected]:cesarbr/cesar-apps/macaw/macaw.git"
},
"author": "CESAR - Centro de Estudos e Sistemas Avançados do Recife",
"license": "MIT",
"dependencies": {}
}