|
| 1 | +{ |
| 2 | + "name": "@smui-extra/chip-input", |
| 3 | + "version": "8.0.0-alpha.0", |
| 4 | + "description": "Svelte Material UI - Chip Input", |
| 5 | + "type": "module", |
| 6 | + "main": "dist/index.js", |
| 7 | + "module": "dist/index.js", |
| 8 | + "svelte": "dist/index.js", |
| 9 | + "exports": { |
| 10 | + "./package.json": { |
| 11 | + "types": "./package.json", |
| 12 | + "svelte": "./package.json" |
| 13 | + }, |
| 14 | + ".": { |
| 15 | + "types": "./src/index.d.ts", |
| 16 | + "svelte": "./dist/index.js" |
| 17 | + } |
| 18 | + }, |
| 19 | + "types": "src/index.d.ts", |
| 20 | + "keywords": [ |
| 21 | + "svelte", |
| 22 | + "svelte3", |
| 23 | + "material-ui", |
| 24 | + "material-design", |
| 25 | + "material", |
| 26 | + "svelte-components", |
| 27 | + "sveltejs" |
| 28 | + ], |
| 29 | + "scripts": { |
| 30 | + "build": "npm run build:js && npm run build:svelte && npm run build:sass", |
| 31 | + "build:js": "tsc -p . --outDir dist/ --rootDir src/", |
| 32 | + "build:svelte": "cp src/*.svelte dist/", |
| 33 | + "build:sass": "sass --no-source-map -I node_modules -I ../smui-theme/node_modules -I ../../node_modules _style.scss bare.css", |
| 34 | + "clean": "git status --ignored -u --porcelain . | grep -v node_modules/ | grep -e '^!! ' | sed 's/^!! packages\\/[a-z-]*\\///g' | tr '\\n' ' ' | xargs rm", |
| 35 | + "check": "npx svelte-check --ignore dist", |
| 36 | + "prepublish": "npm run build", |
| 37 | + "test": "echo \"Error: no test specified\" && exit 1" |
| 38 | + }, |
| 39 | + "publishConfig": { |
| 40 | + "access": "public" |
| 41 | + }, |
| 42 | + "repository": { |
| 43 | + "type": "git", |
| 44 | + "url": "git+https://github.com/hperrin/svelte-material-ui.git" |
| 45 | + }, |
| 46 | + "author": "Hunter Perrin <hperrin@gmail.com>", |
| 47 | + "bugs": { |
| 48 | + "url": "https://github.com/hperrin/svelte-material-ui/issues" |
| 49 | + }, |
| 50 | + "license": "Apache-2.0", |
| 51 | + "dependencies": { |
| 52 | + "@smui-extra/autocomplete": "^8.0.0-alpha.0", |
| 53 | + "@smui/chips": "^8.0.0-alpha.0", |
| 54 | + "@smui/common": "^8.0.0-alpha.0", |
| 55 | + "@smui/floating-label": "^8.0.0-alpha.0", |
| 56 | + "@smui/line-ripple": "^8.0.0-alpha.0", |
| 57 | + "@smui/list": "^8.0.0-alpha.0", |
| 58 | + "@smui/textfield": "^8.0.0-alpha.0", |
| 59 | + "svelte2tsx": "^0.7.8" |
| 60 | + }, |
| 61 | + "devDependencies": { |
| 62 | + "@tsconfig/svelte": "^5.0.4", |
| 63 | + "sass": "^1.76.0", |
| 64 | + "svelte-check": "^3.7.1", |
| 65 | + "tslib": "^2.6.2", |
| 66 | + "typescript": "^5.4.5" |
| 67 | + } |
| 68 | +} |
0 commit comments