-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 1.04 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
{
"name": "esn-frontend-application-grid",
"version": "0.0.1",
"description": "This is a project for building the application grid as a standalone Web Component using Stencil that is used within OpenPaaS, LinShare, and Twake.",
"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/esn-frontend-application-grid/esn-frontend-application-grid.js",
"files": [
"src/",
"dist/",
"loader/",
"stencil.config.ts",
"tsconfig.json"
],
"scripts": {
"build": "stencil build --docs",
"build:watch": "stencil build --watch --serve",
"start": "stencil build --dev --watch --serve",
"generate": "stencil generate",
"postinstall": "stencil build"
},
"license": "AGPLv3",
"dependencies": {
"@stencil/core": "1.12.2",
"@stencil/sass": "1.3.2",
"@popperjs/core": "2.4.4"
}
}