UNPKG

@salla.sa/twilight-components

Version:
104 lines (103 loc) 3.42 kB
{ "name": "@salla.sa/twilight-components", "version": "2.14.90", "license": "GPL-3.0", "author": "Salla Team <support@salla.dev> (https://salla.dev)", "bugs": { "url": "https://github.com/sallaapp/twilight-components", "email": "support@salla.dev" }, "keywords": [ "twilight", "Salla", "Salla theme", "Salla-web-component", "salla themes" ], "description": "Salla Web Component", "main": "dist/index.cjs.js", "module": "dist/index.js", "es2015": "dist/esm/index.mjs", "es2017": "dist/esm/index.mjs", "types": "dist/types/components.d.ts", "collection": "dist/collection/collection-manifest.json", "collection:main": "dist/collection/index.js", "unpkg": "dist/twilight-components/twilight-components.esm.js", "files": [ "dist/", "loader/" ], "repository": { "type": "git", "url": "https://github.com/sallaapp/twilight-components.git" }, "homepage": "https://salla.dev", "scripts": { "build": "stencil build", "docs": "stencil build --docs", "start": "stencil build --dev --watch --serve --secure", "watch": "npm run start", "test": "stencil test --spec --coverage", "test.spec": "stencil test --spec", "test.e2e": "stencil test --e2e", "test.watch": "stencil test --spec --e2e --watchAll", "generate": "stencil generate", "lint": "eslint src/**/*{.ts,.tsx}", "doc": "node src/components/generate-summary.js && npx compodoc -p src/tsconfig.app.json", "doc:serve": "npm run doc && npx compodoc -s", "doc:wow": "stencil build --docs-readme", "ci:build": "stencil build --ci", "ci:test": "stencil test --spec", "prerender": "stencil build --prerender" }, "devDependencies": { "@alepop/stencil-env": "^0.4.1", "@compodoc/compodoc": "^1.1.14", "@rollup/plugin-json": "^6.0.0", "@stencil-community/postcss": "^2.1.0", "@stencil/core": "^4.2.0", "@stencil/postcss": "^2.1.0", "@stencil/react-output-target": "^0.5.3", "@stencil/sass": "3.0.11", "@stencil/vue-output-target": "^0.8.6", "@tailwindcss/line-clamp": "^0.4.2", "@types/autoprefixer": "^10.2.0", "@types/jest": "^29.5.3", "@types/puppeteer": "3.0.2", "autoprefixer": "^10.4.11", "form-data": "^4.0.0", "jest": "^29.6.2", "jest-cli": "^29.6.2", "jest-svg-transformer": "^1.0.0", "lodash": "^4.17.21", "prettier": "^3.0.1", "promisify-child-process": "^4.1.2", "puppeteer": "^21.0.0", "rollup-plugin-node-polyfills": "^0.2.1", "stencil-inline-svg": "^1.1.0", "tailwindcss": "^3.1.8", "typescript": "^5.2.2" }, "dependencies": { "@salla.sa/applepay": "^2.14.90", "@salla.sa/twilight": "^2.14.90", "@salla.sa/twilight-tailwind-theme": "^2.14.90", "@types/node": "^20.4.8", "animejs": "^3.2.1", "filepond": "^4.30.4", "filepond-plugin-file-poster": "^2.5.1", "filepond-plugin-file-validate-size": "^2.2.7", "filepond-plugin-file-validate-type": "^1.2.8", "filepond-plugin-image-edit": "^1.6.3", "filepond-plugin-image-exif-orientation": "^1.0.11", "filepond-plugin-image-preview": "^4.6.11", "flatpickr": "^4.6.13", "google-maps": "^4.3.3", "intl-tel-input": "^18.2.1", "schema-dts": "^1.1.2", "swiper": "^8.3.1", "vanilla-lazyload": "^17.8.3", "vanilla-picker": "^2.12.1" }, "gitHead": "0b033f6420de80434b0d6064d275f7f5ec8aa047" }