Files
webawesome/package.json

49 lines
1.4 KiB
JSON
Raw Normal View History

2020-01-03 22:46:15 -05:00
{
"name": "shoelace",
"version": "0.0.1",
2020-03-11 22:17:20 -04:00
"description": "A forward-thinking library of Web Components.",
2020-01-03 22:46:15 -05:00
"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",
2020-03-04 17:33:49 -05:00
"start": "concurrently --kill-others \"npm run stencil\" \"gulp\" \"npm run docsify\"",
"stencil": "stencil build --dev --docs --watch --no-open",
"docsify": "docsify serve ./docs --open",
2020-01-03 22:46:15 -05:00
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"devDependencies": {
2020-03-04 17:33:49 -05:00
"concurrently": "^5.1.0",
"del": "^5.1.0",
"gulp": "^4.0.2",
"recursive-copy": "^2.0.10",
2020-04-02 22:18:31 -04:00
"stencil-inline-svg": "^1.0.1",
2020-03-04 17:33:49 -05:00
"through2": "^3.0.1",
2020-01-03 22:46:15 -05:00
"tslint": "^5.20.1",
"tslint-ionic-rules": "0.0.21",
"tslint-stencil": "^1.0.1",
"workbox-build": "4.3.1"
},
"license": "MIT",
2020-01-08 00:02:03 -05:00
"dependencies": {
"@popperjs/core": "^2.1.1",
2020-04-03 11:14:25 -04:00
"@stencil/core": "^1.12.1",
"@stencil/sass": "^1.1.1",
2020-04-03 23:05:33 -04:00
"bootstrap-icons": "^1.0.0-alpha3",
2020-03-25 22:07:22 -04:00
"normalize.css": "^8.0.1",
2020-03-24 20:36:53 -04:00
"resize-observer-polyfill": "^1.5.1",
2020-01-11 23:59:59 -05:00
"tippy.js": "^5.1.3"
2020-01-08 00:02:03 -05:00
}
2020-01-03 22:46:15 -05:00
}