mirror of
https://github.com/zhigang1992/connect.git
synced 2026-04-30 18:32:30 +08:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "@stacks/connect-ui",
|
|
"version": "5.0.5",
|
|
"description": "Stencil Component Starter",
|
|
"main": "dist/index.js",
|
|
"module": "dist/custom-elements/index.js",
|
|
"types": "dist/custom-elements/index.d.ts",
|
|
"collection": "dist/collection/collection-manifest.json",
|
|
"collection:main": "dist/collection/index.js",
|
|
"unpkg": "dist/connect-ui/connect-ui.js",
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"scripts": {
|
|
"build": "stencil build --docs",
|
|
"dev": "stencil build --dev --watch",
|
|
"start": "stencil build --dev --watch --serve",
|
|
"test": "stencil test --spec --e2e",
|
|
"test.watch": "stencil test --spec --e2e --watchAll",
|
|
"generate": "stencil generate",
|
|
"prepublishOnly": "yarn build",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@stencil/core": "^2.4.0",
|
|
"@stencil/sass": "^1.4.1"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@stencil/sass": "^1.3.2",
|
|
"@stencil/store": "^1.4.1",
|
|
"@types/node": "^14.6.0",
|
|
"@types/puppeteer": "^5.4.3",
|
|
"puppeteer": "^8.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|