Files
webawesome/package.json
2020-03-17 15:53:40 -04:00

46 lines
1.3 KiB
JSON

{
"name": "shoelace",
"version": "0.0.1",
"description": "A forward-thinking library of Web Components.",
"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/shoelace/shoelace.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "concurrently --kill-others \"npm run stencil\" \"gulp\" \"npm run docsify\"",
"stencil": "stencil build --dev --docs --watch --no-open",
"docsify": "docsify serve ./docs --open",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"devDependencies": {
"concurrently": "^5.1.0",
"del": "^5.1.0",
"gulp": "^4.0.2",
"recursive-copy": "^2.0.10",
"through2": "^3.0.1",
"tslint": "^5.20.1",
"tslint-ionic-rules": "0.0.21",
"tslint-stencil": "^1.0.1",
"workbox-build": "4.3.1"
},
"license": "MIT",
"dependencies": {
"@stencil/core": "^1.10.1",
"@stencil/sass": "^1.1.1",
"popper.js": "^1.16.0",
"resize-observer": "^1.0.0",
"tippy.js": "^5.1.3"
}
}