collective-webcomponents
Version:
Stencil Component Starter
54 lines (53 loc) • 1.38 kB
JSON
{
"name": "collective-webcomponents",
"version": "0.0.3",
"description": "Stencil Component Starter",
"module": "dist/esm/index.js",
"main": "dist/index.js",
"types": "dist/types/components.d.ts",
"collection": "dist/collection/collection-manifest.json",
"files": [
"dist/"
],
"scripts": {
"build": "stencil build",
"dev": "sd concurrent \"stencil build --dev --watch\" \"stencil-dev-server\" ",
"serve": "stencil-dev-server",
"start": "npm run dev",
"test": "jest",
"test.watch": "jest --watch"
},
"dependencies": {
"@ionic/core": "^4.0.0-alpha.7",
"lodash-es": "^4.17.10"
},
"devDependencies": {
"@stencil/core": "0.9.10",
"@stencil/dev-server": "latest",
"@stencil/sass": "0.0.5",
"@stencil/utils": "latest",
"@types/jest": "^21.1.1",
"@types/lodash-es": "^4.17.0",
"jest": "^21.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/builder/collective-webcomponents.git"
},
"bugs": {
"url": "https://github.com/builder/collective-webcomponents"
},
"jest": {
"transform": {
"^.+\\.(ts|tsx)$": "<rootDir>/node_modules/@stencil/core/testing/jest.preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"json",
"jsx"
]
}
}